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

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
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,573
Messages
6,120,310
Members
448,955
Latest member
Dreamz high

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