VLOOKUP Won't Recognise Data Unless Manually Re-Typed

Smok3y

New Member
Joined
Apr 9, 2021
Messages
9
Office Version
  1. 2016
Platform
  1. Windows
Hi there,

Having real trouble getting a simple VLOOKUP to recognise data - cells result in #N/A unless I manually retype the data which isn't practical.

I know there are issues between compatible data types in these functions, and have read similar threads about changing data through Text to Columns, but I cannot seem to get anything to work (every possibility I have done this step wrong though).

Can anyone step me through this? Seems like such a simple fix but it is doing my head in...

Cheers, Smok3y.
 

Attachments

  • Screenshot 2021-05-17 162757.png
    Screenshot 2021-05-17 162757.png
    44.4 KB · Views: 19

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
There is a good chance you have trailing spaces
Try wrapping your lookup value with the TRIM function = VLOOKUP(TRIM(a1),...
Or add wildcards to the lookup value = VLOOKUP("*"&a1&"*",
 
Upvote 0

Forum statistics

Threads
1,214,971
Messages
6,122,525
Members
449,088
Latest member
RandomExceller01

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top