Hello,
Need assistance with a formula to return the largest absolute value in a range and return the column heading in row 1. Found this formula on another forum and it works but it only gives me the largest value, not the largest absolute value:
=INDEX($BE$1:$BL$1,MATCH(LARGE($BE2:$BL2,COLUMNS($BR2:BR2)),$BE2:$BL2,0))
I would rather stay away from arrays if possible.
Thanks.
Need assistance with a formula to return the largest absolute value in a range and return the column heading in row 1. Found this formula on another forum and it works but it only gives me the largest value, not the largest absolute value:
=INDEX($BE$1:$BL$1,MATCH(LARGE($BE2:$BL2,COLUMNS($BR2:BR2)),$BE2:$BL2,0))
I would rather stay away from arrays if possible.
Thanks.