New Reply

how do i calculate every 12 weekdays in a spreadsheet?

 
Share Thread Thread Tools
Jun13-12, 01:08 PM   #1
 
Question

how do i calculate every 12 weekdays in a spreadsheet?


hi, id like to know how do i calculate every 12 weekdays (mon. to fri.) via a spreadsheet? is there a formula i can use that will always give me the 12th weekday after every date one after another in one column?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Jun13-12, 02:47 PM   #2
 
Mentor
Blog Entries: 9
Unfortunately there is not a specific function for every strange thing people want to do. You need to work it out your self. Sounds do-able but may take some time. You could explore the VB macro editor, assuming you can write a program.

Good luck
 
Jun13-12, 03:05 PM   #3
D H
 
Mentor
If it wasn't for holidays it would be pretty easy. Add 16 days (2 days + 2 weeks), then add an additional two days if it is Thursday or Friday. Those holidays pretty much mandate writing a VB macro, however.
 
Jun14-12, 11:16 AM   #4
 

how do i calculate every 12 weekdays in a spreadsheet?


Take a look at the WORKDAY function (under Date & Time functions). It returns the date serial number of the date before or after a specified number of workdays. It also allows for consideration of user-supplied holidays.
 
Jun14-12, 11:18 AM   #5
 
thanks... then let's hope lotus symphony has it. as i've taken a liking to it recently...

edit: thanks i figured it all out, just one more, how do i add the name of each day? ex. monday
 
Jun14-12, 04:50 PM   #6
 
In a different life I used this quite a bit. I hope it helps.
http://www.excelforum.com/
 
Jul9-12, 02:22 AM   #7
 
Blog Entries: 1
Recognitions:
Science Advisor Science Advisor
I think this example should work:

1) First column, put in a date, and make sure Excel recognizes it as a date (you can change the formatting later). e.g. 9-Jul-12

2) In the second column, add 12 to the cell with the previous value. e.g. enter "=A1+12" (without quotes) in the new cell, assuming the first cell was A1

You can just add and subtract days from dates in Excel (and you can copy and paste the "previous column + 12" formula to make things really easy).
 
New Reply
Thread Tools


Similar Threads for: how do i calculate every 12 weekdays in a spreadsheet?
Thread Forum Replies
How to calculate the number of days between two dates? General Math 19
Need help with OO Spreadsheet Computers 2
Making a spreadsheet Introductory Physics Homework 8
Spreadsheet and HP 50g Calculators 1
RL Mills' spreadsheet General Physics 1