Skip to content

Astm Table 54b Excel ✦ No Survey

=ASTM_54B_VCF(0.85, 95) -> Returns the VCF for diesel at 95°F. Step-by-Step: Building Your ASTM 54B Excel Calculator Let’s build a professional-grade calculator from scratch. Step 1: Set Up Your Input Panel | Parameter | Cell Location | Example Value | | --- | --- | --- | | Observed Density (kg/m³ @ 60°F) | B2 | 830.0 | | Observed Temperature (°F) | B3 | 92.5 | | Observed Volume (Barrels or m³) | B4 | 10,000 |

ASTM Table 54B requires density in kg/m³ at 60°F, not API gravity. If you have API, convert it first using API = (141.5 / SG) - 131.5 and then Density = SG * 1000 . Step 2: Calculate Alpha In cell B6, enter: = (341.0977 / ((B2/1000)^2)) + (-0.69859 / (B2/1000)) + 0.001373 Astm Table 54b Excel

'Calculate VCF VCF = Exp(-Alpha * DeltaT * (1 + 0.8 * Alpha * DeltaT)) =ASTM_54B_VCF(0