Circular formulas

Strebal

New Member
Joined
Jul 5, 2006
Messages
13
How do I use a circular formula. Example

cell A1 = .01* A5


a1 = (.01*a5)
a2 = 20
a3= 30
a4 = 100

a5 = (the total of a1:a4)
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Not sure where this is going, but you can try this

=(0.01/0.99)*SUM(A2:A4)

in A1 and

=SUM(A1:A4)

in A5 and see if it is what you need.
 
Upvote 0
Seti:

Where do you get (0.01/0.99) from?

I was thinking:

In A1:
=0.01*SUM(A2:A4)

In A5:
=SUM(A1:A4)
 
Upvote 0
thanks

Hotpepper, I think that will work. Dont know why I didnt of it. Thank to all for the help.
 
Upvote 0
HotPepper,

I solved the algebra

A5=A1+A2+A3+A4

A1=.01*A5

A5=(.01*A5)+A2+A3+A4

.99*A5=SUM(A2:A4)

A5=SUM(A2:A4)/.99

A1=.01*A5

A1=(.01/.99)*SUM(A2:A4)

But this was guess based on the original post and I could be very wrong.
 
Upvote 0

Forum statistics

Threads
1,214,415
Messages
6,119,377
Members
448,888
Latest member
Arle8907

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top