Astm Table 54b Excel < EXTENDED >
In cell B6, enter:
= (341.0977 / ((B2/1000)^2)) + (-0.69859 / (B2/1000)) + 0.001373
Note: We divide B2 by 1000 because the constants expect density in g/cm³ (e.g., 0.830, not 830). Astm Table 54b Excel
If VBA is blocked by IT policy, implement the polynomial as a single-cell array formula. For example: In cell B6, enter: = (341
= EXP( - (a0 + a1*density + a2*density^2 + ... ) * (temp - 15) ...
(Where a0, a1, etc. are named constants.) (Where a0 , a1 , etc
In the world of crude oil, refined petroleum products, and lubricants, accurate volume measurement is the backbone of financial transactions and inventory control. This is where ASTM Table 54B becomes indispensable. Originally published in the ASTM D1250 Standard Guide for Petroleum Measurement Tables, Table 54B is used to correct the volume of crude oils to a standard reference temperature, typically 15°C (59°F). However, relying on printed tables is slow and error-prone. The modern solution? Integrating ASTM Table 54B into Excel.