View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
David A. David A. is offline
external usenet poster
 
Posts: 64
Default Looking up A name in a table and reurning all rows that are as

Yes that is correct.

"T. Valko" wrote:

Do you mean your data table looks like this:

name1.....x
................y
................z
name2.....x
................y
................z

You want to lookup the name in column A and return the data from column B.
Is the amount of data in column B the same for every name?

Biff

"David A." wrote in message
...
I am trying to lookup a persons name in a table. Then return ALL the rows
that are associated with that name. HELP.
IE:
Sheet1-A2 has the name I'm looking for
The array is on Sheet2-A1:G16
The name shows only one in the sheet2 column A ( like a pivit table)
The information I need is in that row and 3-4 rows below in column B
What I need is something like a Vlookup then Offset to find the rows below
the found name.