Data Validation

A

ASPENCO

I am attempting to use an AND formula to limit the input in a certain
cell to a specified range (e.g.=AND(a1>100, a1<200). The cell is
formatted for percentage. If I input an invalid entry my message
appears and if I click retry and input a valid entry I lose the
percentage sign and the message reappears. Any suggestions. Thanks in
advance.
 
D

Dave Peterson

Maybe you can use:

Allow: Decimal
Data: Between
Minimum: 1
Maximum: 2

This seems to be forgiving when the cell is formatted as percent.
 
Top