You need to sign in to do that
Don't have an account?

Record Aging Formula
We have a formula field that calculates the number of hours since a record was created vs. now
((NOW() - CreatedDate)*24)
I would like to modify this to only include business hours, Monday through Friday 8-5 Eastern and to no include weekends.
Any suggestions or direction would be appreciated.
Thanks,
Stacey
You can try below formula.
Reference:
http://blog.proton7group.com/2020/02/formulas-for-adding-business-days.html
Please mark as Best Answer if above information was helpful.
Thanks,
This formula will give you the number of business hours between the current time and the created date, excluding weekends.
Thanks for the reply. I am getting the following when trying to check the syntax on the formula you provided. Can you assist?
Shri:
Can you assist with the code you provided? The syntax is not validating.