I have a cell on my spreadsheet which is the result of subtracting one time from another. If I put my formula in the results cell, it appears as #####. This is because the data has yet to be entered in the previous cells.... it is entered on a daily basis but I would like to have the formula in place and the cell to appear blank until such time as the data is entered.
U10 (Login Time)
V10 (Log out time)
W10 (difference less 1hr 30 minutes
U10 and V10 are manually entered, the formula for W is as follows:
=IF(ISERROR(SUM((V10*86400)-(U10*86400)-5400)/86400),"",(SUM((V10*86400)-(U10*86400)-5400)/86400))
I used the IF ISERROR formula to hide any error but the ##### is a result of a negative or strange number because the U and V cells are empty.
I tried to conditionally format the cell to make the #### white but that does nothing.
Is this possible, to mask these ### or do I have to copy the formula down on a daily basis? I prefer NOT to use VBA on this... so if there is no way to do it via formula I'll have to copy on a daily basis.
Thanks in advance...
LadyCK3
aka: Laurie![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
U10 (Login Time)
V10 (Log out time)
W10 (difference less 1hr 30 minutes
U10 and V10 are manually entered, the formula for W is as follows:
=IF(ISERROR(SUM((V10*86400)-(U10*86400)-5400)/86400),"",(SUM((V10*86400)-(U10*86400)-5400)/86400))
I used the IF ISERROR formula to hide any error but the ##### is a result of a negative or strange number because the U and V cells are empty.
I tried to conditionally format the cell to make the #### white but that does nothing.
Is this possible, to mask these ### or do I have to copy the formula down on a daily basis? I prefer NOT to use VBA on this... so if there is no way to do it via formula I'll have to copy on a daily basis.
Thanks in advance...
LadyCK3
aka: Laurie