E
edwardpestian
I have the following formula that works.
=INDEX(A34
39,MATCH(LARGE($D$34:$D$39,4),$D$34:$D$39,0),1)
However when trying to change the the LARGE function to the SMAL
function I am running in to difficulty. The reason for the problem i
that the string the SMALL function is a text string. For exampl
4900-. 4900 with a trailing negative sign instead of a positive sign.
I need the SMALL to take the two highest digits beginning from the lef
and then determine the smallest.
Thanks,
e
=INDEX(A34
However when trying to change the the LARGE function to the SMAL
function I am running in to difficulty. The reason for the problem i
that the string the SMALL function is a text string. For exampl
4900-. 4900 with a trailing negative sign instead of a positive sign.
I need the SMALL to take the two highest digits beginning from the lef
and then determine the smallest.
Thanks,
e