I have this vlookup formula:
=VLOOKUP(A27,Games.I120:N134,5,0)
A27 = some text
some text is in the array represented as a cell reference like =c120
I get a #N/A error
If I put the actual value in the cell “some text” it works but I want to use a cell reference there to show the text.
Nevermind I had a space in the reference that was causing the issue.