Hello,
I am using Office 365.
I am trying to combine the below Index Match formulas. Both work independently and return values, but the independent values don't do me any good because I need the intersection of the data, i.e., the place in the table where both values line up next to each other in their respective column. The problem is these values appear in other places, but in only in one place next to each other.
=INDEX(A6:A24806, MATCH(TRUE,(E6:E24806>=1720),0))
=INDEX(A6:A24806, MATCH(MIN(IF(F6:F24806>0,F6:F24806)),F6:F24806,0))
Below is my attempt at combining the formula, but I receive a REF error.
=INDEX(A6:A24806, MATCH(TRUE,(E6:E24806>=1720),0), MATCH(MIN(IF(F6:F24806>0,F6:F24806)),F6:F24806,0))
I think the reference error is due to the first Match formula returning 6380 and the second Match formula returning 12651. I think, if the formula was working correctly, then those numbers would be the same and it would be finding the intersection of the data in the table and then returning the corresponding value in column A.
Any help would be much appreciated!! Thanks.
Andy
I am using Office 365.
I am trying to combine the below Index Match formulas. Both work independently and return values, but the independent values don't do me any good because I need the intersection of the data, i.e., the place in the table where both values line up next to each other in their respective column. The problem is these values appear in other places, but in only in one place next to each other.
=INDEX(A6:A24806, MATCH(TRUE,(E6:E24806>=1720),0))
=INDEX(A6:A24806, MATCH(MIN(IF(F6:F24806>0,F6:F24806)),F6:F24806,0))
Below is my attempt at combining the formula, but I receive a REF error.
=INDEX(A6:A24806, MATCH(TRUE,(E6:E24806>=1720),0), MATCH(MIN(IF(F6:F24806>0,F6:F24806)),F6:F24806,0))
I think the reference error is due to the first Match formula returning 6380 and the second Match formula returning 12651. I think, if the formula was working correctly, then those numbers would be the same and it would be finding the intersection of the data in the table and then returning the corresponding value in column A.
Any help would be much appreciated!! Thanks.
Andy