If I have a date in say column A (9/30/13) is there a way I can bring a value that (using todays date) tells me how many days it's been from 9/30/13 to 7/22/14?
If I have a date in say column A (9/30/13) is there a way I can bring a value that (using todays date) tells me how many days it's been from 9/30/13 to 7/22/14?
Just subtract them
=B1-A1
where A1 and B1 are dates will give you the number of days difference
Regards
Special-K
Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.
Hi,
Try this:
=DATEDIF(A1,TODAY(),"d")
Rule 1: Never merge cells
Rule 2: See rule 1
"Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".
Try
Formula:
=Today()-A1+1
if you wanna add the current day...
press Ctrl + shift + ~ to change the result in date format in number format..
Don't forget to click *
Last edited by Vikas_Gautam; 07-22-2014 at 11:58 AM.
Great! Thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks