Sample Data
Sample data with numbers in columns A and B, formulas in columns C and D demonstrating reference errors and troubleshooting.
| Cell | Value |
|---|---|
| A1 | 10 |
| A2 | 20 |
| A3 | 30 |
| B1 | 5 |
| B2 | 0 |
| B3 | 15 |
| C1 | =A1/B1 |
| C2 | =A2/B2 |
| C3 | =A3/B4 |
| D1 | =SUM(A1:A3) |
| D2 | =VLOOKUP(25, A1:B3, 3, FALSE) |