djack77494
Chemical
- Jun 6, 2005
- 357
In Excel, I have a table of data giving fluid densities (rho) with temperatures (T) and pressures (P) as parameters. In other words, my table looks like this:
DENSITY vs. T,P
P1 T1 Rho1,1
T2 Rho1,2
T3 Rho1,3
P2 T1 Rho2,1
T2 Rho2,2
T3 Rho2,3
etc.
My problem is that I want to estimate the densities at in between values of temperature and pressure and to use the estimated values in subsequent calculations. I could probably do it if I had a single interpolation, but it's looking extremely awkward. Anyone have a solution to this? (I'd prefer a non-VBA solution but would gladly accept anything that works.) Thanx.
DENSITY vs. T,P
P1 T1 Rho1,1
T2 Rho1,2
T3 Rho1,3
P2 T1 Rho2,1
T2 Rho2,2
T3 Rho2,3
etc.
My problem is that I want to estimate the densities at in between values of temperature and pressure and to use the estimated values in subsequent calculations. I could probably do it if I had a single interpolation, but it's looking extremely awkward. Anyone have a solution to this? (I'd prefer a non-VBA solution but would gladly accept anything that works.) Thanx.