Formula issue not displaying correct information

topswim

Board Regular
Joined
May 14, 2002
Messages
133
Office Version
  1. 365
Platform
  1. Windows
Morning,

I have formulas that I am using for an array. The issue I am having is not receiving correct results. example vlookup:

=VLOOKUP($H2,$A$2:$D$3000,2), I then drag it down the column, but get back repeated same results or #N?Athen switches to another repeated results. I do not know why it is repeating or not recognizing things at all. I have tried all tips when I researched to try to fix it but nothing. Each cell has something in it so not sure why I'm getting the #N/A. Formula does match up right in what/where it should be pulling from the correct cells as I double check that as well.

1631708132415.png


1631706609215.png


1631707955392.png
 

Attachments

  • 1631708010011.png
    1631708010011.png
    21.2 KB · Views: 5

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Try
Excel Formula:
=VLOOKUP($H2,$A$2:$D$3000,2,0)
which makes it do an exact match, rather than an approximate match.
 
Upvote 0
You may need to supply more info. However, based on your limited info, 1. is the lookup range Sorted? 2. is what is being looked up the EXACT same as in the lookup Table (no spaces, punctuation markes etc). Need to find exact match.....Try 'Close match' OR go to a NA cell and find what is should be looking up and compare it to the Lookup Table~ are they an exact match?
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,272
Members
449,075
Latest member
staticfluids

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