Formula Translation
Is there an equivalent formula for "UNIQUE" that I can use in Smartsheet?
Here's the excel formula I am using: =unique(C2:C130)
The output is six unique elements taken from column C.
Answers
-
This is an interesting question and one that leans heavily on how Smartsheet is fundamentally setup.
Unlike Google Sheets/Excel smartsheet is row-dependent spreadsheet SASS solution. Each row of a smartsheet contains functions and powers that make it very useful in most circumstances but not so much in ones like these where we're collecting data from a larger list.
This discussion is addressed by @Paul Newcome here:
But its not a native feature of smartsheet.
-
@Mike Wilday Thanks for the tag.
@Cristian You would use this:
=IFERROR(INDEX(DISTINCT({Range}), 1), "")
You can use a helper column with the numbers 1 - whatever manually entered and reference that in place of the 1, but either way you would need to "pre-fill" a number of rows to accommodate the maximum number of entries you anticipate (plus a buffer).
-
Another option depending on how exactly you plan to use the unique list would be to create a report and then group by the column you want the unique entries from. If all you are doing is basic counts or sums/averages of other columns based on the unique entries for something like a chart in a dashboard, that can be done in a report and definitely scales better than having to manually anticipate how many unique entries you might have.
-
Yes, @Paul Newcome's thoughts about grouping in a report are spot on. Reports can do that work for you. Here are a couple of links to a summary of what reports are, and specific help to configure grouping.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!