#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default DATA VALIDATION

I'm trying to do data validation on a cell that has a SUM formula. If the
cell sums up all of my monthly expenses I want a warning message to pop up
that tells me I'm spending too much. I don't want to have to key the info
into the cell, I want to leave the SUM formula in the cell and as I spend, it
totals. Once I've hit to high of predetermined number it gives me the error
message.
fdpayne
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 396
Default DATA VALIDATION

If your sum is in cell A1, try:

=If(A1somethresholdspendingamount,"You're spending too much","")

This comes in another cell, where you'd like to have it. If you want, format
it in a special color so that it attracts your attention.

--
Wigi
http://www.wimgielis.be = Excel/VBA, soccer and music


"Forrestt" wrote:

I'm trying to do data validation on a cell that has a SUM formula. If the
cell sums up all of my monthly expenses I want a warning message to pop up
that tells me I'm spending too much. I don't want to have to key the info
into the cell, I want to leave the SUM formula in the cell and as I spend, it
totals. Once I've hit to high of predetermined number it gives me the error
message.
fdpayne

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,979
Default DATA VALIDATION

In this example, the SUM cell is A11

Select the cells where you'll enter the monthly expenses, e.g. A1:A10
Choose DataValidation
From the Allow drop down, select Custom
In the formula box type: =$A$11<=100
Click on the Error Message tab and enter your message
Click OK


Forrestt wrote:
I'm trying to do data validation on a cell that has a SUM formula. If the
cell sums up all of my monthly expenses I want a warning message to pop up
that tells me I'm spending too much. I don't want to have to key the info
into the cell, I want to leave the SUM formula in the cell and as I spend, it
totals. Once I've hit to high of predetermined number it gives me the error
message.
fdpayne



--
Debra Dalgleish
Contextures
www.contextures.com/tiptech.html
Blog: http://blog.contextures.com

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default DATA VALIDATION

Better to put a limit on your Visa Card<g


Gord

On Thu, 24 Jul 2008 19:36:25 -0400, Debra Dalgleish
wrote:

In this example, the SUM cell is A11

Select the cells where you'll enter the monthly expenses, e.g. A1:A10
Choose DataValidation
From the Allow drop down, select Custom
In the formula box type: =$A$11<=100
Click on the Error Message tab and enter your message
Click OK


Forrestt wrote:
I'm trying to do data validation on a cell that has a SUM formula. If the
cell sums up all of my monthly expenses I want a warning message to pop up
that tells me I'm spending too much. I don't want to have to key the info
into the cell, I want to leave the SUM formula in the cell and as I spend, it
totals. Once I've hit to high of predetermined number it gives me the error
message.
fdpayne


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,979
Default DATA VALIDATION

True, by the time you're entering it in Excel, it's probably too late!

Gord Dibben wrote:
Better to put a limit on your Visa Card<g


Gord

On Thu, 24 Jul 2008 19:36:25 -0400, Debra Dalgleish
wrote:


In this example, the SUM cell is A11

Select the cells where you'll enter the monthly expenses, e.g. A1:A10
Choose DataValidation
From the Allow drop down, select Custom
In the formula box type: =$A$11<=100
Click on the Error Message tab and enter your message
Click OK


Forrestt wrote:

I'm trying to do data validation on a cell that has a SUM formula. If the
cell sums up all of my monthly expenses I want a warning message to pop up
that tells me I'm spending too much. I don't want to have to key the info
into the cell, I want to leave the SUM formula in the cell and as I spend, it
totals. Once I've hit to high of predetermined number it gives me the error
message.
fdpayne





--
Debra Dalgleish
Contextures
www.contextures.com/tiptech.html
Blog: http://blog.contextures.com



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
Validation Data using Validation Table cell range..... Dermot Excel Discussion (Misc queries) 16 January 5th 10 09:35 PM
Data Validation Update Validation Selection PCreighton Excel Worksheet Functions 3 September 11th 07 03:32 PM
data validation invalid in dynamic validation list ilia Excel Discussion (Misc queries) 0 November 7th 06 12:54 PM
data validation invalid in dynamic validation list ilia Excel Worksheet Functions 0 November 7th 06 12:54 PM
Data validation with validation lists and combo boxs Keith Excel Discussion (Misc queries) 1 October 12th 06 11:08 AM


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