The values in A2:A18 are numeric and only numeric, just as the value I enter in the textbox. The corresponding data from B2:C18 is not numerical.
I've looked up the conversion functions but I can't really understand how to implement them in the code. Could you help me with that?
Unfortunately this did not help
Hi Ronny
Looking at your code you are searching in columns A to Z but you are only returning the value in Column 2 of the search range if the value in VLOOKUP is found. On that basis you only need to search between columns A and B. This may be why you are getting the error.
Hope this helps.
Good luck.
Tony
Bookmarks