Page cover

📠Formulas Handbook

To utilise a formula in BetterSheets you must first introduce it with the "=" symbol. Without proper introduction the formula won't have any effect. Arguments preceded by a "?" symbol are optional and not mandatory for the function to operate.

Adding values (SUM)
=SUM(CELL1, CELL2, CELL3...)
Dividing values (DIVIDE)
=DIVIDE(CELL1, CELL2)
If statement (IF)
=IF(CRITERIA, ?VALUE_IF_TRUE, ?VALUE_IF_FALSE)

Last updated