nicoleblackham
New Member
- Joined
- Sep 17, 2009
- Messages
- 5
Hello,
I have the challenge of calcuting response times within 1 working day for cases filed by my clients. My current function does not account for workdays and holidays. So if a case is filed on a Friday evening and I respond on Monday morning, I have missed my allowed response time window of 1 working day.
The Data that I have to work with:
Case Create Date and Time
Response Date and Time
What I have:
=IF(Sum(Create Date-Response Date)<=1,"","Update Response Time")
What I need:
=IF(Sum(Create Date-Response Date)<=1,'","Update Response Time"), Unless the difference being >1 is due to a weekend or holiday.
Thanks for the help
I have the challenge of calcuting response times within 1 working day for cases filed by my clients. My current function does not account for workdays and holidays. So if a case is filed on a Friday evening and I respond on Monday morning, I have missed my allowed response time window of 1 working day.
The Data that I have to work with:
Case Create Date and Time
Response Date and Time
What I have:
=IF(Sum(Create Date-Response Date)<=1,"","Update Response Time")
What I need:
=IF(Sum(Create Date-Response Date)<=1,'","Update Response Time"), Unless the difference being >1 is due to a weekend or holiday.
Thanks for the help