Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 36
Default Vlookup with multiple workbooks

Is there a way to do a VLOOKUP when there are more than 2 workbooks in Excel
? and how?

When I try using this formula I get an error that says "#VALUE!".

=VLOOKUP("Net Income", EXAMPLE!A4:F9+'EXAMPLE1'!A1:FG,3,FALSE)

So basically I just want to find the corresponding amount in column 3 for
Net Income from the workbooks "Example" and "Example1". It doesn't work.

However, if I for example wanted to do the VLOOKUP on 1 workbook only it
works. What am I doing incorrectly or is it just not possible to do for more
than 1 workbook?

Thank you for your assistance.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default Vlookup with multiple workbooks

You can't do it. (Just as you can't have the VLOOKUP reference multiple
selections in the same sheet, you can't reference multiple workbooks).

But perhaps:
=IF(ISERROR(VLOOKUP("Net Income", EXAMPLE!A4:F9,3,FALSE)),VLOOKUP("Net
Income",'EXAMPLE1'!A1:FG,3,FALSE),VLOOKUP("Net Income",
EXAMPLE!A4:F9,3,FALSE))

will accomplish your goal.

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Sally" wrote:

Is there a way to do a VLOOKUP when there are more than 2 workbooks in Excel
? and how?

When I try using this formula I get an error that says "#VALUE!".

=VLOOKUP("Net Income", EXAMPLE!A4:F9+'EXAMPLE1'!A1:FG,3,FALSE)

So basically I just want to find the corresponding amount in column 3 for
Net Income from the workbooks "Example" and "Example1". It doesn't work.

However, if I for example wanted to do the VLOOKUP on 1 workbook only it
works. What am I doing incorrectly or is it just not possible to do for more
than 1 workbook?

Thank you for your assistance.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vlookup from multiple workbooks vlookupabyss Excel Discussion (Misc queries) 4 January 25th 08 05:24 AM
vlookup multiple workbooks Churley Excel Discussion (Misc queries) 6 July 31st 06 02:11 PM
How do I use VLOOKUP to ref multiple workbooks with multiple tabs? JackieW Excel Discussion (Misc queries) 2 April 11th 06 05:32 PM
Vlookup on multiple workbooks clayton Excel Discussion (Misc queries) 12 January 17th 06 10:07 AM
Vlookup in Multiple Workbooks Excelcrazy Excel Discussion (Misc queries) 3 December 20th 05 01:56 PM


All times are GMT +1. The time now is 05:27 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"