vlookup formula problem

mval

New Member
Joined
Jan 23, 2009
Messages
39
Hi!! I am using this formulat to look up the value related to a number for example: I want to get the information related to this number 10A, so what I want is to be able to look for that number and populate the all the information to pertained to that number. this is what I am using: =VLOOKUP(A19,'J333'!$A$1:$F$599,3)

But the problem is that when I copied to the row belows, the information jumps around and also the result comes "#N/A" but there is info.

thanks for all you help!!
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Hi

You want an exact match and so you must set the 4th parameter of VLookup() to 0

Try:

=VLOOKUP(A19,'J333'!$A$1:$F$599,3,0)

Check the help on the 4th parameter.
 
Upvote 0
pgc01,


Thank you!! for the quick replied. So by adding 0 to the end of the formula would it look for exact match right? One more question, so what would be the different if I am using "TRUE" for approximate match, or "FALSE" for exact match?

Again thanks for you help!!
 
Upvote 0
I'm glad it's working.

If you use TRUE the lookup value does not have to be in the table. The help has several examples that clarify the use of the parameter.
 
Upvote 0

Forum statistics

Threads
1,224,574
Messages
6,179,629
Members
452,933
Latest member
patv

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