Hello,
I have this formula so far - I need it to look at the dates field, and say if the date is a month end date then to put a number 5, if not a month end date then to do a networkdays formula. I have this formula - although it is not working and giving errors.
any insight is appreciated
=IF(H39=EOMONTH($A6,0),5,NETWORKDAYS(B2,A6,Holidays!$E$8:$E$17))
[TABLE="width: 108"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Report_Prd[/TD]
[/TR]
[TR]
[TD]1/5/2018[/TD]
[/TR]
[TR]
[TD]1/12/2018[/TD]
[/TR]
[TR]
[TD]1/19/2018[/TD]
[/TR]
[TR]
[TD]1/26/2018[/TD]
[/TR]
[TR]
[TD]1/31/2018[/TD]
[/TR]
[TR]
[TD]2/2/2018[/TD]
[/TR]
[TR]
[TD]2/9/2018[/TD]
[/TR]
</tbody>[/TABLE]
I have this formula so far - I need it to look at the dates field, and say if the date is a month end date then to put a number 5, if not a month end date then to do a networkdays formula. I have this formula - although it is not working and giving errors.
any insight is appreciated
=IF(H39=EOMONTH($A6,0),5,NETWORKDAYS(B2,A6,Holidays!$E$8:$E$17))
[TABLE="width: 108"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Report_Prd[/TD]
[/TR]
[TR]
[TD]1/5/2018[/TD]
[/TR]
[TR]
[TD]1/12/2018[/TD]
[/TR]
[TR]
[TD]1/19/2018[/TD]
[/TR]
[TR]
[TD]1/26/2018[/TD]
[/TR]
[TR]
[TD]1/31/2018[/TD]
[/TR]
[TR]
[TD]2/2/2018[/TD]
[/TR]
[TR]
[TD]2/9/2018[/TD]
[/TR]
</tbody>[/TABLE]