Excel automation

Copper Contributor
Hi, my self vishal and i want to ask you that, let s say i have fill a that has text value vishal, then fill b that have text value sharmae, then have fill c that have value 12345 , than fill d that have text value email now i made a excel fill that have column name, surname,password and email , now i want to fill those column using a,b,c,d fill can you tell me any way to automat that thing.
1 Reply

@divysamrat 

Several options:

Use Concatenation operator &.

Use CONCAT() or TEXTJOIN().

Use Flash Fill.