Calulating a value without a circular reference

Maklen

New Member
Joined
Dec 13, 2017
Messages
2
Hello,

This one is a bit hard to explain and even harder for me to figure out a solution in Excel.

Cell A1 = 3
Cell B1 = 5
Cell C1 = .25*D1
Cell D1 = SUM(A1:C1)

In algebra it would be...
A1 + B1 + C1 = D1 where C1 = .25*D1 thus...

A1 + B1 + (.25*D1) = D1 where A1 = 3, B1 = 5 and solve for D1, then C1.

The answer is C1 = 6 and D1 = 14, but how do I get Excel to solve for C1 & D1?

Thanks!
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Welcome to the Board!

You have a circular reference because you have C1 dependent on D1, and D1 dependent on C1.

I think you have an error in your statement too, as this is not true, based on the formula you posted:
The answer is C1 = 6 and D1 = 14,
You said that:
Code:
C1=.25*D1
If you substitute in your values of C1=6 and D1=14, you will see that is not a true statement:
Code:
6=.25*14
6=3.5

I think maybe you made a mistake with how you presented the relationship between C1 and D1.
 
Upvote 0
In algebra it would be:

D1=A1+B1(0.25*D1)
0.75*D1=A1+B1
D1=(A1+B1)/0.75
D1=8/0.75
D1=10.66666

<colgroup><col style="mso-width-source:userset;mso-width-alt:2413;width:50pt" width="66"> </colgroup><tbody>
</tbody>
 
Upvote 0
Opps! Yes, I made a mistake in my algebra. D1 = 10 2/3 and C1 would be 2 2/3.

Perfect example of why I could use a way to calculate this in Excel. :)
 
Upvote 0

Forum statistics

Threads
1,214,524
Messages
6,120,049
Members
448,940
Latest member
mdusw

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