@EREQU
Calculate the number of required equipment units, not rounded, which is necessary given a fleet usage and a maximum unit usage. Usage is typically in operating hours, however, other units such as tonnes/tons can be used.
This function must be located in the BaseData cell of period-based spreadsheets only.
Syntax
@EREQU(r1, r2)
Argument | Description |
---|---|
r1 | Total operating hours for all equipment units in fleet. |
r2 |
Maximum operating hours per equipment unit. |
Logic
The total operating hours for the equipment units is divided by the maximum operating hours per equipment unit by period to calculate the required usage of equipment as a factor. The value is not rounded.
Example
EREQU("FltOpHr", "UntOpHr")