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
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!