Formula required for caluculation

prakash

New Member
Joined
May 5, 2005
Messages
36
Dear Experts,

Need the below formulas in column B5 & B6
Where values in B1 to B4 is available as under



B1 772
B2 2
B3 32500
B4 210
B5 ???? (A6/100000) * A4
B6 ???? ((A3 - A5) / A1 ) * 100000
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
If B5 = (B6/100000)*B4
And B6 = ((B3 - B5)/B1)*100000

You'll get a circular reference error because B5 references B6 and B6 references B5.

Maybe there's a different way to calculate what you're after?
 
Upvote 0
yes i am getting a circular refernce . But there will be an euqation at least trial and error methord to find out the values.

can you help me out here
 
Upvote 0
It's unclear what you're trying to do.

"Trial and error method to find out the values" implies that there is one value/solution for the calculation you're trying to perform. But, because of the interdependent of B5 & B6, their values will depend on the starting values and number of iterations after which you stop.

Maybe the correct relationship/calculations for these two cells should be different from your initial post?
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,831
Members
452,947
Latest member
Gerry_F

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