Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
The posts in this section are historical and no longer monitored for accuracy. If this discussion interests you and you'd like to join in, please visit the active Community to post and engage.
I have a date assigned column which would be the date someone entered a case. I'd like to automatically calculate in a due date column the 5 day SLA date, accounting for weekend days. Is there an easy formula for this?
Kevin,
do you mean the due date is 5 days later than the date of entry? If so, the formula is =EntryDate1+5 (for 1st row)
If the EntryDate is a system-generated date like Modified(Date) or Created(Date), then you need to put it this way:
=DATEONLY(EntryDate1)+5
I hope it's what you meant
Atus