I have a formula that is based from certain parameters/criteria. The details have recently changed and I am having difficulty updating the formula to match the criteria.
Current Criteria for below formula:
If the request date is the same as the submitted date regardless of the day - Local is responsible
Anything submitted after 4pm - Local is responsible
Anything submitted before 8am - Local is responsible
Anything submitted on Saturday - Local is responsible
Anything submitted on Sunday between 8a-4pm - Mail is responsible
Anything submitted between 8a-4pm Mon - Fri - Mail is responsible.
Current Formula:
=IF(F3068<>G3068,IF(AND(WEEKDAY(G3068)>1,WEEKDAY(G3068)<7),IF(AND(H3068>=8/24,H3068<=16/24),"Mail","Local"),"Local"),"Local")
Current Criteria for above formula:
If the request date is the same as the submitted date regardless of the day - Local is responsible
Anything submitted after 4pm - Local is responsible
Anything submitted before 8am - Local is responsible
Anything submitted on Saturday - Local is responsible
Anything submitted on Sunday between 8a-4pm - Mail is responsible
Anything submitted between 8a-4pm Mon - Fri - Mail is responsible.
Updated Criteria:
Anything submitted between 8am-4pm, Monday - Friday - Mail is responsible
All same day requests - Local is responsible
Same day requests (request date and submitted date are the same) submitted before 8am - Local is responsible
Same day requests (request date and submitted date are the same) submitted after 4pm - Local is responsible
Requests submitted Friday after 4pm,for requests submitted for all day Friday, Saturday, Sunday and Monday of the following week - Local is responsible
Anything submitted between 8am-4pm - Monday - Friday - Mail is responsible
Anything submitted on Sunday between 8a-4pm - Mail is responsible
Bookmarks