I am trying to total a status field which is based off a lag time formula which is then turned into a status (Early, on time, late, or pending)
I am trying to calculate how many early, on times, lates, and pendings I have for each quarter.
This is the formula I am using:
=Sum([Status2]="On Time")
It is giving me the right # , however if it is anything other than qty 0 it returns the number as a negative.
So if there are 3 records are are "on time" it returns -3.
What is wrong with my formula ?
Thanks for your help
I am trying to calculate how many early, on times, lates, and pendings I have for each quarter.
This is the formula I am using:
=Sum([Status2]="On Time")
It is giving me the right # , however if it is anything other than qty 0 it returns the number as a negative.
So if there are 3 records are are "on time" it returns -3.
What is wrong with my formula ?
Thanks for your help