C
Chris
This one is driving me nuts!
I have a combobox that takes list values on the worksheet
from cells A1:10. Cells A1:A10 contain the values 0.9,
0.8, 0.7... 0.0. The value selected in the combobox in
linked to cell A13.
Cell A14 takes the value selected from the combobox (Cell
A13) and subtracts 0.5. This works!
Cell A15 contains the formula : =A13>0.5. This does NOT
work for values 0.5 and lower. It returns the value of
TRUE!?!?
Cell A16 contains the formula : =A13<0.5. This also does
not work for values 0.5 and lower. It returns the value
of FALSE?!?!?
Anyone encounter this? Is this a bug?
Thanks!
I have a combobox that takes list values on the worksheet
from cells A1:10. Cells A1:A10 contain the values 0.9,
0.8, 0.7... 0.0. The value selected in the combobox in
linked to cell A13.
Cell A14 takes the value selected from the combobox (Cell
A13) and subtracts 0.5. This works!
Cell A15 contains the formula : =A13>0.5. This does NOT
work for values 0.5 and lower. It returns the value of
TRUE!?!?
Cell A16 contains the formula : =A13<0.5. This also does
not work for values 0.5 and lower. It returns the value
of FALSE?!?!?
Anyone encounter this? Is this a bug?
Thanks!