Add (+1) Workday to formula

hro5e

Board Regular
Joined
Jan 13, 2012
Messages
60
Dear all,

Please see my formula below:

=IF(D16="",SUMIF($A$7:$A$36,E16,$G$7:$G$36)+1,IF(D16<>"",WORKDAY(G15,D16),WORKDAY(G15,D16)))

This formula is a little hard to explain with going into masses of details.

If you look at the +1 within the formula, this adds 1day to a date... how do I add a +1 Work Day i.e. not including weekends instead of a +1 day.

Help would be greatly appreciated.

Thanks
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Assuming that this is returning a valid date..
SUMIF($A$7:$A$36,E16,$G$7:$G$36)

You can use
WORKDAY(SUMIF($A$7:$A$36,E16,$G$7:$G$36),1)
 
Upvote 0
Lifesaver, I thought I had tried this, I just may have entered the formula wrong.

Thank you very much.
 
Upvote 0

Forum statistics

Threads
1,215,515
Messages
6,125,279
Members
449,220
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