Vlookup pulling wrong value

AR10080

New Member
Joined
Dec 15, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I have following table that I am using to VLOOKUP.
My lookup formula is
Excel Formula:
=VLOOKUP("40-7",TableName,3)
Unfortunately, the output value is 43-0791 which is for "40-6.5"!
No idea what I am doing wrong!


WEIGHTDESCRIPTIONPART NO
40-6.5HINGE TUBE, (1" SCH 80 X 2")43-0791
45-6.5HINGE TUBE, (1.5" OD X 2")43-1540
40-7HINGE TUBE, (1" SCH 80 X 4-1/2")43-0790
45-7HINGE TUBE, (1.5" OD X 4-1/2")43-1539
 

Attachments

  • Capture.PNG
    Capture.PNG
    17.1 KB · Views: 3

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Try it with FALSE at the end:

Excel Formula:
=VLOOKUP("40-7",TableName,3,FALSE)

1702665965440.png
 
Upvote 0
Solution

Forum statistics

Threads
1,215,132
Messages
6,123,227
Members
449,091
Latest member
jeremy_bp001

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