A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
Does this work?
=IFERROR(Match(Left(G5)*1, A1:A13,0),Match(Left(G5), A1:A13,0))
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm using Excel's Match function on an array of card names such as AK, Q9, 77 , 54. To search for a value associated with a card I use the Left and Right functions, such as Left(Cell X): Example:
Match(Left(G5), A1:A13,0), where G5 may hold AJ or Q8 or 76 etc..
If the cell has only letters, such as QJ, all good. But if one or both cards is a number, such as 86, I get #N/A. I tried Paste Value of the Left or
Right function for the search value but that didn’t work.
Any suggestions?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi,
Does this work?
=IFERROR(Match(Left(G5)*1, A1:A13,0),Match(Left(G5), A1:A13,0))
Didn't work and actually made an ok search invalid. Any other ideas? I would think others must have faced this problem.
Thanks for your reply