C
Claudio
I have a formula that calculates work times, but when there are no entries
for that day, it displays a negative result (-0.50), then that result is
reflected on the actual time sheet which is linked to that cell. I want to
have that result shown as a blank cell on J11.
This is the formula I am using;
=MIN($H$2,H4)
I tried this conditional formatting string, but it doesn't work:
=(J11<=0,"")
Claudio
for that day, it displays a negative result (-0.50), then that result is
reflected on the actual time sheet which is linked to that cell. I want to
have that result shown as a blank cell on J11.
This is the formula I am using;
=MIN($H$2,H4)
I tried this conditional formatting string, but it doesn't work:
=(J11<=0,"")
Claudio