Forum Discussion

Arydiel's avatar
Arydiel
Copper Contributor
Jun 09, 2023
Solved

Help combining multiple formulas

Hi there,   If someone could tell me how to combine all these formulas I would REALLY appreciate it.   =CONCATENATE(LEFT(A2,1),B2) =LOWER(E2) =SUBSTITUTE(H2," ","") =SUBSTITUTE(H2,"-","") =SU...
  • Detlef_Lewin's avatar
    Jun 09, 2023

    Arydiel 

    It takes less than a second.

    =LEFT(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(LOWER(LEFT(A1)&B1),"-","")," ",""),".",""),8)

Resources