I have a common problem. I want to index/match across a range larger than one column.
Here is what I have:
{=INDEX('Clinical Trending (Var)'!$F$307:$F$322,MATCH(X29,'Clinical Trending (Var)'!$G$307:$G$322,0),0)}
Here is the range that doesn't work:
{=INDEX('Clinical Trending (Var)'!$F$307:$F$322,MATCH(X29,'Clinical Trending (Var)'!$G$307:$R$322,0),0)}
The G to R block. I tried to convert this to if/countif/row format, but I'm a noob. Can someone please help with a proper array formula. I have the index in column F. I have a value to match in cell X29 and I want to match it across the range G307 to R322. It will match once exactly in one of those cells on one of those rows in 307 to 322. I will copy the formula down so that x29 will become a new value every time to match.
Thanks for any help.
I tried something like this:
{=IF(COUNTIF(A2:C6,A8),INDEX(D:D,MAX(IF(A2:C6=A8,ROW(A2:C6)))),"")}
But got a REF# error.
Here is what I have:
{=INDEX('Clinical Trending (Var)'!$F$307:$F$322,MATCH(X29,'Clinical Trending (Var)'!$G$307:$G$322,0),0)}
Here is the range that doesn't work:
{=INDEX('Clinical Trending (Var)'!$F$307:$F$322,MATCH(X29,'Clinical Trending (Var)'!$G$307:$R$322,0),0)}
The G to R block. I tried to convert this to if/countif/row format, but I'm a noob. Can someone please help with a proper array formula. I have the index in column F. I have a value to match in cell X29 and I want to match it across the range G307 to R322. It will match once exactly in one of those cells on one of those rows in 307 to 322. I will copy the formula down so that x29 will become a new value every time to match.
Thanks for any help.
I tried something like this:
{=IF(COUNTIF(A2:C6,A8),INDEX(D:D,MAX(IF(A2:C6=A8,ROW(A2:C6)))),"")}
But got a REF# error.