T
Tanya Berfield
I need an If statement that if AO=T subtract .5 from P otherwise do nothing.
Suggestions?
Suggestions?
Tanya said:I need an If statement that if AO=T subtract .5 from P otherwise do nothing.
Suggestions?
Pete_UK said:I think you mean this:
=IF(AO1="T",P1-0.5,P1)
or it could be:
=IF(AO1=T1,P1-0.5,P1)
In future postings, please make the cell references more clear.
Hope this helps.
Pete
Tanya said:I thought that did it but not quite. In P i have total hours worked, if AO
shows T (true) and P is more than 5 i need to deduct .5 - am i missing any
info?