rh71
No Lifer
Have a simple XLS with 1 column but over 1000 rows with values such as:
joe
jane
bob
.
.
.
We want to use those values in an SQL statement so we just want an output like this:
'joe','jane','bob', ...
How do we do this ? The output being in A1 of the spreadsheet or wherever is fine, as long as it's copy/pasteable.
joe
jane
bob
.
.
.
We want to use those values in an SQL statement so we just want an output like this:
'joe','jane','bob', ...
How do we do this ? The output being in A1 of the spreadsheet or wherever is fine, as long as it's copy/pasteable.