Hi,
I need a cell to calculate the difference between today and another date.
The cell that has the other date in it already has a formula in it & returns #VALUE!
They are as follows:
=IF(ISBLANK(H11)," ",H11+21) - This is correct. I want this cell to add another 21 days onto a date
=IF(ISBLANK(I11)," ",I11-$T$3) - I need this to return blank if the cells return blank
$T$3 is today's date
I need a cell to calculate the difference between today and another date.
The cell that has the other date in it already has a formula in it & returns #VALUE!
They are as follows:
=IF(ISBLANK(H11)," ",H11+21) - This is correct. I want this cell to add another 21 days onto a date
=IF(ISBLANK(I11)," ",I11-$T$3) - I need this to return blank if the cells return blank
$T$3 is today's date