Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Date Formula for number of days between a date and today

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.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Date Formula for number of days between a date and today

Not sure what you mean you don't want a column with TODAY() in it. You would
need soemthing that pulls the TODAY() or NOW() function to get today's date.
Are you wanting TODAY() to be only in a single cell?

If so, you can put TODAY() in, say, C2. Then in B2, you'd enter =$C$2-A2 and
paste down, formatting column B as dd

"BrendaP" wrote:

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.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Date Formula for number of days between a date and today

Can the "TODAY" function be included in a formula or is it just a stand alone
function?

"Sean Timmons" wrote:

Not sure what you mean you don't want a column with TODAY() in it. You would
need soemthing that pulls the TODAY() or NOW() function to get today's date.
Are you wanting TODAY() to be only in a single cell?

If so, you can put TODAY() in, say, C2. Then in B2, you'd enter =$C$2-A2 and
paste down, formatting column B as dd

"BrendaP" wrote:

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.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Date Formula for number of days between a date and today

I did, it will not work. Thanks for your help though :)

"Don Guillett" wrote:

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.





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,104
Default Date Formula for number of days between a date and today

If the formula did "not work" (you did not tell us what result you got),
then one suspects that the cells do not contain real dates. What happens if
you use the formula =A1+1 (assuming A1 holds the first date)? Do you get the
date of the next day?
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"BrendaP" wrote in message
...
I did, it will not work. Thanks for your help though :)

"Don Guillett" wrote:

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.




  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Date Formula for number of days between a date and today

the below formula does work, but may need to check to make sure your
calculation is set to automatic (ToolsOptionscalculationAutomatic) and
your column is formatted as Number...

"BrendaP" wrote:

I did, it will not work. Thanks for your help though :)

"Don Guillett" wrote:

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.



  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,104
Default Date Formula for number of days between a date and today

If A1 holds a date, then this formula in B1
=A1-TODAY()
will tell you how far away the date is.
However, being ever so helpful, Excel will likely format B1 as a date. You
will need to format it General (just once after entering the formula) Then
you can copy it down the column

I'm afraid I have to use TODAY() as I know no other way
What is your objection to it?
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"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.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I insert a date that is always 7 days in advance of today Waterhun Excel Discussion (Misc queries) 3 June 19th 08 08:12 PM
Excel Formula to calulate number of days passed from date to date K. Mack Excel Discussion (Misc queries) 8 January 4th 07 11:27 PM
CALCULATE NUMBER OF DAYS BETWEEN A DATE AND TODAY South texas man Excel Worksheet Functions 4 May 19th 06 08:37 PM
How do I add a range by date over 90 days older than today John DeLosa Excel Discussion (Misc queries) 4 February 16th 06 09:30 PM
how to calculate a date .. say 34 days from today shaunl Excel Discussion (Misc queries) 5 July 13th 05 02:38 PM


All times are GMT +1. The time now is 09:07 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"