C
Craig
Hi,
I would like to format cell A1 as follows:
###/###
Sample Data in cell A1:
123/456
020/555
686/136
It must have the /
Then I would like to be able to extract from cell A1 the
lower of the two values between the /, in the first
example, 123, and place the result in cell B1.
Final Results:
A1 B1 = lowest value between the / in A1
123/456 123
020/555 020
686/136 136
Thanks!
I would like to format cell A1 as follows:
###/###
Sample Data in cell A1:
123/456
020/555
686/136
It must have the /
Then I would like to be able to extract from cell A1 the
lower of the two values between the /, in the first
example, 123, and place the result in cell B1.
Final Results:
A1 B1 = lowest value between the / in A1
123/456 123
020/555 020
686/136 136
Thanks!