VLOOKUP Error #N/A Array Containing Formulas

G00DNESS

Board Regular
Joined
Aug 6, 2014
Messages
60
From Cell D37
I entered the formula:
Code:
[/SIZE][SIZE=1]=IF(OR(B37="",L36=""),"",IF(L36="SD",VLOOKUP(B37,H9:L33,4,0),IF(L36="MM",VLOOKUP(B37,H9:L33,5,0))))[/SIZE]
[SIZE=1]
The typed in value of D37 is 13.
H9:H33 have formulas that produce numeric values.
The formula-generated value in H15 is also 13.
This formula returns #N/A
There are some blank cells in Row H, but in row after H15.
If I type 13 in H15, my formula works, but not when 13 is generated from the formula within H15.
Code:
[/SIZE][SIZE=1]The formula in H15 is: =IF(I15="","",IF(OR(D15="",E15="",F15="",P15=""),"","13"))[/SIZE]
[SIZE=1]


Any help with this error is much appreciated.
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Change "13" to 13 -- remove the quotes. Never [1] put double-quotes around numbers that you expected to be interpreted numerically.


-----
[1] Never say "never". There is one exception that I use myself. But it applies only to numbers that are used in expressions; and I'm one of very few people that ever need to do it.
 
Last edited:
Upvote 0
Change "13" to 13 -- remove the quotes. Never [1] put double-quotes around numbers that you expected to be interpreted numerically.


-----
[1] Never say "never". There is one exception that I use myself. But it applies only to numbers that are used in expressions; and I'm one of very few people that ever need to do it.
Thanks so much Joeu004! Works well.
 
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

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