How can I format a percent without it multiplying by 100?

C

Carl Rapson

The problem with that is, if the user enters "15" (wanting 15%), she gets
"1500%" in the box formatted as Percent. It's difficult to train users to
put "0.15" in a field when they want "15%".

I usually just leave the format alone and put a "%" sign in a label after
the box.

Carl Rapson
 
Top