I'm having trouble getting the correct answer for a formula that counts the total number of shifts for a FSL.
The answer for FSL 0 should be 22; The answer for FSL 1 should be 36.
The formulas I've tried are:
=Sum(IIf([FSL]=0,[Shifts]))
=Sum(IIf([FSL]=1,[Shifts]))
=count(IIf([FSL]=0,[Shifts]))
=count(IIf([FSL]=1,[Shifts]))
The attached example shows multiples but I just threw it together to show what I was doing.