Sheet Summary Field - Count Value from Dropdown
What's wrong with this Formula? Getting an Invalid Ref
Best Answers
-
change your {training account status} to [training account status]:[training account status]
-
You deleted the "@cell," from your has() function, add that back in.
Answers
-
change your {training account status} to [training account status]:[training account status]
-
@Jgorsich still not working…
-
You deleted the "@cell," from your has() function, add that back in.
-
Perfect thank you so much! That worked.
-
@Jgorsich can you help me one more?
Our dashboard is almost complete - just need help with this formula. I need to summarize the project tasks assigned to Joint, Client, and IM that are Complete as a percentage. Can you assist?
Basically COUNT total tasks assigned to Joint/Client/IM that are COMPLETE divided by total tasks assigned to Joint/Client/IM
-
@josedimaculangan - just so you understand the "why" of it (or in case someone else looks at this exchange); the curly brackets are used for named ranges, typically across sheets. Square brackets and the colon are used for ranges in the same sheet you are working in, with the left side of the colon being the start and the right side being the end. When both sides are just the name of the column, it applies to the whole column.
You may have seen formulas written similarly with NO brackets but with the colon - when the column name doesn't have any numbers or spaces or special characters, you can skip the brackets entirely, but they never hurt anything to add in.
-
I figured the other question out. Thanks again!
-
@josedimaculangan Excellent - I just noticed that you asked it (and your image is coming through as broken).
For what it is worth, two different countifs() is what I'd have gone for there (countifs(everything plus complete)/countifs(everything EXCEPT complete), plus an error trap at the beginning to prevent a divide-by-zero error (iferror(formula,"")).
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!