CalvinWong
New Member
- Joined
- Jul 13, 2015
- Messages
- 4
Hi all,
I have a set value in cell B1 that will be changed constantly.
Cell B7 has a formula written based on the values of cells B3, B4, and B5. The values in cell B3 and B5 do not change, meaning they are constant and will always be 4 and 10, respectively. Is it possible for Excel to automatically match the value in B7 with the value in B1, and give me the value of cell B4? In other words, can Excel change B7 to "500" and give the according height (B4)?
I am looking to do this without Goal seek and I believe an iterative calculation is the way to go, but I'm not exactly sure.
This is the formula inside of B7: =(PI()*B3*B3-B3*B3*ACOS((B3-B4)/B3)+(B3-B4)*SQRT(2*B3*B4-B4*B4))*B5
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Volume
[/TD]
[TD]500
[/TD]
[TD]Cubic Feet
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Radius
[/TD]
[TD]4
[/TD]
[TD]Feet
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Height of Air
[/TD]
[TD]4
[/TD]
[TD]Feet
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]Length
[/TD]
[TD]10
[/TD]
[TD]Feet
[/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7
[/TD]
[TD]Volume
[/TD]
[TD]251.327412
[/TD]
[TD]Cubic Feet
[/TD]
[/TR]
</tbody>[/TABLE]
I have Excel 2010.
Thanks!
I have a set value in cell B1 that will be changed constantly.
Cell B7 has a formula written based on the values of cells B3, B4, and B5. The values in cell B3 and B5 do not change, meaning they are constant and will always be 4 and 10, respectively. Is it possible for Excel to automatically match the value in B7 with the value in B1, and give me the value of cell B4? In other words, can Excel change B7 to "500" and give the according height (B4)?
I am looking to do this without Goal seek and I believe an iterative calculation is the way to go, but I'm not exactly sure.
This is the formula inside of B7: =(PI()*B3*B3-B3*B3*ACOS((B3-B4)/B3)+(B3-B4)*SQRT(2*B3*B4-B4*B4))*B5
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Volume
[/TD]
[TD]500
[/TD]
[TD]Cubic Feet
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Radius
[/TD]
[TD]4
[/TD]
[TD]Feet
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Height of Air
[/TD]
[TD]4
[/TD]
[TD]Feet
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]Length
[/TD]
[TD]10
[/TD]
[TD]Feet
[/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7
[/TD]
[TD]Volume
[/TD]
[TD]251.327412
[/TD]
[TD]Cubic Feet
[/TD]
[/TR]
</tbody>[/TABLE]
I have Excel 2010.
Thanks!