Hi,
I want to count the records with multi iif conditions. I am able to get one condition right but don't know how to put more than 1.
Eg: =Count(IIf([Step #]=1 And [Type of Work]=1,0))
But I am not able to get if I want step#1, step#2 and step#3 all together with type of work = 1
Please help