Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 86
Default HOw do I populate fields with just the workdays?

I am creating a spreadsheet to keep track of dentist office productivity. In
one box, I want to allow the user to enter the month and have the workdates
change accordingly. For example, our office works Mondays through Thursdays.
In 2005, the first Monday in January is the 3rd. How could I change the
dates to read 3, 4, 5, 6, then skip to 10, 11, 12, 13, then skip until all
the M-Th of the month are included.

These dates should change if the user types in a different month.

Thank you for your help.

Arlen

  #2   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default HOw do I populate fields with just the workdays?

with formulas.
format your date cells to 1/1.
put 1/3/05 in the first date cell. (a1 as example)monday
in the next date cell(b1 as example) put =A1+1 tuesday
in the next date cell(c1 as example) put =b1+1 wensday
in the next date cell(d1 as example) put =c1+1 thursday
in the next date cell(e1 as example) put =d1+3 (skip to
monday)
in the next date cell(f1 as example) put =e1+1
repeat this until all date cell are populate with a formula
you only have to enter a date once. the formula will
calculate all the others. bitch to set up but then you are
set for next week/month/year/decade/century.


-----Original Message-----
I am creating a spreadsheet to keep track of dentist

office productivity. In
one box, I want to allow the user to enter the month and

have the workdates
change accordingly. For example, our office works

Mondays through Thursdays.
In 2005, the first Monday in January is the 3rd. How

could I change the
dates to read 3, 4, 5, 6, then skip to 10, 11, 12, 13,

then skip until all
the M-Th of the month are included.

These dates should change if the user types in a

different month.

Thank you for your help.

Arlen

.

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
Populate Fields soccerhead Excel Discussion (Misc queries) 1 January 11th 08 10:27 PM
Automatically Populate Fields tqdinh22 Excel Discussion (Misc queries) 0 July 17th 06 05:45 PM
Auto populate other fields? sedonovan Excel Discussion (Misc queries) 3 June 21st 06 05:34 PM
populate fields with macro Crystal Excel Discussion (Misc queries) 0 June 22nd 05 04:28 PM
Populate a field with just workdays Arlen Excel Worksheet Functions 3 January 4th 05 09:05 PM


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