brian sullivan
Member
I'm trying to use a Index Min Row (Array Formula) with a data set that has multiple instances /same location/shipment size. However, this function is only pulling in the first instance as opposed to the min scenario. The reason I'm utilizing this formula is because (my real project) is using data files with different text strings rejecting vlookups.
Notes in Excel file----
Formula in Cell
‘{=INDEX('2014 data'!L:L,MIN(IF(('2014 data'!G:G='2015 data'!C7)*('2014 data'!H:H='2015 data'!E7)*('2014 data'!I:I='2015 data'!F7)*('2014 data'!J:J='2015 data'!G7),ROW('2014 data'!L:L))))}’
Result
Pulling in first instance of data meeting lookup conditions (yellow) when utilizing formula within array context(ctrl /shift/enter
Desired Result
I want to pull in the minimum cost factor in the 2014 data tab using this formula structure. I want to pull in ten. The original data files I'm using (not in here) have data from different excel version that don't like v-lookups (even if you use trim on cells).
Notes in Excel file----
Formula in Cell
‘{=INDEX('2014 data'!L:L,MIN(IF(('2014 data'!G:G='2015 data'!C7)*('2014 data'!H:H='2015 data'!E7)*('2014 data'!I:I='2015 data'!F7)*('2014 data'!J:J='2015 data'!G7),ROW('2014 data'!L:L))))}’
Result
Pulling in first instance of data meeting lookup conditions (yellow) when utilizing formula within array context(ctrl /shift/enter
Desired Result
I want to pull in the minimum cost factor in the 2014 data tab using this formula structure. I want to pull in ten. The original data files I'm using (not in here) have data from different excel version that don't like v-lookups (even if you use trim on cells).