Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 66
Default Format text to general

How do I format a column entered originally as text to general?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 857
Default Format text to general

Hi Gator,

Do you mean that there are numbers entered as text and now you want to
format them to General? If you have text formatted as text or general they
will look and behave the same, the only issue is numbers and dates (which
are also numbers). To convert numbers stored as text to numbers, or to
convert dates stored as text to numbers which you can then format as you
choose:

Select an empty cell and copy it. Select all the items you want converted
and choose Edit, Paste Special, Add.

Cheers,
Shane Devenshire
Microsoft Excel MVP

"Gator" wrote in message
...
How do I format a column entered originally as text to general?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Format text to general

1. select the column and:

Format Cells... Number . General

2. to "fix" the data, hilight the cells to be fixed and run:

Sub fixxer()
Dim cell As Range
For Each cell In Selection
cell.Value = cell.Value
Next
End Sub
--
Gary''s Student - gsnu200803


"Gator" wrote:

How do I format a column entered originally as text to general?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change cell format from text to general on the fly JSnow Excel Discussion (Misc queries) 9 August 13th 08 04:25 PM
Converting general text format to date Sarah (OGI) Excel Discussion (Misc queries) 6 June 20th 08 02:24 PM
Format: General - Text - General iturnrocks Excel Worksheet Functions 3 August 11th 06 04:47 PM
converting general cells format to text junkgrrl Excel Discussion (Misc queries) 1 January 12th 06 05:50 PM
Change CSV-load cell format from GENERAL to TEXT for numbers? Morena Chris Matthews Excel Discussion (Misc queries) 1 October 14th 05 05:23 PM


All times are GMT +1. The time now is 09:24 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"