ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Counting days formula (https://www.excelbanter.com/excel-discussion-misc-queries/45067-counting-days-formula.html)

cardingtr

Counting days formula
 

Here is the formula I use:

=DATEDIF(B6,TODAY(),"D")

to calculate # of days from date I entered.
However when I left the cell blank, it gives it a value of 38607.
How can I get it blank if I don't enter a date? It affect the whole
spreadsheet.

Thanks.


--
cardingtr
------------------------------------------------------------------------
cardingtr's Profile: http://www.excelforum.com/member.php...o&userid=27027
View this thread: http://www.excelforum.com/showthread...hreadid=467031


Arvi Laanemets

Hi

=IF(B6="","",DATEDIF(B6,TODAY(),"D")
or
=IF(B6="","",TODAY()-B6)


--
Arvi Laanemets
( My real mail address: arvil<attarkon.ee )



"cardingtr" wrote
in message ...

Here is the formula I use:

=DATEDIF(B6,TODAY(),"D")

to calculate # of days from date I entered.
However when I left the cell blank, it gives it a value of 38607.
How can I get it blank if I don't enter a date? It affect the whole
spreadsheet.

Thanks.


--
cardingtr
------------------------------------------------------------------------
cardingtr's Profile:
http://www.excelforum.com/member.php...o&userid=27027
View this thread: http://www.excelforum.com/showthread...hreadid=467031





All times are GMT +1. The time now is 01:53 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com