Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default How to have an error popup once range cell amount is greater than

How do i get an error to pop-up "WARNING: Blah" once a range of cell amounts
reach $200.00

EG: Cell Ranges from D6:O21 Once the total within this rnge of fields have
hit $200 it gives the warning.

Ill probably need... Click on... then press... then type in..... etc steps..

Thankyou


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,073
Default How to have an error popup once range cell amount is greater than



On Jan 27, 2:50 pm, Daniel Bunt
wrote:
How do i get an error to pop-up "WARNING: Blah" once a range of cell amounts
reach $200.00

EG: Cell Ranges from D6:O21 Once the total within this rnge of fields have
hit $200 it gives the warning.

Ill probably need... Click on... then press... then type in..... etc steps..

Thankyou


Hi Daniel,

You could use data validation.

1. Select the whole sheet by clicking in the little grey box above row
1's label and to the left of column A's label.

2. Click on Data in the main menu bar then click on Validation...
This brings up the Data Validation dialog, which has three tab sheets.

3. In the Allow: box on the Settings tab sheet select Custom.
4. In the Formula: box type this formula...

=SUM($D$6:$O$21)<200

5. Click OK

Try that out, and if you're not happy with the appearance of the error
message you can go back and change it using the other tab sheets on the
Data validation dialog.

Ken Johnson

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How to have an error popup once range cell amount is greater than

I'd use a helper cell with a formula:

=if(sum(d6:o21)<200,"","Error! Too much!")

And give it a nice bold, red format.

And put it where it can't be missed.

Daniel Bunt wrote:

How do i get an error to pop-up "WARNING: Blah" once a range of cell amounts
reach $200.00

EG: Cell Ranges from D6:O21 Once the total within this rnge of fields have
hit $200 it gives the warning.

Ill probably need... Click on... then press... then type in..... etc steps..

Thankyou


--

Dave Peterson
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
Record changing cell data into a column or range Emmie Excel Worksheet Functions 2 December 21st 06 12:23 AM
Excel - copy absolute cell references (within the range) as relati Merf1013 Excel Discussion (Misc queries) 1 October 10th 06 07:46 AM
need to Copy or Move to active cell from specified range kaream Excel Discussion (Misc queries) 2 December 14th 05 08:12 AM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Look for change next blank cell in Range Nigel Bennett Excel Worksheet Functions 1 March 13th 05 09:45 PM


All times are GMT +1. The time now is 10:03 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"