Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 605
Default custom format

[<1000]0-00;00-000 for 1-22 and 12-434

I picked up the above solution from another thread. Then I created my own test.

I tested with

0-00;00-000 and
00-000;0-00 respectively.

No [<1000] for both.

Without the condition [<1000], it will always pick up the *first* format regardless of how many digits we key or how many formats we have. That's just the way it is, right? For number formats, it will pick up the right format depending on whether the number is positive or negative. We have to enter the formats in a specific order for positive, negative etc.

Is there a good link that I can use to learn more about custom format?

Thanks.

Epinn

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,624
Default custom format

How about Help ("About custom number formats")?

In article ,
"Epinn" wrote:

Is there a good link that I can use to learn more about custom format?

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 605
Default custom format

I have read that and one other link before. Still not satisfied.

*good* link

Epinn

"JE McGimpsey" wrote in message ...
How about Help ("About custom number formats")?

In article ,
"Epinn" wrote:

Is there a good link that I can use to learn more about custom format?


  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 35,218
Default custom format

http://office.microsoft.com/en-us/ex...986791033.aspx

Is a nice one, well, I think so.

Epinn wrote:

I have read that and one other link before. Still not satisfied.

*good* link

Epinn

"JE McGimpsey" wrote in message ...
How about Help ("About custom number formats")?

In article ,
"Epinn" wrote:

Is there a good link that I can use to learn more about custom format?


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 605
Default custom format

That link is the same as Help text and I have read it. Yes, it is okay. Thanks, anyway.

I was hoping that you could answer my other queries regarding [<1000]0-00;00-000. That was my reason for inviting you to this thread.

Appreciate comments.

Epinn

"Dave Peterson" wrote in message ...
http://office.microsoft.com/en-us/ex...986791033.aspx

Is a nice one, well, I think so.

Epinn wrote:

I have read that and one other link before. Still not satisfied.

*good* link

Epinn

"JE McGimpsey" wrote in message ...
How about Help ("About custom number formats")?

In article ,
"Epinn" wrote:

Is there a good link that I can use to learn more about custom format?


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 605
Default custom format help appreciated

I read the following but still don't quite understand [<1000]0-00;00-000. Please explain.

Excel see a cells format as having four Sections. These are, from left to right Positive numbers, Negative Numbers, Zero Values and Text values. Each of these Sections are separated by a semi colon (;). If you create a custom number format you do not have to specify all four sections. By this I mean, if you included only two sections, the first section would be used for both positive numbers and zero values, while the second section would be used for negative numbers. If you only used one section, all number types would use that one format. Text is only affected by custom formats when we use all four sections, the text would use the last section. <<


Regarding [<1000]0-00;00-000, if I understand correctly, the user will key in the numbers (positive) without the dash. Custom format puts in the dash, right? According to the above, two sections = one positive and one negative format. But that's not the case for 0-00;00-000.

I am missing something.

Please help.

Epinn

"Dave Peterson" wrote in message ...
http://office.microsoft.com/en-us/ex...986791033.aspx

Is a nice one, well, I think so.

Epinn wrote:

I have read that and one other link before. Still not satisfied.

*good* link

Epinn

"JE McGimpsey" wrote in message ...
How about Help ("About custom number formats")?

In article ,
"Epinn" wrote:

Is there a good link that I can use to learn more about custom format?


--

Dave Peterson

  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,886
Default custom format help appreciated

Hi Epinn

I know it talks about positive, negative etc., but help also talks
about cell values matching different conditions.
I think you need to interpret it as IF - THEN - ELSE

Try using [<10000]0-00;[-100000]00-000;000-000
and then enter
1 0-01
12 0-12
123 1-23
1234 12-34
12345 12-345
123456 123-456



--
Regards

Roger Govier


"Epinn" wrote in message
...
I read the following but still don't quite understand
[<1000]0-00;00-000. Please explain.

Excel see a cells format as having four Sections. These are, from
left to right Positive numbers, Negative Numbers, Zero Values and
Text values. Each of these Sections are separated by a semi colon
(;). If you create a custom number format you do not have to specify
all four sections. By this I mean, if you included only two sections,
the first section would be used for both positive numbers and zero
values, while the second section would be used for negative numbers.
If you only used one section, all number types would use that one
format. Text is only affected by custom formats when we use all four
sections, the text would use the last section. <<


Regarding [<1000]0-00;00-000, if I understand correctly, the user will
key in the numbers (positive) without the dash. Custom format puts in
the dash, right? According to the above, two sections = one positive
and one negative format. But that's not the case for 0-00;00-000.

I am missing something.

Please help.

Epinn

"Dave Peterson" wrote in message
...
http://office.microsoft.com/en-us/ex...986791033.aspx

Is a nice one, well, I think so.

Epinn wrote:

I have read that and one other link before. Still not satisfied.

*good* link

Epinn

"JE McGimpsey" wrote in message
...
How about Help ("About custom number formats")?

In article ,
"Epinn" wrote:

Is there a good link that I can use to learn more about custom
format?


--

Dave Peterson


  #8   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 35,218
Default custom format help appreciated

Read the help once more, but look at the Color and Conditions section. It
describes how to use colors, but the same technique can be used for the number
format.

Epinn wrote:

I read the following but still don't quite understand [<1000]0-00;00-000. Please explain.

Excel see a cells format as having four Sections. These are, from left to right Positive numbers, Negative Numbers, Zero Values and Text values. Each of these Sections are separated by a semi colon (;). If you create a custom number format you do not have to specify all four sections. By this I mean, if you included only two sections, the first section would be used for both positive numbers and zero values, while the second section would be used for negative numbers. If you only used one section, all number types would use that one format. Text is only affected by custom formats when we use all four sections, the text would use the last section. <<


Regarding [<1000]0-00;00-000, if I understand correctly, the user will key in the numbers (positive) without the dash. Custom format puts in the dash, right? According to the above, two sections = one positive and one negative format. But that's not the case for 0-00;00-000.

I am missing something.

Please help.

Epinn

"Dave Peterson" wrote in message ...
http://office.microsoft.com/en-us/ex...986791033.aspx

Is a nice one, well, I think so.

Epinn wrote:

I have read that and one other link before. Still not satisfied.

*good* link

Epinn

"JE McGimpsey" wrote in message ...
How about Help ("About custom number formats")?

In article ,
"Epinn" wrote:

Is there a good link that I can use to learn more about custom format?


--

Dave Peterson


--

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
Custom accounting format Dallman Ross Excel Discussion (Misc queries) 4 November 2nd 06 11:44 AM
hiding % characted in the Y axis using custom format tony Charts and Charting in Excel 6 August 31st 06 11:38 PM
Custom Format for User Defined Function [email protected] Excel Discussion (Misc queries) 5 August 7th 06 11:27 PM
adding custom format Kelly Excel Discussion (Misc queries) 2 June 29th 06 03:35 PM
Custom percent format needed Will Fleenor Excel Worksheet Functions 1 June 29th 05 02:57 AM


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