How to combine 2 excel columns with a seperator
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)
ruchikasood.hashnode.dev1 min read