From: Laura11 on
Hi, how do I put a control on a cell so that only a "-" i.e. -8 can be
entered or conversely a control so that only a positive number can be entered.

Thanks so much.
From: p45cal on

Laura11;670644 Wrote:
>
Hi, how do I put a control on a cell so that only a "-" i.e. -8 can be
> entered or conversely a control so that only a positive number can be
entered.
>
> Thanks so much.


Data|Validation...
Allow:Decimal (or WholeNumber)
Data:'less than or equal to'
Maximum:0
OK.

for positive numbers, it should be obvious now.


--
p45cal

*p45cal*
------------------------------------------------------------------------
p45cal's Profile: 558
View this thread: http://www.thecodecage.com/forumz/showthread.php?t=187338

http://www.thecodecage.com/forumz/chat.php