countif if status "in progress" and occurred in the past

andhou
✭✭
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
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 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!