Home |
Search |
Today's Posts |
#9
![]() |
|||
|
|||
![]()
Ron, it works too, thanks to you, Bill and John. Now I have 3 options.
"Ron Rosenfeld" wrote: On Thu, 3 Nov 2005 11:17:11 -0800, asuncionw wrote: I have a downloaded database file with a format of "lastname,firstname" and would like to change that one column to either one column of say lastname, firstname (with a space after the comma) or two columns of say col1 lastname, col2 firstname. =TRIM(SUBSTITUTE(A1,",",", ")) Note the space after the second quoted comma. The TRIM function is there just in case any of the imported names should happen to have a space after the comma, so as not to have 2 spaces there. --ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trailing Space / Format Question | Excel Discussion (Misc queries) | |||
copy conditional format as ACTUAL format | Excel Discussion (Misc queries) | |||
How can I change the default 'comma' format. Eg paranthesis inste. | Excel Discussion (Misc queries) | |||
Importing French (Canadian) format html pages | Setting up and Configuration of Excel | |||
.CSV file format - comma or semi-colon | Excel Worksheet Functions |