#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 251
Default Formatting number

How do I custom format the number so that a zero is a dash (like in
accounting format) but so that I can centre the number. I want it just like
the accounting format, but in Excel 2000 it doesn't let you center the number
in the cell when using the accounting format. So, if I use "Custom" in
Category, then what is the format code. I don't like zero when the answer is
nothing. I want a dash, but want it centered. Thank you. Connie
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Formatting number

You can use this custom number format:

general;general;-;general

Then format the cell to center.

--
Biff
Microsoft Excel MVP


"Connie Martin" wrote in message
...
How do I custom format the number so that a zero is a dash (like in
accounting format) but so that I can centre the number. I want it just
like
the accounting format, but in Excel 2000 it doesn't let you center the
number
in the cell when using the accounting format. So, if I use "Custom" in
Category, then what is the format code. I don't like zero when the answer
is
nothing. I want a dash, but want it centered. Thank you. Connie



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 251
Default Formatting number

We meet again! Hi! Yes, that works, except have I have 8 decimal numbers
now. I only want one decimal. Is there a way to combine all that? Connie

"T. Valko" wrote:

You can use this custom number format:

general;general;-;general

Then format the cell to center.

--
Biff
Microsoft Excel MVP


"Connie Martin" wrote in message
...
How do I custom format the number so that a zero is a dash (like in
accounting format) but so that I can centre the number. I want it just
like
the accounting format, but in Excel 2000 it doesn't let you center the
number
in the cell when using the accounting format. So, if I use "Custom" in
Category, then what is the format code. I don't like zero when the answer
is
nothing. I want a dash, but want it centered. Thank you. Connie




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Formatting number

Eight decimal numbers? You only want one? Are you talking about merging
cells? Select the 8 cells, go to the Format/Cells dialog box, format that
cell the way Biff told you on the Number tab, then set the Center/Center
condition (if it is not already set) and check the Merger Cells box on the
Alignment tab. If you meant something else, you will need to describe it in
more detail.

Rick


"Connie Martin" wrote in message
...
We meet again! Hi! Yes, that works, except have I have 8 decimal numbers
now. I only want one decimal. Is there a way to combine all that?
Connie

"T. Valko" wrote:

You can use this custom number format:

general;general;-;general

Then format the cell to center.

--
Biff
Microsoft Excel MVP


"Connie Martin" wrote in message
...
How do I custom format the number so that a zero is a dash (like in
accounting format) but so that I can centre the number. I want it just
like
the accounting format, but in Excel 2000 it doesn't let you center the
number
in the cell when using the accounting format. So, if I use "Custom" in
Category, then what is the format code. I don't like zero when the
answer
is
nothing. I want a dash, but want it centered. Thank you. Connie





  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Formatting number

Another guess...
0.0;-0.0;-;General
or
#,##0.0;-#,##0.0;-;General


Connie Martin wrote:

We meet again! Hi! Yes, that works, except have I have 8 decimal numbers
now. I only want one decimal. Is there a way to combine all that? Connie

"T. Valko" wrote:

You can use this custom number format:

general;general;-;general

Then format the cell to center.

--
Biff
Microsoft Excel MVP


"Connie Martin" wrote in message
...
How do I custom format the number so that a zero is a dash (like in
accounting format) but so that I can centre the number. I want it just
like
the accounting format, but in Excel 2000 it doesn't let you center the
number
in the cell when using the accounting format. So, if I use "Custom" in
Category, then what is the format code. I don't like zero when the answer
is
nothing. I want a dash, but want it centered. Thank you. Connie





--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Formatting number

Oh, those "decimal numbers"<g... yes, I think you are correct about that
interpretation (the words "combine all that" are what threw me).

Rick


"Dave Peterson" wrote in message
...
Another guess...
0.0;-0.0;-;General
or
#,##0.0;-#,##0.0;-;General


Connie Martin wrote:

We meet again! Hi! Yes, that works, except have I have 8 decimal
numbers
now. I only want one decimal. Is there a way to combine all that?
Connie

"T. Valko" wrote:

You can use this custom number format:

general;general;-;general

Then format the cell to center.

--
Biff
Microsoft Excel MVP


"Connie Martin" wrote in
message
...
How do I custom format the number so that a zero is a dash (like in
accounting format) but so that I can centre the number. I want it
just
like
the accounting format, but in Excel 2000 it doesn't let you center
the
number
in the cell when using the accounting format. So, if I use "Custom"
in
Category, then what is the format code. I don't like zero when the
answer
is
nothing. I want a dash, but want it centered. Thank you. Connie




--

Dave Peterson


  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 251
Default Formatting number

That's okay. It's hard to talk MVP language!! :) Appreciate all your help,
you guys! Connie


"Rick Rothstein (MVP - VB)" wrote:

Oh, those "decimal numbers"<g... yes, I think you are correct about that
interpretation (the words "combine all that" are what threw me).

Rick


"Dave Peterson" wrote in message
...
Another guess...
0.0;-0.0;-;General
or
#,##0.0;-#,##0.0;-;General


Connie Martin wrote:

We meet again! Hi! Yes, that works, except have I have 8 decimal
numbers
now. I only want one decimal. Is there a way to combine all that?
Connie

"T. Valko" wrote:

You can use this custom number format:

general;general;-;general

Then format the cell to center.

--
Biff
Microsoft Excel MVP


"Connie Martin" wrote in
message
...
How do I custom format the number so that a zero is a dash (like in
accounting format) but so that I can centre the number. I want it
just
like
the accounting format, but in Excel 2000 it doesn't let you center
the
number
in the cell when using the accounting format. So, if I use "Custom"
in
Category, then what is the format code. I don't like zero when the
answer
is
nothing. I want a dash, but want it centered. Thank you. Connie




--

Dave Peterson



  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 251
Default Formatting number

Thank you. I tried the first one and that worked. Thanks again! Connie

"Dave Peterson" wrote:

Another guess...
0.0;-0.0;-;General
or
#,##0.0;-#,##0.0;-;General


Connie Martin wrote:

We meet again! Hi! Yes, that works, except have I have 8 decimal numbers
now. I only want one decimal. Is there a way to combine all that? Connie

"T. Valko" wrote:

You can use this custom number format:

general;general;-;general

Then format the cell to center.

--
Biff
Microsoft Excel MVP


"Connie Martin" wrote in message
...
How do I custom format the number so that a zero is a dash (like in
accounting format) but so that I can centre the number. I want it just
like
the accounting format, but in Excel 2000 it doesn't let you center the
number
in the cell when using the accounting format. So, if I use "Custom" in
Category, then what is the format code. I don't like zero when the answer
is
nothing. I want a dash, but want it centered. Thank you. Connie




--

Dave Peterson

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
Number formatting pm Excel Discussion (Misc queries) 2 May 30th 07 02:53 PM
formatting cell number based on previous cell number Pasquini Excel Discussion (Misc queries) 3 June 20th 06 06:36 AM
Number formatting pm Excel Discussion (Misc queries) 1 June 19th 06 07:26 PM
Number formatting TomHinkle Excel Discussion (Misc queries) 2 July 14th 05 04:34 PM
Number Formatting Kurchian Excel Discussion (Misc queries) 3 May 15th 05 09:31 PM


All times are GMT +1. The time now is 09:53 PM.

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"