View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Date Formula for number of days between a date and today

Have you tried
=today()-a2
copied down

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"BrendaP" wrote in message
...
I need to be abble to calculate the number of days between a date and
today-The fomat is Dates going down the rows in column "A" and I need
the
days since that date to go down the rows in column "B". I want this to be
able to automatically update to todays date when I opent he sheet. What I
don't want to have to do is have a column with the function/formula
"Today"
in it just to get this to work. Any help would be appreciated.