PO.ESP.Nodal.Submergence


Description

Calculates submergence above pump intake, [ft].

Syntax

=PO.ESP.Nodal.Submergence(PIP, SG)

Parameters

Parameter Description
PIP Pump intake pressure, [psi].
SG Fluid specific gravity, [dimensionless].

SI Unit Version

Lambda Name PO.ESP.Nodal.Submergence.SI
Formula
=LAMBDA(PIP, SG, LET( PIP_psi, PO.UnitConverter(PIP, "kPa", "psi"), result_ft, PO.ESP.Nodal.Submergence(PIP_psi, SG), PO.UnitConverter(result_ft, "ft", "m")))
SI Parameters
Parameter Unit Description
PIP kPa Pump intake pressure, [kPa]
SG - Fluid specific gravity, [dimensionless]
How to save as a reusable Excel function

LAMBDA is a built-in Excel feature (Microsoft 365) that lets you create custom functions without VBA. The formula above works as-is when pasted into a cell.

To save a LAMBDA as a reusable named function:

  1. Go to Formulas → Name Manager → New
  2. Enter a name, e.g. PO.ESP.Nodal.Submergence.SI
  3. In Refers to, paste the LAMBDA formula without the trailing invocation (...)
  4. Click OK

Now use =PO.ESP.Nodal.Submergence.SI(...) anywhere in your workbook.

Missing a formula? Suggest a New Formula

An unhandled error has occurred. Reload X