ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   VLookup in two Excel 2003 workbooks (https://www.excelbanter.com/excel-programming/425450-vlookup-two-excel-2003-workbooks.html)

Chris Hankin[_4_]

VLookup in two Excel 2003 workbooks
 
Hello, could someone please help me with the following:

I am trying to use VLookup function to look up peoples names in column C
in workbook named Aus.xls in worksheet named: Australia.

I need VLookup to find the exact corresponding person's name in the
other workbook named Int.xls in worksheet named: International.

Once the person's name is matched in workbook named Int.xls in worksheet
named: International, then I need VLookup to return the person's
corresponding employment number from column E in workbook named

Int.xls in worksheet named: International back to column T in workbook
named Aus.xls in worksheet named: Australia.

I was trying to use this VLookup function but it only works in one
workbook only.

Any help would be greatly appreciated,

Kind regards,

Chris.

=IF(ISNA(VLOOKUP(C3,$A$2:$S$50000,5,0)),"",VLOOKUP (C3,$A$2:$C$50000,5,FA
LSE))



*** Sent via Developersdex http://www.developersdex.com ***

Stefi

VLookup in two Excel 2003 workbooks
 
=IF(ISNA(VLOOKUP(C3,
'C:\work\[int.xls]international'!$A$2:$S$50000,5,0)),"",VLOOKUP(C3,
'C:\work\[int.xls]international'!$A$2:$C$50000,5,FALSE))

If int.xls is open when creating formula, you have not to bother with path,
Excel insert it when closing int.xls.

Regards,
Stefi

€˛Chris Hankin€¯ ezt Ć*rta:

Hello, could someone please help me with the following:

I am trying to use VLookup function to look up peoples names in column C
in workbook named Aus.xls in worksheet named: Australia.

I need VLookup to find the exact corresponding person's name in the
other workbook named Int.xls in worksheet named: International.

Once the person's name is matched in workbook named Int.xls in worksheet
named: International, then I need VLookup to return the person's
corresponding employment number from column E in workbook named

Int.xls in worksheet named: International back to column T in workbook
named Aus.xls in worksheet named: Australia.

I was trying to use this VLookup function but it only works in one
workbook only.

Any help would be greatly appreciated,

Kind regards,

Chris.

=IF(ISNA(VLOOKUP(C3,$A$2:$S$50000,5,0)),"",VLOOKUP (C3,$A$2:$C$50000,5,FA
LSE))



*** Sent via Developersdex http://www.developersdex.com ***


Chris Hankin[_4_]

VLookup in two Excel 2003 workbooks
 
Thanks Stefi - very much appreciated,

Cheers,

Chris.



*** Sent via Developersdex http://www.developersdex.com ***

Stefi

VLookup in two Excel 2003 workbooks
 
You are welcome! Thanks for the feedback!
Stefi

€˛Chris Hankin€¯ ezt Ć*rta:

Thanks Stefi - very much appreciated,

Cheers,

Chris.



*** Sent via Developersdex http://www.developersdex.com ***



All times are GMT +1. The time now is 08:11 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com