Sample Data
Sample data with numbers in column A and formulas in column B to demonstrate formula bar and cell preview.
| Cell | Value |
|---|---|
| A1 | 10 |
| A2 | 20 |
| A3 | 30 |
| B1 | =A1+A2 |
| B2 | =A3*2 |
| B3 | =SUM(A1:A3) |
Sample data with numbers in column A and formulas in column B to demonstrate formula bar and cell preview.
| Cell | Value |
|---|---|
| A1 | 10 |
| A2 | 20 |
| A3 | 30 |
| B1 | =A1+A2 |
| B2 | =A3*2 |
| B3 | =SUM(A1:A3) |
=SUM(A1:A3)A B 1 | 10 | =A1+A2 | 2 | 20 | =A3*2 | 3 | 30 | =SUM(A1:A3) |
A B 1 | 10 | 30 | 2 | 20 | 60 | 3 | 30 | 60 |