excel - Determine working day include weekend but excluding holiday -
I'm working with Excel now. And I have a problem with it.
Example:
I have to send some time to Friday, January 20, 2012. I need 3 days to send it. Then, Monday, January 23, 2012 is a holiday, if I calculate the manual, then it is very easy I will get an answer of 24 January 2012. But I do not know how to bring the case to Excel.
Please help me.
Thanks
In Excel, 2010 you Where the date of A2 and B2 days are added and there is a holiday holiday holiday dates .... but try this array formula 2007 in Excel CTRL + SHIFT + enter assume that you do not have more than 4 consecutive holiday dates (if you do 5 * 10 * or more ) WORKDAY.INTL function
= WORKDAY.INTL (A2, B2, "0000000", holidays)
= small (if (COUNTIF (holidays, A2 + line (indirect ("1:"
Comments
Post a Comment