Hello!
I'm trying to work out a formula that will tell me what time it was 4 working hours ago, I've asked ChatGpt (I know, sorry) for some help and it is only giving me formula's that will tell me 4 hours (not working hours) and it doesn't seem to understand what working hours are (at least I'm not out of a job...) ANYWAY
The date and time it needs to look at is in cell AC1 and it is in a dd/mm/yyyy hh:ss format. The formula is needed so I can work out whether an email is within our 4 working hour turn around time.
Working hours are
Monday - Friday: 9am - 6:30pm
Saturday: 9am - 4pm
Sunday: Closed
It keeps giving me this formula =IF(OR(WEEKDAY(AC1,2)>5,HOUR(AC1)<9,HOUR(AC1)+MINUTE(AC1)/60>=18.5), WORKDAY(AC1,-1)+TIME(18,30,0), IF(HOUR(AC1)-4/24<9, WORKDAY(AC1,-1)+TIME(18,30,0), AC1-TIME(4,0,0))) but say the date and time displayed was 11/01/2024 07:16 (using the =NOW() formula) that returns 18:30 which is not right. All others just give the complete wrong date and time.
Between 10/01/2024 18:30 to 11/01/2024 09:00 the 4 working hour timer should essentially stop because that is outside of working hours.
Bookmarks