#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Dates

I have an excel document which has 12 sheets representing the months JAN-DEC,
and tracks admissions & discharges, length of stay, etc., of patients in our
facility. I need to calculate each sheet at the end of the month by
referencing in part the current date. Example: in JAN my calculations work
fine, until the date, =today(), changes to FEB 01, 2006... then the
calculations I made in JAN become useless.

Is there a way to Automatically create a fixed date for each Month to build
my calculations on, or am I going to have to just type a static date for the
end of each month?

Thanks in advance,
Randy
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 510
Default Dates

Hi

The formula below returns the date January, 1st 2006
=DATE(2006,1,1)

A1=DATE(2006,ROW(),1)
Format A1 in any valid date format (p.e. "yyyy.mm" or "yyyy mmmm"), and copy
it down - you get a list of (1st of) months starting from January 2006.


--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )



"Jetlag5549" wrote in message
...
I have an excel document which has 12 sheets representing the months
JAN-DEC,
and tracks admissions & discharges, length of stay, etc., of patients in
our
facility. I need to calculate each sheet at the end of the month by
referencing in part the current date. Example: in JAN my calculations work
fine, until the date, =today(), changes to FEB 01, 2006... then the
calculations I made in JAN become useless.

Is there a way to Automatically create a fixed date for each Month to
build
my calculations on, or am I going to have to just type a static date for
the
end of each month?

Thanks in advance,
Randy



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Dates

thank you,
:)

"Arvi Laanemets" wrote:

Hi

The formula below returns the date January, 1st 2006
=DATE(2006,1,1)

A1=DATE(2006,ROW(),1)
Format A1 in any valid date format (p.e. "yyyy.mm" or "yyyy mmmm"), and copy
it down - you get a list of (1st of) months starting from January 2006.


--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )



"Jetlag5549" wrote in message
...
I have an excel document which has 12 sheets representing the months
JAN-DEC,
and tracks admissions & discharges, length of stay, etc., of patients in
our
facility. I need to calculate each sheet at the end of the month by
referencing in part the current date. Example: in JAN my calculations work
fine, until the date, =today(), changes to FEB 01, 2006... then the
calculations I made in JAN become useless.

Is there a way to Automatically create a fixed date for each Month to
build
my calculations on, or am I going to have to just type a static date for
the
end of each month?

Thanks in advance,
Randy




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
Identifying unique dates in a row of cells containing dates... cdavidson Excel Discussion (Misc queries) 9 October 13th 06 08:43 PM
Identifying unique dates in a range of cells containing dates... cdavidson Excel Discussion (Misc queries) 4 October 13th 06 03:30 PM
Dates showing are not what I type Mick New Users to Excel 5 July 6th 06 04:19 AM
need to convert list of dates to count no. of dates by week neowok Excel Worksheet Functions 13 January 30th 06 03:54 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


All times are GMT +1. The time now is 05:44 AM.

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"