Forum Discussion
Srikanth0990
Jun 07, 2022Copper Contributor
Need help on CONCAT function for multiple column values
COL1 COL2 COL3 CONCAT RESULT B972 02 DPP ('B972','02','DPP');
- Jun 07, 2022Do you want the result to be this: ('B972','02','DPP');
If yes, this the formula
=CONCAT("('",A1,"','",B1,"','",C1,"');")
Srikanth0990
Jun 07, 2022Copper Contributor
Jihad Al-Jarady It's not working as expected
Jun 07, 2022
Do you want the result to be this: ('B972','02','DPP');
If yes, this the formula
=CONCAT("('",A1,"','",B1,"','",C1,"');")
If yes, this the formula
=CONCAT("('",A1,"','",B1,"','",C1,"');")