Enter only positive numbers

  • Thread starter Thread starter dalymjl
  • Start date Start date
D

dalymjl

This sounds so stupid but I can't find an answer. How do I force users
to input only positive amounts in a cell. I would like that 0 would
also be an acceptable value but no negative amounts.
 
And another one
Data>Validation>Settings

Allow:
Decimal
Data:
Greater than or equal to
Minimum:
0


HTH
Martin
 
You could create a dummy entry form and then reference that cell on your calc
sheet with;

=abs(a1)

God Bless

Frank Pytel
 
Back
Top