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

Can someone please explain the Index, Match formula to me? It is used in a
spreadsheet and I need to understand it. Thank.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Explain INDEX MATCH

Nadine wrote:
Can someone please explain the Index, Match formula to me? It is used in a
spreadsheet and I need to understand it. Thank.



http://www.contextures.com/xlFunctions03.html
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 269
Default Explain INDEX MATCH

There are many different potential ways to write a formula using Index and
Match.

If you post the specific formula, it may help someone explain the usage
further.

Very briefly the syntax for Index is (Array,Row num, [Col num])
Thus Index(A1:A5,3) would return the value in A3 (the third postion in the
array)

If data cannot be sorted to allow a Lookup,Vlookup or Hloolup you may use a
Match function to get a position
A B
1 Apples 7
2 Pears 5
3 Grapes 3
4 Oranges 4
5 Pinapples 2

The function Index(B1:B5,Match("Pears",A1:A5,0)) would retun the value 5

Match ("Pears",A1:A5,0) finds the position of the first item in A1:A5 that
exactly equals (signified by the ,0) "Pears" in this case 2

The function is then reduced to Index(B1:B5,2) which returns the second item
in the array B1:B5 which is the number 5
--
If this helps, please remember to click yes.


"Nadine" wrote:

Can someone please explain the Index, Match formula to me? It is used in a
spreadsheet and I need to understand it. Thank.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default Explain INDEX MATCH

Hi Nadine,
Take a look to Debra web, she has an excellent explanation and examples

http://www.contextures.com/xlFunctions03.html

"Nadine" wrote:

Can someone please explain the Index, Match formula to me? It is used in a
spreadsheet and I need to understand it. Thank.

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 06:25 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"