Not Sure if you have Power Query available, but this works as well.
Code:
let
Source = Excel.CurrentWorkbook(){[Name="Table5"]}[Content],
Blanks = Table.SelectRows(Source, each not List.IsEmpty(List.RemoveMatchingItems(Record.FieldValues(_), {"", null}))),
Combo = Table.AddColumn(Blanks, "Combo", each Text.Combine(List.Transform(Table.Column(Table.Group(
Table.Group(Table.FromList(List.Transform(List.Sort(Record.FieldValues(_)),Number.From), Splitter.SplitByNothing(), null, null, ExtraValues.Error), {"Column1"}, {{"Count", each Table.RowCount(_), type number}}), {"Column1"}, {{"Count.1", each List.Sum([Count]), type number}}),"Count.1"),Text.From),"|"))
in
Combo
<table valign="top"><caption>LEGO HTML</caption><col width="54"><col width="124"><col width="124"><col width="124"><col width="104"><col width="104"><col width="104"><col width="104"><col width="104"><col width="104"><col width="104"><col width="104"><col width="104"><col width="110"><col width="110"><col width="110">
<tr><td></td><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">D</font></th><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">E</font></th><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">F</font></th><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">G</font></th><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">H</font></th><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">I</font></th><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">J</font></th><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">K</font></th><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">L</font></th><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">M</font></th><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">N</font></th><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">O</font></th><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">P</font></th><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">Q</font></th><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">R</font></th></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">1</font></th><td style="background-color:rgb(112, 173, 71)"><font style="color:rgb(255, 255, 255)">n1</font></td><td style="background-color:rgb(112, 173, 71)"><font style="color:rgb(255, 255, 255)">n2</font></td><td style="background-color:rgb(112, 173, 71)"><font style="color:rgb(255, 255, 255)">n3</font></td><td style="background-color:rgb(112, 173, 71)"><font style="color:rgb(255, 255, 255)">n4</font></td><td style="background-color:rgb(112, 173, 71)"><font style="color:rgb(255, 255, 255)">n5</font></td><td style="background-color:rgb(112, 173, 71)"><font style="color:rgb(255, 255, 255)">n6</font></td><td style="background-color:rgb(112, 173, 71)"><font style="color:rgb(255, 255, 255)">n7</font></td><td style="background-color:rgb(112, 173, 71)"><font style="color:rgb(255, 255, 255)">n8</font></td><td style="background-color:rgb(112, 173, 71)"><font style="color:rgb(255, 255, 255)">n9</font></td><td style="background-color:rgb(112, 173, 71)"><font style="color:rgb(255, 255, 255)">n10</font></td><td style="background-color:rgb(112, 173, 71)"><font style="color:rgb(255, 255, 255)">n11</font></td><td style="background-color:rgb(112, 173, 71)"><font style="color:rgb(255, 255, 255)">n12</font></td><td style="background-color:rgb(112, 173, 71)"><font style="color:rgb(255, 255, 255)">n13</font></td><td style="background-color:rgb(112, 173, 71)"><font style="color:rgb(255, 255, 255)">n14</font></td><td style="background-color:rgb(112, 173, 71)"><font style="color:rgb(255, 255, 255)">Combo</font></td></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">2</font></th><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">8|6</font></td></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">3</font></th><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">6|5|3</font></td></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">4</font></th><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">3</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">3</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">3</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">8|3|3</font></td></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">5</font></th><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">4</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">4</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">8|2|2|2</font></td></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">6</font></th><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">3</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">3</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">8|2|2|2</font></td></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">7</font></th><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">3</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">6|6|1|1</font></td></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">8</font></th><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">4</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">9|3|1|1</font></td></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">9</font></th><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">5</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">8|4|1|1</font></td></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">10</font></th><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">6</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">3</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">5|5|2|1|1</font></td></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">11</font></th><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">10|3|1</font></td></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">12</font></th><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">5|7|2</font></td></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">13</font></th><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">11|2|1</font></td></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">14</font></th><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">6</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">5</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">6</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">3</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">7|2|1|1|1|2</font></td></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">15</font></th><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">7</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">6</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">3</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">5|4|2|1|1|1</font></td></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">16</font></th><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">4</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">11|1|1|1</font></td></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">17</font></th><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">11|2|1</font></td></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">18</font></th><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">4|8|2</font></td></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">19</font></th><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">3</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">6|2|5|1</font></td></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">20</font></th><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">3</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">4</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">3</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">3</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">6|4|3|1</font></td></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">21</font></th><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">5</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">4</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">7|3|2|1|1</font></td></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">22</font></th><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">3</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(226, 239, 218)"><font style="color:rgb(0, 0, 0)">6|5|2|1</font></td></tr>
<tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">23</font></th><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">4</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">2</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">1</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">0</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">6|4|3|1</font></td></tr></table>