SheetRocks
Documentation/Formulas/ONCE

ONCE

Returns the value of the inner formula and only executes once, turning the cell into a value

Syntax

ONCE(inner_formula)

Arguments

Argument Description Required
inner_formula Any valid formula you'd like to evaluate Required

Examples

Calculate current date once

=ONCE(TODAY())
Result ⇒ Fixed date value

Generate random number once

=ONCE(RAND())
Result ⇒ Fixed random value

Calculate sum once and freeze result

=ONCE(SUM(A1:A3))
Result ⇒ 60
A
1 10
2 20
3 30

Related Functions

Other Special Functions & Keywords functions:


← Back to Formula Reference