C ccarruth Member May 7, 2016 #1 Basic need is to find the first occurrence of a value, in a range of cells. Then based on the position of that cell go to a corresponding cell, probably using some type of OFFSET function. Wkbk attached. BTW - you guys are great! Attachments chandoo source min price.xlsx 10.5 KB · Views: 6
Basic need is to find the first occurrence of a value, in a range of cells. Then based on the position of that cell go to a corresponding cell, probably using some type of OFFSET function. Wkbk attached. BTW - you guys are great!
shrivallabha Excel Ninja May 7, 2016 #2 Not 100% sure I understood correctly but the results do match. In Cell L5, =MIN(G5:J5) And in Cell K5, =INDEX(A5:D5,1,MATCH(L5,G5:J5,0)) And then copy down.
Not 100% sure I understood correctly but the results do match. In Cell L5, =MIN(G5:J5) And in Cell K5, =INDEX(A5:D5,1,MATCH(L5,G5:J5,0)) And then copy down.