K
Kevin
I want to automate a process that will do the following:
- copy a column of data
- omit the blank cells
- transpose the remaining non-blank cells into a row.
Example:
A:
Bill
Tracy
Jim
Billy
Would equal:
A B C D E
Bill Tracey Jim Billy
Any help would be greatly appreciated!
Kevin
- copy a column of data
- omit the blank cells
- transpose the remaining non-blank cells into a row.
Example:
A:
Bill
Tracy
Jim
Billy
Would equal:
A B C D E
Bill Tracey Jim Billy
Any help would be greatly appreciated!
Kevin