I want to compare a number in some text box to another number that is in a string. For example I have a "control" number that needs to be compared to all the other numbers in the column and if its greater than the control number, then change the fill color in the box to another color
Control #
0.33
Rest of Column
0.041 J
<0.5
NA
0.51
0.02 J etc...
Is there a way I can compare the control number to the each of the numbers in the rest of the column without changing or parsing that value? I know how to change the color and loop but don't know how to do the compare without changing anything or making a new column and hiding it. Thanks!!!!!!!!
Control #
0.33
Rest of Column
0.041 J
<0.5
NA
0.51
0.02 J etc...
Is there a way I can compare the control number to the each of the numbers in the rest of the column without changing or parsing that value? I know how to change the color and loop but don't know how to do the compare without changing anything or making a new column and hiding it. Thanks!!!!!!!!