How do i calculate every 12 weekdays in a spreadsheet?

  • Thread starter Thread starter itoikenza
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around calculating every 12 weekdays in a spreadsheet, specifically focusing on how to implement this using formulas or functions within spreadsheet software. Participants explore various methods and considerations, including the impact of holidays and the use of specific functions.

Discussion Character

  • Technical explanation
  • Exploratory
  • Homework-related

Main Points Raised

  • One participant inquires about a formula to calculate every 12 weekdays in a spreadsheet.
  • Another participant suggests that there is no specific function for such a calculation and recommends exploring the VB macro editor for a custom solution.
  • A different participant notes that the presence of holidays complicates the calculation, proposing a method of adding 16 days and adjusting for Thursdays and Fridays.
  • One participant mentions the WORKDAY function, which accounts for workdays and user-supplied holidays, as a potential solution.
  • Another participant shares a link to an external forum, indicating prior experience with similar calculations.
  • A participant provides a step-by-step example of how to set up the calculation in Excel, suggesting a straightforward approach of adding days to a date.

Areas of Agreement / Disagreement

Participants express various methods and considerations for calculating weekdays, but no consensus is reached on a single definitive approach. The discussion includes multiple competing views and suggestions.

Contextual Notes

Participants mention the complications introduced by holidays and the need for custom programming in some cases. The effectiveness of suggested methods may depend on specific software capabilities and user familiarity with functions.

itoikenza
Messages
6
Reaction score
0
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?
 
Last edited:
Computer science news on Phys.org
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
 
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.
 
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.
 
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
 
Last edited:
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).
 
Last edited:

Similar threads

  • · Replies 20 ·
Replies
20
Views
3K
Replies
3
Views
2K
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 18 ·
Replies
18
Views
8K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K