I have a report from my weekly time sheet, In this report I have different types of work. I would like to total based on my Type. My Type’s are S,M,B…
I am using
=Sum(Abs([Type]=)*[Hours])
When I run this, I get a pop up asking for S
If I change the Type to a number then use
=Sum(Abs([Type]=1)*[Hours])
it will work. Can I use Letters? Where is the mistake?
Thank you
I am using
=Sum(Abs([Type]=
When I run this, I get a pop up asking for S
If I change the Type to a number then use
=Sum(Abs([Type]=1)*[Hours])
it will work. Can I use Letters? Where is the mistake?
Thank you