Sample Data
This data shows different Figma components and how many instances of each are used in a design file.
| Cell | Value |
|---|---|
| A1 | Component Name |
| B1 | Instance Count |
| A2 | Button Primary |
| B2 | 5 |
| A3 | Card Product |
| B3 | 3 |
| A4 | Icon Search |
| B4 | 7 |
This data shows different Figma components and how many instances of each are used in a design file.
| Cell | Value |
|---|---|
| A1 | Component Name |
| B1 | Instance Count |
| A2 | Button Primary |
| B2 | 5 |
| A3 | Card Product |
| B3 | 3 |
| A4 | Icon Search |
| B4 | 7 |
=SUM(B2:B4)A B 1 Component Name Instance Count 2 Button Primary -> 5 3 Card Product -> 3 4 Icon Search -> 7 Formula references cells B2, B3, and B4 for summing instance counts.
A B 1 Component Name Instance Count 2 Button Primary 5 3 Card Product 3 4 Icon Search 7 5 Total Instances 15