Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 31
Default Help with INDEX, MATCH

I have a sheet with data on it and another with a list of names. On the Names
Sheet i need to return the data from the Data sheet.

Names Sheet
A B
Sue 100
Sue 300
Sam 500
Bill 100
Data Sheet
A B C
100 Any data Sue
100 Any Data Bill
500 Any Data Sam
300 Any Data Sue

i have the formula so far, but it only finds the first occurance of "Sue"

=INDEX(Data Sheet!A1:C4,MATCH(A1,Data Sheet!C1:C4,0),1)

I also would like it to determine the range based on how many rows are on
the data sheet as it changes in length
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Help with INDEX, MATCH

=INDEX('Data sheet'!A:A,MATCH(A1,'Data sheet'!C:C))
Regards,
Stefi

€˛Lemmesee€¯ ezt Ć*rta:

I have a sheet with data on it and another with a list of names. On the Names
Sheet i need to return the data from the Data sheet.

Names Sheet
A B
Sue 100
Sue 300
Sam 500
Bill 100
Data Sheet
A B C
100 Any data Sue
100 Any Data Bill
500 Any Data Sam
300 Any Data Sue

i have the formula so far, but it only finds the first occurance of "Sue"

=INDEX(Data Sheet!A1:C4,MATCH(A1,Data Sheet!C1:C4,0),1)

I also would like it to determine the range based on how many rows are on
the data sheet as it changes in length

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
Find Exact Match using INDEX, MATCH DoubleUU Excel Worksheet Functions 3 August 15th 08 02:42 PM
index(match) Wind Uplift Calculations (match four conditions) JMeier Excel Worksheet Functions 8 August 1st 08 01:45 AM
index match array function-returning only first match, need last. Julie Olsen Excel Worksheet Functions 3 December 29th 06 12:50 AM
How do I display more than one match in a Index/Match formula? Trish Excel Worksheet Functions 0 September 26th 05 10:21 PM
index,match,match on un-sorted data Brisbane Rob Excel Worksheet Functions 3 September 24th 05 10:04 PM


All times are GMT +1. The time now is 01:59 PM.

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"