My excel sheet has some values distributed in columns and the length of the column may be vary with data. There are some instances like a blank value will be populated instead of the real data. I am looking for a Macro where concatinate all the values in the column to first column. For example column 1 has the value a , c2 = b , c3 = c , c4 = <no value> , c5 = <no value> , c6 = f , c7=g , c8 = h. I wish to concatinate all the column values and store it in c1 with out loosing the space. C1 will have the following value after a script is being executed.
c1= abc fgh
There may be multiple rows in a sheet and would like to concatinate the columns for each row.
Can anyone help?
c1= abc fgh
There may be multiple rows in a sheet and would like to concatinate the columns for each row.
Can anyone help?