Bird
0
0
PCB Designbi_tool~10 mins

Schematic annotation in PCB Design - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data represents a list of schematic components with their initial unannotated references and values before annotation.

CellValue
A1Component
B1Reference
C1Value
A2Resistor
B2R?
C210k
A3Capacitor
B3C?
C3100nF
A4LED
B4D?
C4Green
A5Microcontroller
B5U?
C5ATmega328P
Formula Trace
Assign unique reference designators by replacing '?' with incremental numbers per component type
Step 1: Identify all components with reference containing '?'
Step 2: Assign numbers starting from 1 for each component type
Step 3: Replace '?' in references with assigned numbers
Step 4: Update the reference column with new designators
Cell Reference Map
   A          B       C
1 Component  Reference Value
2 Resistor   R?      10k
3 Capacitor  C?      100nF
4 LED        D?      Green
5 Microcontroller  U?      ATmega328P

References B2:B5 contain '?' to be replaced.
The formula uses the Reference column cells B2 to B5 which contain placeholders '?' to assign unique numbers.
Result
   A          B       C
1 Component  Reference Value
2 Resistor   R1      10k
3 Capacitor  C1      100nF
4 LED        D1      Green
5 Microcontroller  U1      ATmega328P

All references now have unique designators.
After annotation, each component has a unique reference designator replacing the '?' with a number.
Sheet Trace Quiz - 3 Questions
Test your understanding
What does the '?' symbol in the Reference column represent before annotation?
AA component value
BA completed reference designator
CA placeholder for a unique number
DA component type
Key Result
Replace '?' in reference designators with incremental numbers per component type to ensure uniqueness.