Steven1985
Board Regular
- Joined
- Mar 2, 2011
- Messages
- 66
Hi,
I need to use a formula to count SLA turnarounds on my spreadsheet. I have created a formula below to calculate the expected due date.
On the tab 'Alert Spreadsheet' the following columns are populated
Column AH3 is Data Alert received
Column AM3 is SLA (the cell this formula is in)
=IF(AH3="","",SUM(AH3+1))
This works fine but need bank holidays and weekends to be excluded.
I have on a sep tab named 'Controls' which lists all the days in they year by date and day, I have the formula today() and a sep box with the remaining bank holidays.
I think i need to use NETWORKDAYS but I cant get the formula to work. Can anyone help?
Thanks
Steve
I need to use a formula to count SLA turnarounds on my spreadsheet. I have created a formula below to calculate the expected due date.
On the tab 'Alert Spreadsheet' the following columns are populated
Column AH3 is Data Alert received
Column AM3 is SLA (the cell this formula is in)
=IF(AH3="","",SUM(AH3+1))
This works fine but need bank holidays and weekends to be excluded.
I have on a sep tab named 'Controls' which lists all the days in they year by date and day, I have the formula today() and a sep box with the remaining bank holidays.
I think i need to use NETWORKDAYS but I cant get the formula to work. Can anyone help?
Thanks
Steve