Need help to determine a date

Emma_Foyle

New Member
Joined
Apr 2, 2024
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I am currently working on a calculator that adds an entitlement by days to a date to determine an end date.
For example if date is 19/09/2023 and the entitlement in days is 79 days but this person only works specific days in a week (Monday, Wednesday and Thursday).
I want to be able to work out when the entitlement would run out.
I have done this for someone who works Monday to Friday using the workday formula but cannot work out how I do this based on specified days of week?
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
try WORKDAY.INTL
The zeros represent the days to count/work. You can also add holiday lists as an optional 4th argument.

Book2
AB
1
2Tue 2023-09-19Wed 2024-03-20
Sheet3
Cell Formulas
RangeFormula
B2B2=WORKDAY.INTL($A2,79,"0100111")
 
Upvote 0
Solution
My pleasure. Happy to help. Best Wishes.
And welcome to the Mr. Excel forum!
 
Upvote 0

Forum statistics

Threads
1,215,201
Messages
6,123,617
Members
449,109
Latest member
Sebas8956

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top