Sample Data
This data represents the dimensions of a PCB board: length, width, and margin for outline.
| Cell | Value |
|---|---|
| A1 | Length (mm) |
| B1 | Width (mm) |
| A2 | 100 |
| B2 | 50 |
| A3 | Margin (mm) |
| B3 | 5 |
This data represents the dimensions of a PCB board: length, width, and margin for outline.
| Cell | Value |
|---|---|
| A1 | Length (mm) |
| B1 | Width (mm) |
| A2 | 100 |
| B2 | 50 |
| A3 | Margin (mm) |
| B3 | 5 |
= (A2 + 2 * B3) * (B2 + 2 * B3)A B +-------+-------+ 1 |Length | Width | +-------+-------+ 2 | 100 | 50 | +-------+-------+ 3 |Margin | 5 | +-------+-------+ References: - A2 (Length) - B2 (Width) - B3 (Margin)
A B C +-------+-------+---------+ 1 |Length | Width | Area | +-------+-------+---------+ 2 | 100 | 50 | 6600 | +-------+-------+---------+ 3 |Margin | 5 | | +-------+-------+---------+