Link matching cells
Hi,
Is there a possibility in Smartsheet to somehow link cells that have the same text in the same sheet? For example, I already have a cell in row 89 with the text - "PAC289" and a new row entry with the same text has been inputted into the same sheet by a user. Any way of linking / higlighting the cells will do! I will have several such same cells in the future so it needs to be kind of a permanent solution and not just a one off clever link if you know what I mean?
Answers
-
Hi Sahil,
Here's an example that would check a checkbox if there is more than one of the same values in the column.
Try something like this.
=IF(COUNTIF(ColumnA:ColumnA; ColumnA@row) > 1; 1)
The same version but with the below changes for convenience.
=IF(COUNTIF(ColumnA:ColumnA, ColumnA@row) > 1, 1)
Depending on your country/region, you'll need to exchange the comma to a period and the semi-colon to a comma.
Would that work?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
@Andrée Starå Hi, thanks for the response. Please see below a screenshot of the columns with the same text reference. I would like the checkbox in row 6 to be checked because PAC217 occurs twice. Can you suggest with a formula accordingly?
-
Happy to help!
Try something like this.
=IF(COUNTIF([PAC ID]:[Related pack reference]; [Related pack reference]@row) > 1; 1)
The same version but with the below changes for convenience.
=IF(COUNTIF([PAC ID]:[Related pack reference], [Related pack reference]@row) > 1, 1)
Depending on your country/region, you'll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
@Andrée Starå That worked, thanks! Can we also add another condition in the formula that if the related pack reference column is blank or N/A then any other value then checkbox column needs to be blank?
-
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!