Cooper_Smith
New Member
- Joined
- Jun 7, 2013
- Messages
- 3
Hello All,
Thank you in advance for your help. Here is the problem I am having. I am trying create a table that looks at one cell reference, finds that same text in a table, and returns an Id related to the number. The cell I am referencing has both txt and numbers (ex. 123 Company, Inc.).
The table that I am using for the TableArry in my Vlookup formula may not necessary have the exact same data (ex. 123 Company). The ID i would like it to return is a long string that includes both numbers and text as well (Ex. 00123141ABCDE).
I have been getting a number of errors. When the data is an exact match and I use (FALSE - Exact Match), the vlookup is returning an N/A error. When the data is an exact match and I use (True - Approximate Match), it returns that last cell in my lookuparray table. I read something about the Col_index_number needing to be smaller than the cell reference, but that is not the case here as I am using txt & number strings.
Should I use another formula? Or is their a way to fix this with a vlookup???
Thanks!
Thank you in advance for your help. Here is the problem I am having. I am trying create a table that looks at one cell reference, finds that same text in a table, and returns an Id related to the number. The cell I am referencing has both txt and numbers (ex. 123 Company, Inc.).
The table that I am using for the TableArry in my Vlookup formula may not necessary have the exact same data (ex. 123 Company). The ID i would like it to return is a long string that includes both numbers and text as well (Ex. 00123141ABCDE).
I have been getting a number of errors. When the data is an exact match and I use (FALSE - Exact Match), the vlookup is returning an N/A error. When the data is an exact match and I use (True - Approximate Match), it returns that last cell in my lookuparray table. I read something about the Col_index_number needing to be smaller than the cell reference, but that is not the case here as I am using txt & number strings.
Should I use another formula? Or is their a way to fix this with a vlookup???
Thanks!