Greetings,
I have =Today() in cell C2 which is working fine. In column Z I have the dates of when a task has been accomplished. In column AA I have it calculating how many days it has been since the task was accomplished. So if cell Z6 has an accomplished date then cell A6 is =Z6-C2 which has been working fine. However, when a row in the Z column doesn't have an accomplished date IE the task is still pending then column AA outputs -43045. I assume it has something to do with the C2 (date cell) subtracting from a blank cell in column Z. I would like if the Z cell is blank for AA column's output to also be blank opposed to -43045. I tried using the following IF statement but it just outputs the same as before. =IF(ISBLANK(Z6),"",Z6-C2) Any ideas of what am I doing wrong? Thanks for the help.
V/R,
CappyT
I have =Today() in cell C2 which is working fine. In column Z I have the dates of when a task has been accomplished. In column AA I have it calculating how many days it has been since the task was accomplished. So if cell Z6 has an accomplished date then cell A6 is =Z6-C2 which has been working fine. However, when a row in the Z column doesn't have an accomplished date IE the task is still pending then column AA outputs -43045. I assume it has something to do with the C2 (date cell) subtracting from a blank cell in column Z. I would like if the Z cell is blank for AA column's output to also be blank opposed to -43045. I tried using the following IF statement but it just outputs the same as before. =IF(ISBLANK(Z6),"",Z6-C2) Any ideas of what am I doing wrong? Thanks for the help.
V/R,
CappyT