Day or Arrival, Plus 2

nniedzielski

Well-known Member
Joined
Jan 8, 2016
Messages
590
Office Version
  1. 2019
Platform
  1. Windows
I am trying to build a formula in excel that will compare two dates.

I am using =NETWORKDAYS formula to calculate the number of days in between, and that is working great.

My problem is, in Cell C1, I am entering a date of arrival. What I need is:
If the arrival date is a workday, then it counts it as 1 andadds two more work days to it.
However, if it is not a workday, then it goes to the next workday and counts that day as 1 and then adds two more work days to it.

Essentially, day of arrival plus 2.

Right now my formula is =WORKDAY(C16,1,M16:M28), but if theday of arrival is a workday, it goes to the next one anyways, and I lose a day in my calculation.

Thanks for any help possible,
 
Last edited:

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Maybe I'm missing something but wouldn't that be:

=WORKDAY(C16,2,M16:M28)
 
Upvote 0
I need my Start Date to start on Day 1 if its a work day. you just added 2 days to my start date.
 
Upvote 0
That's what you asked for:
If the arrival date is a workday, then it counts it as 1 andadds two more work days to it.
However, if it is not a workday, then it goes to the next workday and counts that day as 1 and then adds two more work days to it.

Can you please provide a sample of what you need exactly?
 
Upvote 0
See if the following formula works for you:

=WORKDAY(C16-1,1,M16:M28)

Here, if C16 is a workday, the formula returns the same date. If C16 in a non-work day, the formula returns the next workday date.
 
Upvote 0
that worked for the cell in question, but threw the rest of the cells out of whack, I don't want to start a new question in side this thread, so I will have to start over
 
Upvote 0

Forum statistics

Threads
1,214,428
Messages
6,119,420
Members
448,895
Latest member
omarahmed1

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