Hello, I'm hoping someone can assist me, I need to have a formula that calculates when the last workday of the month is, holidays would not be counted as work days. I then need for "EOM" to appear in the column representing the last working day of the month. Currently I have this formula that places "EOM" over the last day of the month. =IF(EOMONTH($L$2,O)=AJ2,"EOM"), this formula is entered in cells AJ1 - AP1. Cell L2 contains the month and year. For the new formula I do have a named range for the holidays, so I need the formula to be able to determine which day of the month is the last workday and have it enter "EOM" over that day AJ1 - AP1 . Below is another formula that I think is part of the answer but I don't know how join the two together. =NETWORKDAYS(L2,EOMONTH(L2,0),HOLIDAYS).
Thanks for the help
Thanks for the help