Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
maintchief
 
Posts: n/a
Default auto posting dates

Excel 97. I am printing labels for time cards. One side of the TC is for week
1 and the other for week 2. Each label shows the week start date and week
end date (w1 -'10/23/05-10/30/05', w2 -'10/31/05-11/05/05'). Right now I key
in the two date ranges on an info sheet to be inserted into the appropriate
cells in the label sheets. I am trying to enter only one date and have the
other three calculated, then inserted in the appropriate cells on the label
pages (enter 10/23/05 and have the other three dates auto calculated, then
insert 10/23/05-10/30/05 on side one label and 10/31/05-11/05/05 on the side
two label. I can do the auto calculations with one date in a cell (4 cells),
but I can't seem to combine the two needed dates into one cell for the label.
Can this be done?
  #2   Report Post  
bpeltzer
 
Posts: n/a
Default auto posting dates

If your start date is in B3 then
=TEXT(B3,"mm/d/yy") & " - " & TEXT(B3+6,"mm/d/yy")
will get you the first TC date range. Replace B3 and B3+6 with B3+7 and
B3+13, respectively, to get the second range.
--Bruce

"maintchief" wrote:

Excel 97. I am printing labels for time cards. One side of the TC is for week
1 and the other for week 2. Each label shows the week start date and week
end date (w1 -'10/23/05-10/30/05', w2 -'10/31/05-11/05/05'). Right now I key
in the two date ranges on an info sheet to be inserted into the appropriate
cells in the label sheets. I am trying to enter only one date and have the
other three calculated, then inserted in the appropriate cells on the label
pages (enter 10/23/05 and have the other three dates auto calculated, then
insert 10/23/05-10/30/05 on side one label and 10/31/05-11/05/05 on the side
two label. I can do the auto calculations with one date in a cell (4 cells),
but I can't seem to combine the two needed dates into one cell for the label.
Can this be done?

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
auto fill row with dates tdennis14 Excel Discussion (Misc queries) 5 October 27th 05 01:53 AM
How to Auto fill dates on a schedule cardingtr Excel Discussion (Misc queries) 3 September 23rd 05 06:55 AM
How do I stop auto converting Text(Inventory#) to Dates DavidB Excel Discussion (Misc queries) 1 September 2nd 05 05:14 PM
Auto dates D Excel Worksheet Functions 0 June 22nd 05 06:01 PM
Auto entry of "=" before dates lg Excel Worksheet Functions 2 January 28th 05 01:13 AM


All times are GMT +1. The time now is 10:44 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"