Matching, COUNT

Hey all!
I have an interesting use case I think I can utilize formulas but need to pick your brains!
SO, I have a MAIN SMSH with a column named "Second Review Needed?" Dropdowns are: Not Required, Required
I have a SECOND SMSH with a list of people's names and the SAME drop downs
On the MAIN SMSH, I have a column with a person's name (one would match the name on the SECOND SMSH)
I would like to reflect the answer of 2nd review required on the MAIN SMSH.
Hoping I can do a MATCH from the SECOND SMSH to the MAIN SMSH to reflect on the main SMSH if a review is required or not.
Any ideas?
Best Answer
-
Try an INDEX/MATCH.
=INDEX({Other Sheet Dropdown Column}, MATCH([Name Column]@row, {Other Sheet Name Column}, 0))
Answers
-
Try an INDEX/MATCH.
=INDEX({Other Sheet Dropdown Column}, MATCH([Name Column]@row, {Other Sheet Name Column}, 0))
-
Worked!! Thank you, Paul!
-
Happy to help! 👍️
Please don't forget to mark the appropriate response as "helpful" so that others searching for a similar solution can know that one may be found here.
Help Article Resources
Categories
Check out the Formula Handbook template!