Bird
0
0
PCB Designbi_tool~10 mins

EMI reduction techniques in PCB Design - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

Common EMI reduction techniques used in PCB design with brief explanations.

CellValue
A1Technique
B1Description
A2Shielding
B2Using conductive or magnetic barriers to block EMI
A3Filtering
B3Adding components to block unwanted frequencies
A4Grounding
B4Creating a reference point to reduce noise
A5PCB Layout
B5Optimizing trace routing and layer stacking
A6Decoupling Capacitors
B6Placing capacitors near ICs to reduce noise
A7Twisted Pair Wiring
B7Twisting wires to cancel EMI signals
Formula Trace
COUNTIF(A2:A7, "*ing")
Step 1: Check each cell in A2:A7 if it ends with 'ing'
Step 2: Filtering (ends with 'ing') -> TRUE
Step 3: Grounding (ends with 'ing') -> TRUE
Step 4: PCB Layout (ends with 'ing') -> FALSE
Step 5: Decoupling Capacitors (ends with 'ing') -> TRUE
Step 6: Twisted Pair Wiring (ends with 'ing') -> TRUE
Step 7: Sum of TRUE counts
Cell Reference Map
   A           B
1 Technique   Description
2 Shielding   Using conductive or magnetic barriers to block EMI
3 Filtering  Adding components to block unwanted frequencies
4 Grounding  Creating a reference point to reduce noise
5 PCB Layout Optimizing trace routing and layer stacking
6 Decoupling Capacitors Placing capacitors near ICs to reduce noise
7 Twisted Pair Wiring Twisting wires to cancel EMI signals
The formula checks the Technique names in cells A2 through A7 to count how many end with 'ing'.
Result
   A           B                      C
1 Technique   Description             Count
2 Shielding   Using conductive...     
3 Filtering  Adding components...     
4 Grounding  Creating a reference...  
5 PCB Layout Optimizing trace...      
6 Decoupling Capacitors Placing capacitors... 
7 Twisted Pair Wiring Twisting wires...      
8                                5
The count 5 in cell C8 shows how many techniques end with 'ing'.
Sheet Trace Quiz - 3 Questions
Test your understanding
How many techniques in the list end with 'ing'?
A5
B4
C6
D3
Key Result
COUNTIF(range, "*ing") counts cells in range ending with 'ing'.