Hi,
Please find attached file want to merge multiple column data in single row I have used A2&","&A3 But its very lengthy.
Please suggest if any other formula available.
Hi Nitin,
Another option:
Press F2 and type the following formula:
=CONCATENATE(TRANSPOSE(A5:A43&","))
Do not press enter
Select formula using mouse click: TRANSPOSE(A5:A43&",")
and press F9
remove curly brackets {} at start and end, and press enter.