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
- 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!