In Column A I have letters:
Column A
M
OM
P
C
OP
OC
In Column P I have amount of hours:
Column P
500
200
Not all cells in P have a value.. what I want to do is lookup in column A9:A36 if there is an "M" to total all hours in cell P9:P36 that have an M...
I thought =IF(A9:A36="M", Sum(P9:P36)) or something to that.. but I cant get any formula to work...
Any ideas? I thought this would be easier....
Bookmarks