A couple countif formulas
I have a couple formula questions:
- I want to count the number of employees hired from 1/1/21-until today (and have it update to be today in real time moving forward). So far I have =COUNTIFS({GB Users Source Sheet Range 1}, @cell = "Active", {GB Users Source Sheet Range 5}, "Full Time", {GB Users Source Sheet Range 4},
- I want to count the number of rows with a status of "In Budget" and with info coming from another column which have "GBA" selected.
Thank you!!
Best Answer
-
Try this for the second one...
=COUNTIFS({Status Range}, @cell = "In Budget", {Dropdown Column Range}, @cell = "GBA")
Answers
-
For the first one you are going to use the Date Range along with an AND function.
=COUNTIFS(........................................., {Date Range}, AND(@cell >= DATE(2021, 01, 01), @cell <= TODAY()))
For the second... Is the column with "GBA" a multi-select dropdown?
-
Hi Paul,
GBA is a single select column. Thanks!
-
Try this for the second one...
=COUNTIFS({Status Range}, @cell = "In Budget", {Dropdown Column Range}, @cell = "GBA")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 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!