Forum Discussion

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

Need help on CONCAT function for multiple column values

COL1COL2COL3CONCAT RESULT
B97202DPP('B972','02','DPP');
    
    
    
  • Do you want the result to be this: ('B972','02','DPP');
    If yes, this the formula
    =CONCAT("('",A1,"','",B1,"','",C1,"');")

13 Replies

Resources