Forum Discussion

tqk2215's avatar
tqk2215
Copper Contributor
Aug 13, 2024

Concat with formatting

I am attempting to concat a number of columns together and add return formatting within the cell.  I am able to write the following formula with success. =I2&CHAR(10)&CHAR(10)&K2&CHAR(10)&CHAR(10)&AE...
  • HansVogelaar's avatar
    HansVogelaar
    Aug 13, 2024

    tqk2215 

    How about

    =I2&CHAR(10)&CHAR(10)&K2&CHAR(10)&CHAR(10)&AE2&CHAR(10)&CHAR(10)&L2&M2&CHAR(10)&CHAR(10)&N2&O2

     

    ="<p>"&TEXTJOIN("</p><p>", TRUE, I2, K2, AE2, L2&M2, N2&O2)&"</p>"

Resources