Match + field is checked, check this box
Hey all - having trouble with this formula. I just need a box to be checked if:
If the number id in sheet A is found on sheet B AND the box on sheet B in a second column is checked…then check the box in sheet A
Here's what I have so far - maybe it should be AND(INDEX(?
=IF(INDEX({UCA E#}, [E# or Group]@row, {Affiliate individual}, true), true, false)
Best Answer
-
This works actually:
=INDEX({Column to return}, MATCH("Matching Value", {Column with value to match}, 0))
Pulled it from SS help documents…go figure lol.
thanks for your help @Michelle Choate 2
Answers
-
Try this: =IF(AND({UCA E#}, [E# or Group]@row,{Affiliate individual}, true), true, false
Michelle Choate
michelle.choate@outlook.com
Always happy to walk through any project you need help with! Book time with me here: https://calendly.com/michelle-choate
-
Thanks @Michelle Choate 2
I got an invalid data type.. So it doesn't need index? [E# or Group]@row has to look for a match in the whole column of {UCA E#} and then if it finds a match it needs to only check the box if {Affiliate individual} on that same row it found is checked.
-
This works actually:
=INDEX({Column to return}, MATCH("Matching Value", {Column with value to match}, 0))
Pulled it from SS help documents…go figure lol.
thanks for your help @Michelle Choate 2
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!