PC Review


Reply
Thread Tools Rate Thread

Circular Argument

 
 
calv1n
Guest
Posts: n/a
 
      23rd Aug 2004
I am creating a monthly budget worksheet. It divides my deposits int
seperate categories dependent on how much money I have projected that
need for the month. (Cellphone = $50, Food = $400 etc) .

I wanted to create a feature that once each category has been filled.
So say my deposits have put in a total of $50 into my cellphone account
the remainder would be put into saving to pay off debt.

In creating this, I made cell


D100 the fixed amount ($50).



E100 = the percent that went from my paycheck

G100 = the amount I have saved so far this month.
=(E100+G100)

H100 = An IF statement that will show how much has gone into paying of
debt from this account.

=IF(D100 > F100,G100-D100,"Budget not met")

My problem is obvious.... How do I create G100 without it being
circular argument? I tried to change the iterations to 1. But it go
ugly, and added when I clicked into a cell or saved. So I am lookin
for a function to get around this circular argument...THANK YOU I
ADVANCE!!!
:

--
Message posted from http://www.ExcelForum.com

 
Reply With Quote
 
 
 
 
calv1n
Guest
Posts: n/a
 
      23rd Aug 2004
bum

--
Message posted from http://www.ExcelForum.com

 
Reply With Quote
 
calv1n
Guest
Posts: n/a
 
      23rd Aug 2004
bum

--
Message posted from http://www.ExcelForum.com

 
Reply With Quote
 
calv1n
Guest
Posts: n/a
 
      23rd Aug 2004
bum

--
Message posted from http://www.ExcelForum.com

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Circular or semi-circular chart DKS Microsoft Excel Charting 3 3rd Nov 2009 01:50 PM
Throwing Argument exception when method argument is a Guid Andy B Microsoft VB .NET 2 11th Jan 2009 06:38 PM
circular argument Joanne Microsoft Excel Programming 4 10th Feb 2008 02:41 PM
Function (array argument, range argument, string argument) vba Witek Microsoft Excel Programming 3 24th Apr 2005 03:12 PM
How to overcome the limitation: Cannot pass 'argument' as ref or out, because ' argument ' is a marshal-by-reference class Mountain Bikn' Guy Microsoft C# .NET 2 15th Nov 2003 07:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:56 PM.