View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.newusers
Charles Eaves[_2_] Charles Eaves[_2_] is offline
external usenet poster
 
Posts: 6
Default Difference in dates

Thanks
"Jack Gopher" wrote in message
...
Hi Charles,

Assuming the first date is written in Cell A1, then Write inside cell B1
the
following formula:
=Today()-A1

if the formula's result is showing as a date, then format that cell as a
number.



------
http://www.free-training-tutorial.com




"Charles Eaves" wrote:

Using Excel 2007, I would like to see the difference between 2 dates.
1 column is formatted as: month/yr.
I would like to use the (now or today) command in the second column.
When I open up the spreadsheet, I want the difference between the 2
columns
to reflect today's date.
Thanks