Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Record changing cell data into a column or range | Excel Worksheet Functions | |||
Excel - copy absolute cell references (within the range) as relati | Excel Discussion (Misc queries) | |||
need to Copy or Move to active cell from specified range | Excel Discussion (Misc queries) | |||
Possible Lookup Table | Excel Worksheet Functions | |||
Look for change next blank cell in Range | Excel Worksheet Functions |