I need to count the number of days between dates in columns.
Column A (1/1/12) and column B (1/27/12) = 26
My problem is that I need the formula in each column to be continuous and not enter a 0 if the cell is blank
This formula return a VALUE error msg.
=DAYS360(B:B,C:C)
I have also tried =DAYS360($B:$B,$C:$C)
Thanx for your help
Column A (1/1/12) and column B (1/27/12) = 26
My problem is that I need the formula in each column to be continuous and not enter a 0 if the cell is blank
This formula return a VALUE error msg.
=DAYS360(B:B,C:C)
I have also tried =DAYS360($B:$B,$C:$C)
Thanx for your help