Count & Collect giving Error
I have multiple Metrics sheets where I use essentially the same formula to collect information. For some reason I am not seeing, I am getting an error with this one.
=COUNT(COLLECT({Row ID}, {Category}, $Label@row, {Wave}, W1B$1))
The intention is to collect the number of Tickets assigned to each category during Hypercare by implementation wave. I have attached a picture of the Metric Sheet.
Best Answer
-
@LDLValentine , you'll need to wrap your column name for W1B in square brackets b/c it contains a number:
=COUNT(COLLECT({Row ID}, {Category}, Label@row, {Wave}, [W1B]@row))
Answers
-
@LDLValentine , you'll need to wrap your column name for W1B in square brackets b/c it contains a number:
=COUNT(COLLECT({Row ID}, {Category}, Label@row, {Wave}, [W1B]@row))
-
Thank you, no wonder I entirely missed it.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!