Bird
0
0
PCB Designbi_tool

Layer stack configuration in PCB Design - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Concept Flow
[Start] → [Identify layers and thickness] → [Sum thickness values] → [Output total thickness]
This flow shows how the PCB layer stack thickness is calculated by summing the thickness of each layer.
Formula
=SUM(C2:C5)

This formula sums the thickness values in cells C2 through C5 to calculate the total PCB thickness.

Step-by-Step Trace
StepOperationExpressionResultExplanation
1Reference cellsC2 + C3 + C4 + C50.035 + 0.1 + 1.5 + 0.035Identify thickness values to sum
2Add first two0.035 + 0.10.135Sum Top Copper and Prepreg thickness
3Add Core layer0.135 + 1.51.635Add Core thickness
4Add Bottom Copper1.635 + 0.0351.67Add Bottom Copper thickness for total
The total PCB thickness is 1.67 mm after summing all layers.
Variable Tracker
StepVariableValue BeforeOperationValue After
1Sum0Add 0.035 (C2)0.035
2Sum0.035Add 0.1 (C3)0.135
3Sum0.135Add 1.5 (C4)1.635
4Sum1.635Add 0.035 (C5)1.67
Key Moments
Why do we sum cells C2 to C5?
What does the final sum represent?
Why is it important to add each layer's thickness separately?
Sheet Trace Quiz - 3 Questions
Test your understanding
Which cells are included in the thickness sum?
AA2 to A5
BC2 to C5
CB2 to B5
DA1 to C1
Key Result
Layer stack configuration sums thickness values of individual PCB layers to find total board thickness.
Transcript
We start by identifying the thickness values in cells C2 to C5. Then, we sum these values step by step: first adding Top Copper and Prepreg thickness, then adding Core thickness, and finally Bottom Copper thickness. The final sum, 1.67 mm, represents the total thickness of the PCB stack.