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
- 65.5K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 480 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 72 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 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!