Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
hmm hmm is offline
external usenet poster
 
Posts: 175
Default Format a number as ppm

I have numbers I would like expressed as parts per million (ppm). Just as %
format displays the number multiplied by 100, ppm format should display the
number multiplied by 1 million (and append the unit "ppm"). Is there a way I
can enter this as a custom format, including in charts?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Format a number as ppm

The PPM bit can be appended by using

0" PPM"

as a custom format for the cell. However multiplying by a million is a
different matter it can be done but would be very confusing. For example if
you set up automatic multiplication by 1,000,000 then entering 3 would give a
result of 3m parts per million which I don't think is what you are aiming
for. Please post again if this isn't what you want.

"hmm" wrote:

I have numbers I would like expressed as parts per million (ppm). Just as %
format displays the number multiplied by 100, ppm format should display the
number multiplied by 1 million (and append the unit "ppm"). Is there a way I
can enter this as a custom format, including in charts?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default Format a number as ppm

Excel is not very good with small values. You can format 5,500,000 to show
as 5.5; you can scale chart axes by thousands and millions but factors below
1 are not available. All I can suggest is =TEXT(A1*1000000,"#.00")&" ppm"
but this will be text so no calculations can be performed on it.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"hmm" wrote in message
...
I have numbers I would like expressed as parts per million (ppm). Just as
%
format displays the number multiplied by 100, ppm format should display
the
number multiplied by 1 million (and append the unit "ppm"). Is there a
way I
can enter this as a custom format, including in charts?



  #4   Report Post  
Posted to microsoft.public.excel.misc
hmm hmm is offline
external usenet poster
 
Posts: 175
Default Format a number as ppm

Thanks Mike & Bernard. I knew it wasn't straighforward; it was worthwhile
asking.

"hmm" wrote:

I have numbers I would like expressed as parts per million (ppm). Just as %
format displays the number multiplied by 100, ppm format should display the
number multiplied by 1 million (and append the unit "ppm"). Is there a way I
can enter this as a custom format, including in charts?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7,247
Default Format a number as ppm

Try the custom number format:

0,," ppm";-0,," ppm";@


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)


"hmm" wrote in message
...
I have numbers I would like expressed as parts per million (ppm). Just as
%
format displays the number multiplied by 100, ppm format should display
the
number multiplied by 1 million (and append the unit "ppm"). Is there a
way I
can enter this as a custom format, including in charts?





  #6   Report Post  
Posted to microsoft.public.excel.misc
hmm hmm is offline
external usenet poster
 
Posts: 175
Default Format a number as ppm

Thanks Chip.

It got the "ppm" part right, but it divides the entered number by a million
instead of multiplying. Also, the number represented by a figure expressed
in ppm is very low; for example, 100 ppm represents 0.0001. When I entered
such values in the cell, it read "0 ppm".

"Chip Pearson" wrote:

Try the custom number format:

0,," ppm";-0,," ppm";@


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)


"hmm" wrote in message
...
I have numbers I would like expressed as parts per million (ppm). Just as
%
format displays the number multiplied by 100, ppm format should display
the
number multiplied by 1 million (and append the unit "ppm"). Is there a
way I
can enter this as a custom format, including in charts?




  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,345
Default Format a number as ppm

Perhaps Chip will come up with something clever but when I was using ppm for
the calculations for the Hydrotherapy pool, I formateed the cell as: General
" ppm"
I then entered - say - 2.5 for 2.5 ppm and divided the cell value by
1,000,000 every time that I use it in a calculation.

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


with @tiscali.co.uk


"hmm" wrote in message
...
Thanks Chip.

It got the "ppm" part right, but it divides the entered number by a
million
instead of multiplying. Also, the number represented by a figure
expressed
in ppm is very low; for example, 100 ppm represents 0.0001. When I
entered
such values in the cell, it read "0 ppm".

"Chip Pearson" wrote:

Try the custom number format:

0,," ppm";-0,," ppm";@


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)


"hmm" wrote in message
...
I have numbers I would like expressed as parts per million (ppm). Just
as
%
format displays the number multiplied by 100, ppm format should display
the
number multiplied by 1 million (and append the unit "ppm"). Is there a
way I
can enter this as a custom format, including in charts?






  #8   Report Post  
Posted to microsoft.public.excel.misc
hmm hmm is offline
external usenet poster
 
Posts: 175
Default Format a number as ppm

Here is the ideal, intended as a suggestion for Microsoft or anyone else who
wishes to tackle it:

1. If the user enters " ppm" after a number, Excel will understand it to be
a number whose value is 1 million times less than the part before " ppm";
this is similar to a cell entry consisting of a number followed by "%".

2. Another option: a format that if the value is less than 1 ppm (i.e.
1e-6), Excel appends " ppb" (parts per billion), preceded by one billion
times the value. (Behaving similarly to item 1 above if the user enters a
number followed by " ppb".) If less than 1 ppb (1e-9), " ppt", parts per
trillion, with features similar to above.

"hmm" wrote:

I have numbers I would like expressed as parts per million (ppm). Just as %
format displays the number multiplied by 100, ppm format should display the
number multiplied by 1 million (and append the unit "ppm"). Is there a way I
can enter this as a custom format, including in charts?

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
how do I add phone number format as a permanent custom format? frustratedagain Excel Discussion (Misc queries) 3 February 4th 06 03:52 AM
Replace million-billion number format to lakhs-crores format Sumit Excel Discussion (Misc queries) 1 December 9th 05 04:58 PM
Change number (in text format) to numeric format Pam Excel Discussion (Misc queries) 5 October 24th 05 07:45 PM
convert text-format number to number in excel 2000%3f Larry Excel Discussion (Misc queries) 1 July 29th 05 08:18 PM
excel format cells/Number/Category: Number problem Matts Excel Discussion (Misc queries) 5 December 9th 04 09:47 PM


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