I need to combine/create a formula that calls an icon
The below formula searches for duplicates in a column labeled 'pin' and adds a one to a 1 to a column named flag when duplicates are found.
=IF(COUNTIFS(Pin$1:Pin@row, Pin@row) > 1, 1)
I need a formula that does this but turns the 1 into a smartsheets symbol or maybe the word 'duplicate'; I have tried various ways and have yet to find a way that works.
Answers
-
=IF(COUNTIFS(PIN$1:PIN@row, PIN@row) > 1, "Duplicate")
Or you can change the column the formula is in to a check box/ flag type column and leave it as you had it
-
This works, thank you! question: is there a way to change this to a symbol or can I only do words/numbers? Thank you so much
-
You can use this with the symbol type column. When you select what set of symbols you want just pay attention to the "Names" of the symbols.
Example, If you chose the arrow symbols and you wanted it to show arrow up it would be
=IF(COUNTIFS(PIN$1:PIN@row, PIN@row) > 1, "Up")
Hovering your mouse will show you the names of the options,
-
@Dan W , when I do this, it only shows the word, not the actual symbol. Am I doing something wrong?
-
@hclacken Capital N in the "No"
=IF(COUNTIFS(Pin$1:Pin@row, Pin@row) > 1, "No")
-
Thank you so much!!
-
Happy to help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!