Jammydodger182
New Member
- Joined
- Jan 10, 2021
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
Hi there
I’m trying to make a spreadsheet for work which will allow me to track daily assessments.
Basically, we either get two types of assessments to do - S17 and S47
mom trying to figure out how I create a formula that generates deadline dates for each assessment from the date it was received. The formula I’m using doesn’t exclude weekends and I can understand why not...
Timeframe for each assessment:
S17 - 5 working days to visit - 15 working days to complete the assessment
S47 - 1 working day to visit - 5 working days to complete the assessment
The formula so far for visits is...
=WORKDAY(A2+IF(D2=“S17”,5,IF(D2=“S47”,1,))-0,0)
this formula does not take into account weekend when I extend the deadline timescales from 5 to 45 for example.
I’m trying to make a spreadsheet for work which will allow me to track daily assessments.
Basically, we either get two types of assessments to do - S17 and S47
mom trying to figure out how I create a formula that generates deadline dates for each assessment from the date it was received. The formula I’m using doesn’t exclude weekends and I can understand why not...
Timeframe for each assessment:
S17 - 5 working days to visit - 15 working days to complete the assessment
S47 - 1 working day to visit - 5 working days to complete the assessment
The formula so far for visits is...
=WORKDAY(A2+IF(D2=“S17”,5,IF(D2=“S47”,1,))-0,0)
this formula does not take into account weekend when I extend the deadline timescales from 5 to 45 for example.