Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default Automatically calculate days between dates

This may be simple but I can't figure it out. I want to see a number each
time I open a particular spreadsheet that is calculated based on the number
of days that have passed from the first day of the month. I don't want to
have to enter todays date, that should be automatic. Since today is the 9th,
I want a value of 9 calculated so I can use it in other formulas. In
addition, once the number of days has reached 30, I want the calculation for
that month to stop. An ideas? Thanks
--
JerryS
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 272
Default Automatically calculate days between dates

Like:
=Day(Today())
?
--
Charles Chickering

"A good example is twice the value of good advice."


"JerryS" wrote:

This may be simple but I can't figure it out. I want to see a number each
time I open a particular spreadsheet that is calculated based on the number
of days that have passed from the first day of the month. I don't want to
have to enter todays date, that should be automatic. Since today is the 9th,
I want a value of 9 calculated so I can use it in other formulas. In
addition, once the number of days has reached 30, I want the calculation for
that month to stop. An ideas? Thanks
--
JerryS

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 272
Default Automatically calculate days between dates

If you want to specify a particular month something like this might work:
=Min(30,Today()-A1)
Where A1 holds the date of the first day of a month.
--
Charles Chickering

"A good example is twice the value of good advice."


"JerryS" wrote:

This may be simple but I can't figure it out. I want to see a number each
time I open a particular spreadsheet that is calculated based on the number
of days that have passed from the first day of the month. I don't want to
have to enter todays date, that should be automatic. Since today is the 9th,
I want a value of 9 calculated so I can use it in other formulas. In
addition, once the number of days has reached 30, I want the calculation for
that month to stop. An ideas? Thanks
--
JerryS

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default Automatically calculate days between dates

Thanks Charles! The first version does exactly what I needed. I appreciate
your help.
--
JerryS


"Charles Chickering" wrote:

Like:
=Day(Today())
?
--
Charles Chickering

"A good example is twice the value of good advice."


"JerryS" wrote:

This may be simple but I can't figure it out. I want to see a number each
time I open a particular spreadsheet that is calculated based on the number
of days that have passed from the first day of the month. I don't want to
have to enter todays date, that should be automatic. Since today is the 9th,
I want a value of 9 calculated so I can use it in other formulas. In
addition, once the number of days has reached 30, I want the calculation for
that month to stop. An ideas? Thanks
--
JerryS

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
need help with formula Bryan J Bloom Excel Discussion (Misc queries) 11 October 31st 05 10:52 PM
Calculating number of days between two dates that fall between two other dates [email protected] Excel Discussion (Misc queries) 5 October 26th 05 06:18 PM
Formula to calculate number of days between Dates themax16 Excel Worksheet Functions 2 October 21st 05 01:38 PM
Calculate number of days in a column of dates Barbara Excel Discussion (Misc queries) 3 May 25th 05 04:21 PM
How do I calculate difference in days & hours between two dates e. probi2 Excel Worksheet Functions 1 January 12th 05 03:59 PM


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

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

About Us

"It's about Microsoft Excel"