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
- Smartsheet Customer Resources
- 62.2K Get Help
- 360 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 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!