![]() |
#3
|
|||
|
|||
![]()
To have MATCH to return the position of nearest value, the column where you search for match (99 in your example) must be sorted in right order - otherwise when you are searching match p.e. for 5 in values list 1, 3, 6, 4 in growing order, the result will be 2 (the position of number 3) instead of 4 - because at position 3 is number 6 which is greater than 5. And value list 1, 3, 2, 4, 6 for same example will give also 2 as result, as at position 3 is number smaller then previous one.
|
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Excel - Index and Match Function ,First Second and Third Match | paulzy95 | Excel | 10 | 09-29-2016 10:46 PM |
Index and Match functions | aman.chauhan | Excel | 1 | 06-18-2016 02:09 AM |
Index match vba | grexcelman | Excel | 0 | 03-05-2015 10:55 PM |
![]() |
jackzha | Excel | 5 | 12-03-2014 12:43 PM |
![]() |
david_benjamin | Excel | 2 | 04-11-2011 11:30 AM |