Hey Everyone,
as the topic says im trying to consolidate a # of cells (text values) into 1 cell seperated by a ",_" (underscore = space)
i have over 53 cells that i'd like to go from
<table border="0" cellpadding="0" cellspacing="0" width="244"><col style="mso-width-source:userset;mso-width-alt:8923;width:183pt" width="244"> <tbody><tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;width:183pt" height="20" width="244">Argentina</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;border-top:none" height="20">Canada</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;border-top:none" height="20">Colombia</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;border-top:none" height="20">Costa Rica</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;border-top:none" height="20">Dominican Republic</td> </tr> </tbody></table>
to
Argentina, Canada, Colombia, Costa Rica, Dominican Republic - All in one cell
I know i can concatenate it - =CONCATENATE(A9,", ",A10,", ",A11,", ",A12,", ",A13,", ", - but would love to avoid having to click 50+ cells and paste the ", ", each time
Anyway to make this easy?
thanks in advance
as the topic says im trying to consolidate a # of cells (text values) into 1 cell seperated by a ",_" (underscore = space)
i have over 53 cells that i'd like to go from
<table border="0" cellpadding="0" cellspacing="0" width="244"><col style="mso-width-source:userset;mso-width-alt:8923;width:183pt" width="244"> <tbody><tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;width:183pt" height="20" width="244">Argentina</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;border-top:none" height="20">Canada</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;border-top:none" height="20">Colombia</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;border-top:none" height="20">Costa Rica</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;border-top:none" height="20">Dominican Republic</td> </tr> </tbody></table>
to
Argentina, Canada, Colombia, Costa Rica, Dominican Republic - All in one cell
I know i can concatenate it - =CONCATENATE(A9,", ",A10,", ",A11,", ",A12,", ",A13,", ", - but would love to avoid having to click 50+ cells and paste the ", ", each time
Anyway to make this easy?
thanks in advance