Skip to main content
Version: Streamsheets 2.5

AWAIT

Pauses sheet calculation until all specified requests resolve. Please refer to AWAIT.ONE too.

Syntax

=AWAIT(CellReference1...CellReferenceN)

Arguments

NameDescription
CellReference1...CellReferenceNA list of cell-references or cell-ranges containing the requests to wait for.

Return

TRUE or an error if a cell reference is not valid.

Examples

FormulaResultComment
${formula}
Waits for the request in A1 to resolve
${formula}
Waits for all requests to resolve
${formula}
Waits for the request in A1 and all requests in specified range to resolve