Hi,
I need to get the number included on the Segment column that corresponds to the value of the column Value that is closest to zero.
I have tried this:
=INDEX($A$2:$A$12,MATCH(MIN(ABS(IF(ISNUMBER(D2:D12),D2:D12,9999))),D2:D12, FALSE),1)
, however, I´m getting #N/A when the values in the column Value are negative.
I have included the file in the following link.
Thank you
I need to get the number included on the Segment column that corresponds to the value of the column Value that is closest to zero.
I have tried this:
=INDEX($A$2:$A$12,MATCH(MIN(ABS(IF(ISNUMBER(D2:D12),D2:D12,9999))),D2:D12, FALSE),1)
, however, I´m getting #N/A when the values in the column Value are negative.
I have included the file in the following link.
Dropbox
www.dropbox.com
Thank you