Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
JamesB
 
Posts: n/a
Default can excel report scientific values rather than absolute numbers?

I'm trying to create a workbook capable of doing the maths behind a
biological calculation. The results are very low (x10 E-6) and i would like
to report this with the correct scientic prefix (pico- nano- etc...) is this
possible in excel?

eg result comes as 3.41323E-06

i would really like 3.41 pMol

i can get it down to 2 decimal places but i can't set a rule to 'replace
e-06 with pMol'
  #2   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Wed, 12 Oct 2005 09:09:08 -0700, JamesB
wrote:

I'm trying to create a workbook capable of doing the maths behind a
biological calculation. The results are very low (x10 E-6) and i would like
to report this with the correct scientic prefix (pico- nano- etc...) is this
possible in excel?

eg result comes as 3.41323E-06

i would really like 3.41 pMol

i can get it down to 2 decimal places but i can't set a rule to 'replace
e-06 with pMol'


As far as I know, it is not possible to do this with formatting. You would
have to convert the number to a text string, and then substitute the
appropriate prefix.

You could do this with nested SUBSTITUTE statements, TEXT manipulation plus
VLOOKUP to determine the correct prefix, a User Defined Function, etc.

Here is a substitute function for your example above (with your value in A1):

=SUBSTITUTE(TEXT(A1,"0.00E+00"),"E-06","pMol")

All of these methods convert the number to a text string, which will be
difficult to use in subsequent mathematical operations. So the results should
probably be for reporting only.




--ron
  #3   Report Post  
JamesB
 
Posts: n/a
Default

Thanks for that Ron - that's working great on the workbook
cheers

"Ron Rosenfeld" wrote:

On Wed, 12 Oct 2005 09:09:08 -0700, JamesB
wrote:

I'm trying to create a workbook capable of doing the maths behind a
biological calculation. The results are very low (x10 E-6) and i would like
to report this with the correct scientic prefix (pico- nano- etc...) is this
possible in excel?

eg result comes as 3.41323E-06

i would really like 3.41 pMol

i can get it down to 2 decimal places but i can't set a rule to 'replace
e-06 with pMol'


As far as I know, it is not possible to do this with formatting. You would
have to convert the number to a text string, and then substitute the
appropriate prefix.

You could do this with nested SUBSTITUTE statements, TEXT manipulation plus
VLOOKUP to determine the correct prefix, a User Defined Function, etc.

Here is a substitute function for your example above (with your value in A1):

=SUBSTITUTE(TEXT(A1,"0.00E+00"),"E-06","pMol")

All of these methods convert the number to a text string, which will be
difficult to use in subsequent mathematical operations. So the results should
probably be for reporting only.




--ron

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
Error report closing excel Maz Excel Discussion (Misc queries) 0 September 30th 05 11:26 PM
Can an Excel Invoice link to an Excel Accounts Receivable Report? Moe Excel Discussion (Misc queries) 0 September 28th 05 07:59 PM
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
Microsoft Access Report into Excel Spreadsheet zeebyrd Excel Discussion (Misc queries) 1 February 27th 05 12:36 AM
How do I sort for the maximum values in each year in excel? The Wrightster Excel Discussion (Misc queries) 3 February 24th 05 05:43 PM


All times are GMT +1. The time now is 01:00 AM.

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

About Us

"It's about Microsoft Excel"