Countif formula for specific criteria
JennS_
✭✭✭
I am trying to count the quantities of a specific "TYPE" , for a specific "OUTPOST", that are less than or equal to today's date.
For example, I want to know how many "2P" for outpost NYC-2 are check-in live as of today. I am using this formula to roll-up to a master sheet. The document I am using to get formulas, is called "Master Cabin Tracker".
I started with =COUNTIF({Master Cabin Tracker Range 13}, {Master Cabin Tracker Range 11}, "2P".
Help!
Answers
-
You just need to use a COUNTIFS with the S on the end to be able to include multiple ranges/criteria.
=COUNTIFS({Master Sheet Type Column}, "2P", {Master Sheet Outpost Column}, "NYC-2", {Master Sheet Date Column}, @cell <= TODAY())
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!