Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Vlookup on Multiple Sheets

HI,

I think this may have been answered else where but I am having a hard
time sifting through what is important so I will ask again.

I have data in column a to g, in sheets 1 and 2. On sheet 3 I want to
look up a value in "A " and match that value to a number in column "A"
of sheet 1 or 2 (which ever sheet it appears in) and return the
information contained in column "G".

Is this possible and how do I go about doing this?

Thanks!!!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Vlookup on Multiple Sheets

Here's one way:

=VLOOKUP(A1,IF(COUNTIF(Sheet1!A1:A5,A1),Sheet1!A1: G5,Sheet2!A1:G5),7,0)

Biff

"Excel_Oz" wrote in message
ups.com...
HI,

I think this may have been answered else where but I am having a hard
time sifting through what is important so I will ask again.

I have data in column a to g, in sheets 1 and 2. On sheet 3 I want to
look up a value in "A " and match that value to a number in column "A"
of sheet 1 or 2 (which ever sheet it appears in) and return the
information contained in column "G".

Is this possible and how do I go about doing this?

Thanks!!!



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
Consolidating data from multiple sheets. Bovine Jones Excel Discussion (Misc queries) 2 October 17th 06 09:55 AM
Summary Sheet help with multiple sheets lacey125 Excel Discussion (Misc queries) 1 September 21st 06 08:40 PM
selecting multiple sheets Shaun Excel Worksheet Functions 1 August 31st 05 04:09 PM
Printing Multiple sheets light_life_love Excel Discussion (Misc queries) 0 August 25th 05 08:52 PM
How do i auto create multiple files from 1 with multiple sheets Kathy Excel Worksheet Functions 0 July 26th 05 01:23 AM


All times are GMT +1. The time now is 12:25 PM.

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

About Us

"It's about Microsoft Excel"