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,"")
Prish_M
Aug 16, 2022Copper Contributor
Riny_van_Eekelen please can you tell me what the formula is used here, I cannot see it.
https://www.youtube.com/watch?v=AtC-A8UPnIE&list=LL&index=2
About 2 minutes into the video
Much appreciated.
Riny_van_Eekelen
Aug 16, 2022Platinum Contributor
Prish_M Not sure why you ask, but at 2 minutes into the video the formulas uses structured table references that take the close date minus the open date in the current row of the table. The "current" row is indicated by the @ sign.
- Prish_MAug 16, 2022Copper ContributorJust saw you know a lil more about this than me ;-), I was struggling to see the formula on this youtube video. Thanks for the guide, appreciated.