A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

error message



 
 
Thread Tools Display Modes
  #1  
Old April 3rd, 2008, 07:15 PM posted to microsoft.public.excel.misc
Paul_of_Abingdon[_2_]
external usenet poster
 
Posts: 17
Default error message

My worksheet is set up as follows:
Cell A1 to A220 have budgeted amount.
Cell C1 to AK220 are for allocation of the budgetd amount
Cell B1 to B220 are to the total of C1 to AK220

Is there a way to do validation to ensure that allocation amount entered in
C to AK does not exceed the corresponding row in Cell A. So for example, if
A1 has total budgeted amount 1000, the amount entered in C1 to AK1 should not
exceed 1000. If does, it should give an error message.

I try various validation rules. It is not working.

Any help will be greatly appreciated.
  #2  
Old April 4th, 2008, 10:54 AM posted to microsoft.public.excel.misc
edvwvw via OfficeKB.com
external usenet poster
 
Posts: 79
Default error message

You could try something like:

=IF(SUM(C1:K1)1000,"Exceeds Budget",1000) in cell A1 - this would either
have the budget amount 1000 or Exceeds Budget.

edvwvw


Paul_of_Abingdon wrote:
My worksheet is set up as follows:
Cell A1 to A220 have budgeted amount.
Cell C1 to AK220 are for allocation of the budgetd amount
Cell B1 to B220 are to the total of C1 to AK220

Is there a way to do validation to ensure that allocation amount entered in
C to AK does not exceed the corresponding row in Cell A. So for example, if
A1 has total budgeted amount 1000, the amount entered in C1 to AK1 should not
exceed 1000. If does, it should give an error message.

I try various validation rules. It is not working.

Any help will be greatly appreciated.


--
Message posted via http://www.officekb.com

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:45 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.