Is there a way to calculate Absolute Value in a cell that's not aligned with the rows used in the array? I'm using ABS(I33:39) but it only calculates if the cell I place the ABS formula in is somewhere in rows 33-39.
Here are the formula's I'm using...
Works just fine in any row:
<code style="margin: 0px; padding: 0px; font-style: inherit; font-weight: inherit;">INDEX($A$33:$A$39,MATCH(LARGE($I$33:$I$39,K10),$I$33:$I$39,0))</code>
Returns as false or " " with ABS when this formula is not calculated in a cell between rows 33-39.
<code style="margin: 0px; padding: 0px; font-style: inherit; font-weight: inherit;">
=IF(ABS($I$33:$I$39)>=1%,INDEX($A$33:$A$39,MATCH(LARGE($I$33:$I$39,K10),$I$33:$I$39,0)),"")</code>
Here are the formula's I'm using...
Works just fine in any row:
<code style="margin: 0px; padding: 0px; font-style: inherit; font-weight: inherit;">INDEX($A$33:$A$39,MATCH(LARGE($I$33:$I$39,K10),$I$33:$I$39,0))</code>
Returns as false or " " with ABS when this formula is not calculated in a cell between rows 33-39.
<code style="margin: 0px; padding: 0px; font-style: inherit; font-weight: inherit;">
=IF(ABS($I$33:$I$39)>=1%,INDEX($A$33:$A$39,MATCH(LARGE($I$33:$I$39,K10),$I$33:$I$39,0)),"")</code>