10 Stackby formulas every beginner should learn first

10 Stackby formulas every beginner should learn first

  1. IF() - Conditional logic.

  2. CONCATENATE() - Combine text.

  3. DATETIME_DIFF() - Date math.

  4. SUM via Rollup - Totals from linked tables.

  5. TODAY() - Current date.

  6. LEN() - Text length.

  7. ROUND() - Clean numbers.

  8. VALUE() - Text to number.

  9. SUBSTITUTE() - Find & replace in text.

  10. AND()/OR() - Multiple conditions. Master these 10 and you can build 80% of use cases.