COUNTIFS
Hi All,
I've been trying to put a metric in place for my dashboard which splits up how many tasks are Open or Closed within certain division. I am referencing the main works sheet and columns there for the range. I was also trying to reference my metric sheet for cell values for Open/Closed and specific division but gave up as nothing works. I tried leaving gaps between commas, I tried no brackets...
Latest formula I have tried which gives #UNPARSEABLE
=COUNTIFS({STATUS}:{STATUS},''Open'',[{Division}:{Division}],''Construction'')
Any tips of what I am doing wrong be great!
Best Answer
-
And you are definitely getting the Unparseable error? Did you double check that you did in fact use quotes instead of double apostrophes?
Answers
-
Hi @Aiva , The proper syntax for your formula would be:
=COUNTIFS({STATUS},''Open'',{Division},''Construction'')
Also, {Status} and {Division} must be from the same remote sheet. Your explanation makes me think they may be from different sheets, and, if so, that will not work.
Good luck and be well!
If my response was helpful or answered your question please be sure to upvote it, mark it asawesome, or mark it as the accepted answer!
-
@Scott Orsey Thank you, both {Status} and {Division} are from the same master sheet where data is collated however I'm still getting the same UNPARSEABLE, any ideas what else may be wrong?
-
Can you provide a screenshot of the formula actually open in the sheet as if you are about to edit it?
-
DO you normally use commas in between sections of your formulas, or do you usually use semi-colons?
-
Usually commas
-
And you are definitely getting the Unparseable error? Did you double check that you did in fact use quotes instead of double apostrophes?
-
@Paul Newcome it had shown the error but it turns out formula did not have the correct quotation signs... I have no words... Thank you!
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!