Introduction to Google Sheets
James Chapman
Curriculum Manager, DataCamp





''2 and '= 2 + 3
Many different date formats:
2022-07-2929/7/2022July 29, 2022Can auto-detect many date formats

$,£, €, or other currency symbol, then a number → Currency
TRUE and FALSEtrue → TRUE== 1 + 2 = 3 → TRUE<>= 1 + 2 <> 3 → FALSE>= 1 + 2 > 3 → FALSE<= 1 + 2 < 3 → FALSE>== 1 + 2 >= 3 → TRUE<== 1 + 2 <= 3 → TRUEIntroduction to Google Sheets