Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi,
i have the following: =MATCH(AC2,sheet2!B2:sheet2!B63001,0)) but the only thing is that there a lot of duplicates of what is being looked for. i would like to know how i can deal with this, and make sure that the LAST match number is given. thanks in advance, geebee |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this function:
=INDEX($B$1:$B$10,MATCH(MAX(IF($A$1:$A$10="A",ROW( $A$1:$A$10))),IF($A$1:$A$10="A",ROW($A$1:$A$10)),0 )) The thing in quotes, in this case A, is the thing that you want to 'match'. Regards, Ryan--- -- RyGuy "geebee" wrote: hi, i have the following: =MATCH(AC2,sheet2!B2:sheet2!B63001,0)) but the only thing is that there a lot of duplicates of what is being looked for. i would like to know how i can deal with this, and make sure that the LAST match number is given. thanks in advance, geebee |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Match 2 Columns, Return 3rd, Differing Match Types | Excel Worksheet Functions | |||
Lookup Formula: Return 1st match, then 2nd match, then 3rd match | Excel Discussion (Misc queries) | |||
index(match) Wind Uplift Calculations (match four conditions) | Excel Worksheet Functions | |||
MATCH Multiple Criteria & Return Previous / Penultimate Match | Excel Worksheet Functions | |||
Lookup? Match? pulling rows from one spreadsheet to match a text f | Excel Worksheet Functions |