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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 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!