Greetings,
My problem is probably a simple one but it's driving me nuts. I am creating a calculated column which is the sum of two columns if a third column meets a condition.
I have tried
=IF([TimeID]="1400",([Group]+[1400 Count])
Basically if the user selects the Time ID as 1400 it will add "Group and "1400 Count" and place the sum in this calculated column.
For some reason I think there should be a "Sum" statement in there somewhere. Thoughts?
Thanks for your time.
Chris