I have a cell P47 in a worksheet that has a formula in it as follows
p44-p45-p46
I also have an IF statement with a warning message in another cell L49 as follows
=IF(P47<0,"You have worked more hours than required", "")
I also have a second IF statement with a message in another cell L50 as follows
=IF(P47>0,"You have worked less hours than required", "")
Sometimes the top formula comes back with a negative zero (0.00)
which then brings up my warning message
How can I rewrite this top formula so it does not come up with a negative zero value?
p44-p45-p46
I also have an IF statement with a warning message in another cell L49 as follows
=IF(P47<0,"You have worked more hours than required", "")
I also have a second IF statement with a message in another cell L50 as follows
=IF(P47>0,"You have worked less hours than required", "")
Sometimes the top formula comes back with a negative zero (0.00)
which then brings up my warning message
How can I rewrite this top formula so it does not come up with a negative zero value?