M
Mike G
I have a row of numbers that look like this 3.46 3.41 3.46 3.48 3.50 3.51
3.53 3.54 3.57 3.61.
The first number (left most) is a variable number, the remainder are fixed.
What I want to do is input a number, have it match a number in the
remainder of the row. If it is an exact match, then select that column, if
it is not an exact match then select the next lowest number. i.e. If the
input number is 3.45, I want it to select 3.41. Here is the kicker, when
the matching number is selected, I want to reverse the background and font
color. Instead of white background with black text, I want a black
background with white text. TIA Mike
3.53 3.54 3.57 3.61.
The first number (left most) is a variable number, the remainder are fixed.
What I want to do is input a number, have it match a number in the
remainder of the row. If it is an exact match, then select that column, if
it is not an exact match then select the next lowest number. i.e. If the
input number is 3.45, I want it to select 3.41. Here is the kicker, when
the matching number is selected, I want to reverse the background and font
color. Instead of white background with black text, I want a black
background with white text. TIA Mike