If nested with Vlookup

SarnovaHCLLC

New Member
Joined
Sep 23, 2016
Messages
2
I am not getting the results from the formulas as expected.
One returns the correct data but still leaves the dreaded #N/A if no match is found.
=IF(ISNA(MATCH($A:$A,4-8-16,0)),(VLOOKUP($A:$A,'04-08-16'!$A:B,2,FALSE)))

The other returns all 0's.
=IF(ISNA(MATCH($A:$A,4-8-16,0)),0,(VLOOKUP($A:$A,'04-08-16'!$A:B,2,FALSE)))
 
The syntax in your formulas is not correct
Both should search for one value in a range
What is MATCH($A:$A,4-8-16,0) supposed to do ?
VLOOKUP also searches for one value in a range but both your search values are ranges????
 
Upvote 0
I have found a formula that has resolved my issue.[TABLE="width: 147"]
<colgroup><col width="196" style="width: 147pt; mso-width-source: userset; mso-width-alt: 3584;"> <tbody>[TR]
[TD="class: xl65, width: 196, bgcolor: transparent"]=IFNA(VLOOKUP($A:$A,'04-08-16'!$A:$B,2,FALSE),0)[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0

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