#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rick
 
Posts: n/a
Default Pop-Up Message

I would like to have a warning message pop-up when a dollar value is exceeded.
When a user enters a value of $2500 or more in a cell, I would like to have
a message display that tells them they must have certain documents to backup
that value.

Is there a way to do this? All I can find is in DATA - Validation - INPUT
MESSAGE.
It comes up as soon as you select the cell, not what I want.

Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Cutter
 
Posts: n/a
Default Pop-Up Message


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...fo&userid=9848
View this thread: http://www.excelforum.com/showthread...hreadid=489619

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernard Liengme
 
Posts: n/a
Default Pop-Up Message

Have you tried Data Validation?
Set the Allow box to Decimal or Whole Number as fits your need
Set min to 0, max to 2500 and add Error Alert message

OR add just an Input Message so that a message shows up when the cell is
selected
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Rick" wrote in message
...
I would like to have a warning message pop-up when a dollar value is
exceeded.
When a user enters a value of $2500 or more in a cell, I would like to
have
a message display that tells them they must have certain documents to
backup
that value.

Is there a way to do this? All I can find is in DATA - Validation - INPUT
MESSAGE.
It comes up as soon as you select the cell, not what I want.

Thanks in advance.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default Pop-Up Message

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" wrote in
message ...

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...fo&userid=9848
View this thread: http://www.excelforum.com/showthread...hreadid=489619



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Cutter
 
Posts: n/a
Default Pop-Up Message


Biff

It will not "prevent" a value over 2500. If a value greater than 2500
is entered then the message pops up. Because it's a "warning" and not
an "error" the message adds the question "Continue?" and there are 3
options - Yes, No, Cancel.

If you choose Yes then the value entered is accepted. I believe that
fits what the OP requires.


--
Cutter
------------------------------------------------------------------------
Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848
View this thread: http://www.excelforum.com/showthread...hreadid=489619

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I control where the input message appears? Bernina27 Excel Discussion (Misc queries) 2 September 16th 05 03:04 AM
Adding an error message at close of file when criteria are met Dave Excel Discussion (Misc queries) 3 August 12th 05 07:56 PM
Calculations And Order In Macros Carl Bowman Excel Discussion (Misc queries) 4 February 23rd 05 10:53 PM
when opening excel I receive a message that says file can't be fo. Ken Excel Discussion (Misc queries) 3 February 22nd 05 12:13 AM
changing the message in an error message The Villages DA Excel Worksheet Functions 2 February 18th 05 05:30 PM


All times are GMT +1. The time now is 06:54 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"