Forum Discussion
Jhonny97or
Dec 17, 2021Copper Contributor
calculate number of days if cell is empty.
Hello greetings ! I have an excel with 4 columns, in the first column the identification of the quote is recorded, the second column identifies the date the person received the quote by mail...
- Dec 17, 2021
Jhonny97or Suppose we are looking at row 1, then the formula in D1 could be
=IF(ISBLANK(C1),TODAY()-B1,"")
Riny_van_Eekelen
Dec 17, 2021Platinum Contributor
Jhonny97or Suppose we are looking at row 1, then the formula in D1 could be
=IF(ISBLANK(C1),TODAY()-B1,"")
Jhonny97or
Dec 17, 2021Copper Contributor
Thank you very much, it was what I needed