countif if status "in progress" and occurred in the past
Hi,
I want to create a report that provides the number of items that are "in progress" and their finish date is in the past (past from today). For this report, I have to reference another sheet. This is the formula I'm using but I receive an error message. Does anyone have any idea how to correct? Thank you in advance.
=COUNTIF(reference another sheet, "in progress"), AND (reference another sheet TODAY( -1)).
Best Answer
-
Thank you James! It worked!
Answers
-
use COUNTIFS:
=COUNTIFS({in progress REFERENCE Range 1}, "in progress", {in progress REFERENCE Range 2}, <TODAY())
-
Thank you James! It worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 379 Global Discussions
- 210 Industry Talk
- 441 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 300 Events
- 33 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!