@ENEWU
Calculate the number of new (additional) equipment units to be purchased to meet current installed units given the number of existing equipment.
This function must be located in the BaseData cell of period-based spreadsheets only.
Syntax
@ENEWU(r1, r2)
Argument | Description |
---|---|
r1 | The required equipment usage. Typically these values are calculated using the @EREQU function. |
r2 |
The number of existing equipment units. Typically this value is calculated using the @EEXTU function. |
Logic
New units are purchased if the installed units required for the period are greater than the installed units for the previous period.
The equipment capital calculation option will determine if the new unit is purchased in the period before commissioning or the period of commissioning.
Example
@ENEWU("InsUnt", "ExtUnt")