Vlookup

WomenPC

New Member
Joined
Jul 14, 2011
Messages
8
podate dorep dofed shippingdate
7/6/11 254545553 254545553 7/11/2011
7/7/11 365636546 425435455 7/11/2011
7/8/11 367756546 485457485 7/12/2011
7/9/11 425435455 574957435 7/12/2011
7/6/11 635636636 619755435 7/12/2011
7/6/11 636363663 696879779 7/11/2011
7/9/11 708005858 708005858 7/11/2011
7/8/11 780457584 786908457 7/12/2011
7/9/11 854058697 798045584 7/11/2011
7/10/11 867675676 867675676 7/11/2011
7/10/11 868676546 911979797 7/12/2011

Hello, There two tables. both have two columns.
well, I need the podate next to the column [dorep] which the number match with the column [dofed]. Im using a VLOOKUP but show #NA...PLEASE HELP!
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
HI WomenPC,

I´m not sure which result do you need:

Try with (copy down the formula):
Excel Workbook
ABCDE
1podatedorepdofedshippingdate
207/06/201125454555325454555307/11/201107/11/2011
307/07/201136563654642543545507/11/2011
407/08/201136775654648545748507/12/2011
507/09/201142543545557495743507/12/2011
607/06/201163563663661975543507/12/2011
707/06/201163636366369687977907/11/2011
807/09/201170800585870800585807/11/2011
907/08/201178045758478690845707/12/2011
1007/09/201185405869779804558407/11/2011
1107/10/201186767567686767567607/11/2011
1207/10/201186867654691197979707/12/2011
...
Cell Formulas
RangeFormula
E2=LOOKUP(B2,$C$2:$C$12,$D$2:$D$12)


Regards.
 
Upvote 0
Hi Cesar,

You should speak spanish like me :)
Well, I would like get the podate which belongs to separate report to the [column e]. So, the result should be 7/6/11.

Please help me!
 
Upvote 0
Yes, I speak Spanish :).

Maybe like this:
Excel Workbook
ABCDE
1podatedorepdofedshippingdate
207/06/201125454555325454555307/11/201107/06/2011
307/07/201136563654642543545507/11/201107/09/2011
407/08/201136775654648545748507/12/201107/09/2011
507/09/201142543545557495743507/12/201107/09/2011
607/06/201163563663661975543507/12/201107/09/2011
707/06/201163636366369687977907/11/201107/06/2011
807/09/201170800585870800585807/11/201107/09/2011
907/08/201178045758478690845707/12/201107/08/2011
1007/09/201185405869779804558407/11/201107/08/2011
1107/10/201186767567686767567607/11/201107/10/2011
1207/10/201186867654691197979707/12/201107/10/2011
...
Cell Formulas
RangeFormula
E2=LOOKUP(C2,$B$2:$B$12,$A$2:$A$12)
E3=LOOKUP(C3,$B$2:$B$12,$A$2:$A$12)
E4=LOOKUP(C4,$B$2:$B$12,$A$2:$A$12)
E5=LOOKUP(C5,$B$2:$B$12,$A$2:$A$12)
E6=LOOKUP(C6,$B$2:$B$12,$A$2:$A$12)
E7=LOOKUP(C7,$B$2:$B$12,$A$2:$A$12)
E8=LOOKUP(C8,$B$2:$B$12,$A$2:$A$12)
E9=LOOKUP(C9,$B$2:$B$12,$A$2:$A$12)
E10=LOOKUP(C10,$B$2:$B$12,$A$2:$A$12)
E11=LOOKUP(C11,$B$2:$B$12,$A$2:$A$12)
E12=LOOKUP(C12,$B$2:$B$12,$A$2:$A$12)



Hope this is what you're looking for, if not and if you feel better to explain it in Spanish
you can open a new question in "Other languages" side directly in Spanish;)

Best regards.
 
Upvote 0
I'm ok in English.

but it not is which im looking.

The table B [column C] has just 4 records that match with the table A [column B] I want look into the table A the records in the table B for get the podate.

I receive two different reports, so I need a formula to get this data (podate) to a new report.

I hope that you can help me
 
Upvote 0
Is this close to what you need?
Excel Workbook
ABCDE
1podatedorepdofedshippingdate
207/06/201125454555325454555307/11/201107/06/2011
307/07/201136563654642543545507/11/201107/09/2011
407/08/201136775654648545748507/12/2011
507/09/201142543545557495743507/12/2011
607/06/201163563663661975543507/12/2011
707/06/201163636366369687977907/11/2011
807/09/201170800585870800585807/11/201107/09/2011
907/08/201178045758478690845707/12/2011
1007/09/201185405869779804558407/11/2011
1107/10/201186767567686767567607/11/201107/10/2011
1207/10/201186867654691197979707/12/2011
...
Cell Formulas
RangeFormula
E2=IFERROR(INDEX($A$2:$A$12,MATCH(C2,$B$2:$B$12,0),1),"")
E3=IFERROR(INDEX($A$2:$A$12,MATCH(C3,$B$2:$B$12,0),1),"")
E4=IFERROR(INDEX($A$2:$A$12,MATCH(C4,$B$2:$B$12,0),1),"")
E5=IFERROR(INDEX($A$2:$A$12,MATCH(C5,$B$2:$B$12,0),1),"")
E6=IFERROR(INDEX($A$2:$A$12,MATCH(C6,$B$2:$B$12,0),1),"")
E7=IFERROR(INDEX($A$2:$A$12,MATCH(C7,$B$2:$B$12,0),1),"")
E8=IFERROR(INDEX($A$2:$A$12,MATCH(C8,$B$2:$B$12,0),1),"")
E9=IFERROR(INDEX($A$2:$A$12,MATCH(C9,$B$2:$B$12,0),1),"")
E10=IFERROR(INDEX($A$2:$A$12,MATCH(C10,$B$2:$B$12,0),1),"")
E11=IFERROR(INDEX($A$2:$A$12,MATCH(C11,$B$2:$B$12,0),1),"")
E12=IFERROR(INDEX($A$2:$A$12,MATCH(C12,$B$2:$B$12,0),1),"")


Regards
 
Upvote 0

Forum statistics

Threads
1,224,616
Messages
6,179,909
Members
452,949
Latest member
beartooth91

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