Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I regularly download and print local business listings. Their business phone
# column reads "business phone #" 000-000-0000. I wish to eliminate the words to narrow the column for printing purposes, how can I do this? and can I format excel to remember this setting for future downloads? I appreciate any help on this. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Let's say the first one is in D1
Solution 1 Inset a new blank column after D In the new E1 enter =RIGHT(D1,12) Copy this down the column (quickest way - double click fill handle which is the small solid square on bottom right of active cell's border) Select all the new stuff in column E; use Copy; with it still selected use Edit | Paste Special and specify Values Now you can delete the column D You could record a macro to do this each time Solution 2 If the text is real as shown and the same in all cells: Use Data | Text to Column, specify Fixed width and drag the split line to just before the first digit You shown insert a new column first if there is stuff in column E best wishes -- Bernard V Liengme Microsoft Excel MVP www.stfx.ca/people/bliengme remove caps from email "jdwins" wrote in message ... I regularly download and print local business listings. Their business phone # column reads "business phone #" 000-000-0000. I wish to eliminate the words to narrow the column for printing purposes, how can I do this? and can I format excel to remember this setting for future downloads? I appreciate any help on this. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you this solved my problem.
"Bernard Liengme" wrote: Let's say the first one is in D1 Solution 1 Inset a new blank column after D In the new E1 enter =RIGHT(D1,12) Copy this down the column (quickest way - double click fill handle which is the small solid square on bottom right of active cell's border) Select all the new stuff in column E; use Copy; with it still selected use Edit | Paste Special and specify Values Now you can delete the column D You could record a macro to do this each time Solution 2 If the text is real as shown and the same in all cells: Use Data | Text to Column, specify Fixed width and drag the split line to just before the first digit You shown insert a new column first if there is stuff in column E best wishes -- Bernard V Liengme Microsoft Excel MVP www.stfx.ca/people/bliengme remove caps from email "jdwins" wrote in message ... I regularly download and print local business listings. Their business phone # column reads "business phone #" 000-000-0000. I wish to eliminate the words to narrow the column for printing purposes, how can I do this? and can I format excel to remember this setting for future downloads? I appreciate any help on this. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you get the formula bar to display in Excel 2007 | Excel Worksheet Functions | |||
Excel 2007 Formula Display | Excel Discussion (Misc queries) | |||
Display of Active Cell in MS Excel 2007 | Excel Discussion (Misc queries) | |||
How can I display status bar value in Excel 2007 | Excel Discussion (Misc queries) | |||
Excel 2007 Display value based on values in another column range | Excel Worksheet Functions |