Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default How to change number format # ### ### to ### ####?

Hi,

I'm using Office 2007.
I need to change in cell "A1" number format from 6 555 555 to 655 5555.

How can i do this change?

Thank you.
Peeter.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 506
Default How to change number format # ### ### to ### ####?

I am seeing the answer in your Subject itself.

Try this...

Now your Format is like this # ### ###
You just change it to ### ####

Place your cursor in A1 cell and do right click from your mouse and select
Format CellsNumberCategoryCustomType field past this ### ####

Now it will be changed.

If this post helps, Click Yes!

--------------------
(Ms-Exl-Learner)
--------------------



"Lion2004" wrote:

Hi,

I'm using Office 2007.
I need to change in cell "A1" number format from 6 555 555 to 655 5555.

How can i do this change?

Thank you.
Peeter.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default How to change number format # ### ### to ### ####?

I know that it should be work like that, but it automatically change it back
to # ### ### after i click OK in Format Cells windows.

Any suggestions?

"Ms-Exl-Learner" wrote:

I am seeing the answer in your Subject itself.

Try this...

Now your Format is like this # ### ###
You just change it to ### ####

Place your cursor in A1 cell and do right click from your mouse and select
Format CellsNumberCategoryCustomType field past this ### ####

Now it will be changed.

If this post helps, Click Yes!

--------------------
(Ms-Exl-Learner)
--------------------



"Lion2004" wrote:

Hi,

I'm using Office 2007.
I need to change in cell "A1" number format from 6 555 555 to 655 5555.

How can i do this change?

Thank you.
Peeter.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 506
Default How to change number format # ### ### to ### ####?

I think I found the answer.

I thought that it was formatted like # ### ###, but when I go through the
numbers once again (6 555 555) I found that the data consist manual spaces.

Just Select the Column in which the data are lying or select the range and
press Cntrl+H and in Find What Box give a space and in Replace with field
leave it as blank. Now hit Replace All. Finally Select the range and apply
the below format.

Format CellsNumberCategoryCustomType field past this ### ####

If this post helps, Click Yes!

--------------------
(Ms-Exl-Learner)
--------------------



"Lion2004" wrote:

I know that it should be work like that, but it automatically change it back
to # ### ### after i click OK in Format Cells windows.

Any suggestions?

"Ms-Exl-Learner" wrote:

I am seeing the answer in your Subject itself.

Try this...

Now your Format is like this # ### ###
You just change it to ### ####

Place your cursor in A1 cell and do right click from your mouse and select
Format CellsNumberCategoryCustomType field past this ### ####

Now it will be changed.

If this post helps, Click Yes!

--------------------
(Ms-Exl-Learner)
--------------------



"Lion2004" wrote:

Hi,

I'm using Office 2007.
I need to change in cell "A1" number format from 6 555 555 to 655 5555.

How can i do this change?

Thank you.
Peeter.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default How to change number format # ### ### to ### ####?

There was made 1 replacement, but it still changes back format. I thought
maybe i should install SP2? I will try to do changes after i intalled SP2.
Will reply later.

"Ms-Exl-Learner" wrote:

I think I found the answer.

I thought that it was formatted like # ### ###, but when I go through the
numbers once again (6 555 555) I found that the data consist manual spaces.

Just Select the Column in which the data are lying or select the range and
press Cntrl+H and in Find What Box give a space and in Replace with field
leave it as blank. Now hit Replace All. Finally Select the range and apply
the below format.

Format CellsNumberCategoryCustomType field past this ### ####

If this post helps, Click Yes!

--------------------
(Ms-Exl-Learner)
--------------------



"Lion2004" wrote:

I know that it should be work like that, but it automatically change it back
to # ### ### after i click OK in Format Cells windows.

Any suggestions?

"Ms-Exl-Learner" wrote:

I am seeing the answer in your Subject itself.

Try this...

Now your Format is like this # ### ###
You just change it to ### ####

Place your cursor in A1 cell and do right click from your mouse and select
Format CellsNumberCategoryCustomType field past this ### ####

Now it will be changed.

If this post helps, Click Yes!

--------------------
(Ms-Exl-Learner)
--------------------



"Lion2004" wrote:

Hi,

I'm using Office 2007.
I need to change in cell "A1" number format from 6 555 555 to 655 5555.

How can i do this change?

Thank you.
Peeter.



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 506
Default How to change number format # ### ### to ### ####?

Try this...

=TEXT(SUBSTITUTE(A1," ",""),"### ####")

copy and paste it to the remaining cells.

If this post helps, Click Yes!

--------------------
(Ms-Exl-Learner)
--------------------



"Lion2004" wrote:

There was made 1 replacement, but it still changes back format. I thought
maybe i should install SP2? I will try to do changes after i intalled SP2.
Will reply later.

"Ms-Exl-Learner" wrote:

I think I found the answer.

I thought that it was formatted like # ### ###, but when I go through the
numbers once again (6 555 555) I found that the data consist manual spaces.

Just Select the Column in which the data are lying or select the range and
press Cntrl+H and in Find What Box give a space and in Replace with field
leave it as blank. Now hit Replace All. Finally Select the range and apply
the below format.

Format CellsNumberCategoryCustomType field past this ### ####

If this post helps, Click Yes!

--------------------
(Ms-Exl-Learner)
--------------------



"Lion2004" wrote:

I know that it should be work like that, but it automatically change it back
to # ### ### after i click OK in Format Cells windows.

Any suggestions?

"Ms-Exl-Learner" wrote:

I am seeing the answer in your Subject itself.

Try this...

Now your Format is like this # ### ###
You just change it to ### ####

Place your cursor in A1 cell and do right click from your mouse and select
Format CellsNumberCategoryCustomType field past this ### ####

Now it will be changed.

If this post helps, Click Yes!

--------------------
(Ms-Exl-Learner)
--------------------



"Lion2004" wrote:

Hi,

I'm using Office 2007.
I need to change in cell "A1" number format from 6 555 555 to 655 5555.

How can i do this change?

Thank you.
Peeter.

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default How to change number format # ### ### to ### ####?

Format Cells/ Number/ Custom
--
David Biddulph

"Lion2004" wrote in message
...
Hi,

I'm using Office 2007.
I need to change in cell "A1" number format from 6 555 555 to 655 5555.

How can i do this change?

Thank you.
Peeter.



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 number (in text format) to numeric format Pam Excel Discussion (Misc queries) 5 October 24th 05 07:45 PM
Hoe to change text format .126 to number format 0.126 vitality Excel Discussion (Misc queries) 3 October 6th 05 01:31 PM
How to change text format .126 to number format 0.126 ? vitality Excel Worksheet Functions 2 October 6th 05 01:02 PM
why does currency format change to number format? Cassie Excel Discussion (Misc queries) 3 March 18th 05 06:57 PM
How do i change numbers in text format to number format? Greg New Users to Excel 1 December 14th 04 05:22 PM


All times are GMT +1. The time now is 05:57 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"