Need Help w/My VLOOKUP

LabraLime

New Member
Joined
Jun 14, 2021
Messages
12
Office Version
  1. 365
Platform
  1. Windows
Hello Everyone,

I am having trouble with my VLOOKUP formula only returning #N/A results as if it cannot locate the referenced data in my table array when it is in fact there. I was hoping someone could take a look and help me understand why / what I am missing?

This is the formula I am using:
=VLOOKUP(D2,SparesList!F:I,2,FALSE)

1641403728718.png
1641403789110.png
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Are you sure that this formula:
Rich (BB code):
=VLOOKUP(D2,SparesList!F:I,2,FALSE)
shouldn't actually be this:
Rich (BB code):
=VLOOKUP(D2,SparesList!H:I,2,FALSE)

It looks like you should be matching column D on your first sheet to column H on your second.
 
Upvote 0

Forum statistics

Threads
1,215,039
Messages
6,122,802
Members
449,095
Latest member
m_smith_solihull

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