Checkbox is ticked when 3 cells match.
Hi,
I'm looking for a way to make a checkbox ticked when 3 cells all have matching data in.
P/N Actual
P/N OPP LLP list
P/N F12
These should all contain matching part numbers, and if they don't we need it to flag up that they don't.
What's the best way to set up a formula to do this? Been messing around with IF Statements but can't get it working.
Thanks!
Best Answer
-
This formula should work for what you are trying to do.
=IF(AND([Part 2]@row = [Part 1]@row, [Part 3]@row = [Part 1]@row), 1, 0)
Answers
-
Hi @GrahamR
Hope you are fine, Please add a copy of your sheet or a screenshot (after removing or replacing any sensitive information). This will make it easier for me to provide the appropriate answer to your question.
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Essentially this is what I want. 3 Cells with data in, if all 3 cells match then the checkbox at the end of the row is checked. If they don't match then it's not checked.
I can get it to work with 2 cells, just not 3.
-
This formula should work for what you are trying to do.
=IF(AND([Part 2]@row = [Part 1]@row, [Part 3]@row = [Part 1]@row), 1, 0)
-
Thank you! That was the ticket. Nice and simple solution.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!