Column Names not being recognized in formulas
Hi, I'm running into a problem with the column names not being recognized when typing in a formula. I am trying to count the number of users with access using the "yes" symbol and "Active" status using the following formula:
=COUNTIF([User Access]:[User Access], "yes", [Status:Status], "Active")
This formula should work but I keep getting an UNPARSABLE error and I noticed that when I type in the formula, it's not recognizing the column names and turning blue like it usually does. Any idea what could be wrong?
Thanks!
Answers
-
Try removing the square brackets from around Status:Status. You are also going to need to use a COUNTIFS with the "S" on the end to be able to include multiple range/criteria sets.
-
I did that and it did not work, but then I renamed the column with just a single name and adjusted the formula to use only a single name and now it works.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!