Re: Pop-Up Message
- From: "Biff" <biffinpitt@xxxxxxxxxxx>
- Date: Wed, 30 Nov 2005 18:10:12 -0500
Hi!
That will prevent any value >2500 from being entered. I think the OP wants
to allow any value.
You could use an event macro with a msgbox (I can't help with that) or maybe
use a cell:
=IF(A1>=2500,"Amounts over $2500 require documentation","")
Biff
"Cutter" <Cutter.1zc0ha_1133391002.2981@xxxxxxxxxxxxxxxxxxxxx> wrote in
message news:Cutter.1zc0ha_1133391002.2981@xxxxxxxxxxxxxxxxxxxxxxxx
>
> You're on the right track.
>
> Use Data - Validation
> On the Settings tab under "Allow" choose Custom
> In the "Formula" area type: =A1<=2500
> (Change the A1 to whatever cell you're working with)
>
> Now on the Error Alert tab in the "Style" area choose Warning
> Then type in a title and text for your warning
> Click OK
>
>
> --
> Cutter
> ------------------------------------------------------------------------
> Cutter's Profile:
> http://www.excelforum.com/member.php?action=getinfo&userid=9848
> View this thread: http://www.excelforum.com/showthread.php?threadid=489619
>
.
- Follow-Ups:
- Re: Pop-Up Message
- From: Cutter
- Re: Pop-Up Message
- References:
- Re: Pop-Up Message
- From: Cutter
- Re: Pop-Up Message
- Prev by Date: Re: Returning multiple instances of the same lookup value
- Next by Date: Re: Returning multiple instances of the same lookup value
- Previous by thread: Re: Pop-Up Message
- Next by thread: Re: Pop-Up Message
- Index(es):
Relevant Pages
|