Cross Sheet IF Statement

I'm struggling! I feel like this should be a simple formula but I'm unable to get it done. I'm referencing another sheet to bring in a name ONLY if their status in another column matches "Grandfathered".
In the formula below, I'm attempting to bring in the name of an individual (Range 5) if their status (Range 6) = "Grandfathered". In this example, the ranges are referring to columns within the referred to sheet. Please help!
*Disregard the first row. It's my attempt to make sure I'm not crazy and validate it works within the same sheet.
Answers
-
Hello @David Hancock - PSSI
You can use INDEX COLLECT function to get the name based on status
=INDEX(COLLECT({Reference Another Sheet - Name column}, {Reference Another Sheet - Status column}, "Grandfathered"),1)
Hope this helps.
Che
Help Article Resources
Categories
Check out the Formula Handbook template!