I am working on a chart that gives the user the option to include or exclude weekends in the forecasting of a project. Have not been able to write the formula correctly for the option to include the weekends.
The design is simple: User places a "x" in a cell on worksheet #1 , if they want to include weekends in the forecast. If excluded, the cell is left blank. Chart is on worksheet #2 . The formula that I wrote and is not functioning correctly is:
=IF('Entry Sheet'!C19="",Workday($E$6,0,Holidays),IF('Entry Sheet'!C19="x",Workday($E6,0,Holidays)))
The option to exclude weekends & holidays works correctly.
Thank you for your efforts!
The design is simple: User places a "x" in a cell on worksheet #1 , if they want to include weekends in the forecast. If excluded, the cell is left blank. Chart is on worksheet #2 . The formula that I wrote and is not functioning correctly is:
=IF('Entry Sheet'!C19="",Workday($E$6,0,Holidays),IF('Entry Sheet'!C19="x",Workday($E6,0,Holidays)))
The option to exclude weekends & holidays works correctly.
Thank you for your efforts!