Hi and thanks for taking the time to look at my question, which is
I am using this formula which works fine
What I would like is when E40 and E43 are blank
I would like the answer cell E46 to be blank
(both cells are formatted to [h]:mm)
At present the answer cell E46 shows 0:00
I have tried conditional formating the cell to =0 but it still shows 0:00
Wondering if anyone has an answer.
Many thanks
Toonies
I am using this formula which works fine
Code:
=IF(E40>E43,"-","")&TEXT(ABS(E43-E40),"[h]:mm")
What I would like is when E40 and E43 are blank
I would like the answer cell E46 to be blank
(both cells are formatted to [h]:mm)
At present the answer cell E46 shows 0:00
I have tried conditional formating the cell to =0 but it still shows 0:00
Wondering if anyone has an answer.
Many thanks
Toonies