Another way using formulas,
<table valign="top"><caption>LEGO HTML</caption><col width="54"><col width="314"><col width="108"><col width="105"><col width="142">
<tr><td></td><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">A</font></th><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">B</font></th><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">C</font></th><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">D</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(255, 255, 255)"><font style="color:rgb(0, 0, 0)">Address</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">Zip</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">State</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">City</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(255, 255, 255)"><font style="color:rgb(0, 0, 0)">273 Winding Road Boyertown OH, 19512</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">19512</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">OH</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">Boyertown</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)">16 Penn Lane Wayne PA, 19087</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">19087</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">PA</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">Wayne</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(255, 255, 255)"><font style="color:rgb(0, 0, 0)">519 Conshocken State Rd Happy Valley PA, 15208</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">15208</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">PA</font></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">Happy Valley</font></td></tr></table><table style="width:100%" valign="top"><caption>Worksheet Formulas</caption><tr><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">Cell</font></th><th style="background-color:rgb(166, 166, 166)"><font style="color:rgb(0, 0, 0)">Formula</font></th></tr><tr><th style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">B2</font></th></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">=RIGHT(A2,5)</font></td></tr><tr><th style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">C2</font></th></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">=RIGHT(TRIM(SUBSTITUTE(SUBSTITUTE(A2,B2,""),",","")),2)</font></td></tr><tr><th style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">D2</font></th></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">=MID(A2,SEARCH(" ",A2)+2,SEARCH(C2,A2)-SEARCH(" ",A2)-3)</font></td></tr><tr><th style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">B3</font></th></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">=RIGHT(A3,5)</font></td></tr><tr><th style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">C3</font></th></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">=RIGHT(TRIM(SUBSTITUTE(SUBSTITUTE(A3,B3,""),",","")),2)</font></td></tr><tr><th style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">D3</font></th></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">=MID(A3,SEARCH(" ",A3)+2,SEARCH(C3,A3)-SEARCH(" ",A3)-3)</font></td></tr><tr><th style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">B4</font></th></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">=RIGHT(A4,5)</font></td></tr><tr><th style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">C4</font></th></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">=RIGHT(TRIM(SUBSTITUTE(SUBSTITUTE(A4,B4,""),",","")),2)</font></td></tr><tr><th style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">D4</font></th></td><td style="background-color:rgb(255, 255, 255)"><font style="color:rgb(0, 0, 0)">=MID(A4,SEARCH(" ",A4)+2,SEARCH(C4,A4)-SEARCH(" ",A4)-3)</font></td></tr></table>