Juan Pablo Gonzalez, ayuda por favor en vlookup.

GLaveaga

New Member
Joined
Aug 21, 2003
Messages
14
Disculpe mi atrevimiento mas sabiendo que usted es una de las personas mas capacitadas en este tema. Me tome la libertad de poner su nombre en el subject title.

El problema es el siguiente.

Necesito creear un main.xls el cual es linked a dos xls por medio de un vlookup. Mi pregunta es posible realizar un doble vlookup a dos xls files, cada xls es identico.

=VLOOKUP(B1,'C:\data\[update.xls]loans'!$A$5:$A$600,1,FALSE)



*main.xls
1.-c:\data\update.xls
2.-c:\data\ update2.xls

Muchisimas gracias por cualquier ayuda al respecto.
Sinceramente
GLaveaga
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
=IF(ISNA(VLOOKUP(B1,'C:\data\[update.xls]sheet1'!$A$5:$A$600,1,0)),VLOOKUP(B1,'C:\data\[update2.xls]sheet1'!$A$3:$D$600,4,0),VLOOKUP(B1,'C:\data\[update.xls]sheet1'!$A$5:$A$600,1,0))

Muchas gracias por tu reply enckolub, finalmente despues de varios dias en el forum de Ingles me ayudaron.
Nuevamente gracias.

Saludos
GL
 
Upvote 0

Forum statistics

Threads
1,223,939
Messages
6,175,532
Members
452,651
Latest member
wordsearch

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