Hi,
I'm setting up some workbooks for the new financial year 2012-13 and I've got a problem with a workdays formula that has worked perfectly well for this current year, 2011-12.
Here is the formula:
=IF(WORKDAY(A$1,ROW(A1)-ROW(A$1),BankHolidays)>A$2,"",TEXT(WORKDAY(A$1,ROW(A1)-ROW(A$1),BankHolidays),"dd/mm/yyyy"))
A1 = First day of year
A2 = Last day of year
BankHolidays = Named Range of UK Bank Holidays
I populate a column with the formula to get a list of all the working days for the whole year.
My problem is when I have tried this formula for this new financial year, start date 01/04/2012 and end date 31/03/2013, I keep getting 01/04/2012 as the first working day, but 01/04/2012 is a non working day (sunday) I've checked have all Bank Holidays entered correctly.
I think I'm probably missing something really simple here, would appreciate any ideas?
Or does someone have a better way of generating a list of all working days for an entire financial year?
I'm setting up some workbooks for the new financial year 2012-13 and I've got a problem with a workdays formula that has worked perfectly well for this current year, 2011-12.
Here is the formula:
=IF(WORKDAY(A$1,ROW(A1)-ROW(A$1),BankHolidays)>A$2,"",TEXT(WORKDAY(A$1,ROW(A1)-ROW(A$1),BankHolidays),"dd/mm/yyyy"))
A1 = First day of year
A2 = Last day of year
BankHolidays = Named Range of UK Bank Holidays
I populate a column with the formula to get a list of all the working days for the whole year.
My problem is when I have tried this formula for this new financial year, start date 01/04/2012 and end date 31/03/2013, I keep getting 01/04/2012 as the first working day, but 01/04/2012 is a non working day (sunday) I've checked have all Bank Holidays entered correctly.
I think I'm probably missing something really simple here, would appreciate any ideas?
Or does someone have a better way of generating a list of all working days for an entire financial year?