Reference Criteria-Result For Today Or 1 Day Ago
Smartsheet Community:
Can Someone Help Me Modify My Existing Formula? I am Trying To Add to My Formula to Look For Anything Done or in UAT Today Or The Previous Day, excluding Weekends. Here is My Current Formula:
=COUNTIFS({Jira Status}, OR(@cell = "Done", @cell = "UAT"), {Assignee}, "Isha", {Resolve Date}, TODAY())
Thanks
Best Answer
-
You would use another OR function for the date criteria similar to how you used the OR function for your status criteria. The first argument in the new OR function would be for TODAY() as you already have and the next argument would be a WORKDAY function
WORKDAY(TODAY(), -1)
Answers
-
You would use another OR function for the date criteria similar to how you used the OR function for your status criteria. The first argument in the new OR function would be for TODAY() as you already have and the next argument would be a WORKDAY function
WORKDAY(TODAY(), -1)
-
Excellent, Thanks
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!