Formula to work out next workday after date

skeeeter56

New Member
Joined
Nov 26, 2016
Messages
42
Office Version
  1. 2019
Platform
  1. Windows
Hi just cant get this formula correct.
I need to check a date in a cell then work out the next workday, I have a list of holiday dates in a list.

=WORKDAY(EndDate,1,Holiday)

EndDate is the cell that contains the date and is a Range and is on a different sheet and Holiday is the list of the holiday dates.

I end up with #VALUE as the result.
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Hi,
Can you pl. elaborate more ? I think i can help you in this getting solved

Regards
Dave
 
Upvote 0
Is EndDate real date? Or is it a text value?
Try to test:
=isNumber(EndDate)
If text value, you may need to add +1
=WORKDAY(EndDate+1,1, Holiday)
 
Upvote 0
Hi,
Can you pl. elaborate more ? I think i can help you in this getting solved

Regards
Dave
The cell EndDate contains a date, what I need to do is workout the next working day date, taking into account some public holidays they are stored in a list Holiday
 
Upvote 0
Can you do the same test on the holiday dates please
 
Upvote 0

Forum statistics

Threads
1,215,521
Messages
6,125,306
Members
449,218
Latest member
Excel Master

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