Quantity function

This function returns a result based on the value of the Quantity cell (Enter Dimensions window and variable pane of takeoff windows) used to calculate takeoff quantities.

Syntax

QUANTITY

Examples

IF (QUANTITY LE 10, Ton-Rebar, 0)
This executes the Ton-Rebar formula if the quantity is less than or equal to 10. Otherwise, the function returns a zero.

Cautions: