Sample Data
Sample data with text strings representing different data types: integer, decimal, boolean, date, and text.
| Cell | Value |
|---|---|
| A1 | 123 |
| A2 | 45.67 |
| A3 | TRUE |
| A4 | 2024-06-01 |
| A5 | Hello |
Sample data with text strings representing different data types: integer, decimal, boolean, date, and text.
| Cell | Value |
|---|---|
| A1 | 123 |
| A2 | 45.67 |
| A3 | TRUE |
| A4 | 2024-06-01 |
| A5 | Hello |
INT([A2])A 1 123 2 45.67 3 TRUE 4 2024-06-01 5 Hello
A B 1 123 2 45.67 45 3 TRUE 4 2024-06-01 5 Hello