Calculating Dates Minus Work Days and Using Sheet Summaries

JPavlasek
JPavlasek โœญโœญโœญโœญ

Ok, I have a two part question here. I have a client appointment request sheet that gives a Created Date, Client Info, Campus Requested, and such. There are also two check boxes: Client Contacted and Appointment Made. I have a date field next to both of those with an automation so I know what date they checked them.

I have created a "2 Days Past Due" column check box with the following formula
=IF(AND(ISDATE([Created Date]@row), TODAY() >= [Created Date]@row + 2), 1, 0)
followed by conditional formatting that marks the row RED whenever that box is checked but the "Client Contacted" box isn't checked.

So now with the background info, here is what I'm trying to do. I've found a couple of things online but I don't think I'm fully understanding.

- I want the "2 Days Past Due" box to NOT include weekends - I didn't think it was possible but when I was looking for something else, I saw that maybe it is? I've tried a few formulas and I'm getting error messages on all of them.
- I want to set up sheet summaries for each individual campus with formulas for how many days, sans weekends, it took from the Created Date to the Client Contacted Date so I can set up reporting, but once again, I'm getting error message and not fully understanding formulas.

Help?

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!