![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Posts: 232
|
Hi,
I need to remove the commas and the text in 3 different collums - can't remember the function to to it. Dail Express , half by 2 thirds, Colour Daily Mirror , two by for , Mono The Observer , half page , Spot Thanks Matt |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Posts: 363
|
Try the following substitute function to remove ,.
=SUBSTITUTE(A1,",","")
__________________
It's never too late to learn something new. Ricky |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Posts: 232
|
after the commas are gone can I spilt the string into 3 different collums?
Matt PS (thanks for the help on the IF before) |
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Denver, CO
Posts: 1,744
|
Leave the commas in, select text to columns from the dat menu. Step 1 select, delimited and next. Step 2 select comma delimter and clear any other delimiters and hit finish.
There is a formula solution you could use to copy parts to a new column, but it isn't as clean as the text to columns. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|