Returning text value if two cells match

Copper Contributor

Hello,

 

I am looking to match text contained within one cell to an array that contains a bunch of text to return another text value based on which column it was in.

 

I have a list of tenants that populates based on their outstanding rent from high to low.

JakeTWalker97_0-1642713114053.png

 

Based on this, I want to match the tenant to which property they are located at. I have a data set located on another tab that contains this data.

JakeTWalker97_1-1642713217654.png

 

I have tried using index match and xlookup to no avail.

 

Any help would be greatly appreciated. Thank you!

 

 

1 Reply

@JakeTWalker97 

=INDEX(C$13:C$18,MATCH($C3,$B$13:$B$18,0))

 

Maybe with this formula as in the attached file.