For the fomula in I68 I want to change it to say IF(H66-H57< 252 Workdays excluding holidays. How can this be done to count workdays instead of just a straight day count?
For the fomula in I68 I want to change it to say IF(H66-H57< 252 Workdays excluding holidays. How can this be done to count workdays instead of just a straight day count?
Last edited by rhudgins; 05-27-2010 at 09:46 PM.
if you name your holiday list of dates, holidays (through, Insert|Name|Define)
then you can use:
=IF(NETWORKDAYS(H57,H66,holidays)<252,HLOOKUP(G66,$G$56:$K$57,2,),I66)
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Thanks this is perfect!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks