Countifs with find
I have 2 columns (Stage) and (Courses) Courses is a multi dropdown, stage is a single drop down.
I want to count how many people are invited to Fundamentals 1 vs how many have completed or certified in a rollup sheet. I am either getting unparsable or invalid
This is on a rollup sheet that points to the working sheet.
=COUNTIFS({Splunk Training course}, FIND("Fundamentals 1", @cell) > 0, {Splunk Training Stage}(Invited))
Thanks in advance.
Comments
-
Can you explain the BOLD portion of your formula?
=COUNTIFS({Splunk Training course}, FIND("Fundamentals 1", @cell) > 0, {Splunk Training Stage}(Invited))
-
Yes. This is tracking training, I have a column for the status (Invited, Registered, completed, etc) and another column with a multi checkbox (Fundamentals 1, Fundamentals 1, Dashboards) So I need to count how many are invited for fund 1, then invited for fund 2, then in another cell is how many are completed or certified in fund 1.
I hope that clears it up.
Thanks
-
That does clear things up. It also means you were very close with your formula.
Here it is with a few minor tweaks...
=COUNTIFS({Splunk Training course}, FIND("Fundamentals 1", @cell) > 0, {Splunk Training Stage}, "Invited")
We added a comma between the stage range and the stage to separate range from criteria then we replaced the parenthesis around Invited with quotes.
-
Looks like this does the trick, thank you, formulas are probably my weak point which is maddening when I am rolling up data.
Thank you
-
Happy to help!
The Community is a great source of knowledge. Don't hesitate to reach out. It is certainly much less painful than beating your head against a wall for a few days (or even weeks).
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives