I'm looking for help with an Excel formula for converting gallons stored in a Horizontal Cylindrical Tank to Depth in Inches.
I have successfully created a formula to go in the opposite direction, but now I need to work it the other way.
I have verified the formula with Tank Volume Calculator
However, I'm not able to reverse engineer the formula to work to solve for Depth in Inches
Can anyone help? It would be greatly appreciated.
I have successfully created a formula to go in the opposite direction, but now I need to work it the other way.
I have verified the formula with Tank Volume Calculator
However, I'm not able to reverse engineer the formula to work to solve for Depth in Inches
Can anyone help? It would be greatly appreciated.
Book1 | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | |||
1 | Horizontal Tank Chart | Slury Tank Chart | |||||||||||||
2 | Length Inches | Diameter Inches | Depth Inches | ||||||||||||
3 | Total Gallons | Total Gallons | 134.69 | ||||||||||||
4 | 246.25 | 101.25 | 4.5 | 134.69 | Depth Inches | ||||||||||
Slurry Tank Chart |
Cell Formulas | ||
---|---|---|
Range | Formula | |
D4 | D4 | ='DATA SHEET'!AD5 |
E4 | E4 | =LENGTH*(0.25*DIAMETER^2*ACOS(1-2*Depth/DIAMETER)-0.5*(DIAMETER-2*Depth)*SQRT(Depth*$C$4-Depth^2))/231 |
L3 | L3 | =E3 |
L4 | L4 | =D2 |