Skip to main content

Command Palette

Search for a command to run...

How to combine 2 excel columns with a seperator

Published
1 min read
S

Frontend developer at Reliance JIO

Use the below command to combine 2 excel columns with a seperator.
You can apply it on one cell & then drag it to apply the same on the whole column

=CONCATENATE(D3,",",E3)