I'm trying to sort the output of KiCad automatically generated BOM.
Example would be
R1
R8
R2
R14
R11
R18
If I sort this alphabetical A-Z
I get: R1 R11 ...
But I would rather have: R1 R2 R8 R11 R14 R18
.
Could anyone help me out how to acheive this within Excel? Or do I need a macro for that?
Kind Regards