Forum Discussion

Srikanth0990's avatar
Srikanth0990
Copper Contributor
Jun 07, 2022
Solved

Need help on CONCAT function for multiple column values

COL1 COL2 COL3 CONCAT RESULT B972 02 DPP ('B972','02','DPP');                        
  • Jihad Al-Jarady's avatar
    Jihad Al-Jarady
    Jun 07, 2022
    Do you want the result to be this: ('B972','02','DPP');
    If yes, this the formula
    =CONCAT("('",A1,"','",B1,"','",C1,"');")

Resources