Hi! I have a spreadsheet with a bunch of columns (A, B, C, D etc.) each column has 421 fields. In each field is a unique 8-digit number.
Now, I need to take the numbers in the fields under Column C and put quotation marks around them, basically turning this:
12345686
32165482
15659875
12546586
into this:
"12345686"
"32165482"
"15659875"
"12546586"
Any advice on how to do this? Thanks!
BTW - This will be converted to a .csv file for use in a program called Invoice Express - nothing screwy is going to happen to my quotes once I save the .xls file as a .csv file, right? Guys...? Right guys...?
Bookmarks