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

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
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,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

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