Here's my problem. I have two columns, one represents the amt of days an item has to be delivered by, for example "the ball" must be delivered within 2 days of order issued date. The other column represents the actual number of days that it took for "the ball" to be delivered. What I need to do is compare actual delivery days with standard delivery dates and spit out three sets of info
Items delivered in less time than standard
Items delivered in equal time to standard
Items delivered in greater time than std
The expression I used is as follows
=Sum(IIf([Actual Delivery]<[Standard delivery],1,0))
However I don' get any kind of result. What am I doing wrong?
I hope I have made myself clear and not confused anyone!
Help Please! Thanks!!!!!
Items delivered in less time than standard
Items delivered in equal time to standard
Items delivered in greater time than std
The expression I used is as follows
=Sum(IIf([Actual Delivery]<[Standard delivery],1,0))
However I don' get any kind of result. What am I doing wrong?
I hope I have made myself clear and not confused anyone!
Help Please! Thanks!!!!!