S sswcharlie Apr 5, 2009 #1 I have column A and b and want to combine and save as a csv file fo export. What is the procedute Thanks Charlie
I have column A and b and want to combine and save as a csv file fo export. What is the procedute Thanks Charlie
G Gord Dibben Apr 5, 2009 #2 In C1 enter =A1&B1 and double-click on the fill handle of C1 Or =A1&" "&B1 if you want a space. Copy column C and edit>paste special(in place)>values>ok>esc Delete columns A and B Then File>save as>file type>*.csv Gord Dibben MS Excel MVP
In C1 enter =A1&B1 and double-click on the fill handle of C1 Or =A1&" "&B1 if you want a space. Copy column C and edit>paste special(in place)>values>ok>esc Delete columns A and B Then File>save as>file type>*.csv Gord Dibben MS Excel MVP
S sswcharlie Joined May 11, 2007 Messages 11 Reaction score 0 Apr 6, 2009 #3 Thanks for the info. Great. Charlie