Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 21
Default logarithms back to numbers in Excel?

How do I convert logarithms back to numbers in Excel. Log base 10 and natural.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default logarithms back to numbers in Excel?

The definition of log (base 10) is:
If x = 10^y then we say LOG(x) =y
Example: 100 = 10^2 so LOG(100)=2
It follows that if I know y and want x I use x = 10^y
If I know the log of x is 2, then x = 10^2 = 100

Likewise:
The definition of LN (base e) is:
If x = e^y (which can also be written as x=EXP(y)) then we say LN(x) =y
Example: 3 = e^1.096 so LOG(3)=1.096
It follows that if I know y and want x I use x = e^y
If I know LN(x) = 1.096 then x = EXP(1.906) which works out to be 3

best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Polly" wrote in message
...
How do I convert logarithms back to numbers in Excel. Log base 10 and
natural.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 21
Default logarithms back to numbers in Excel?

Very helpful, thank you Bernard. But is there a function in Excel that I can
use for a column of many figures?


Kind regards
Polly

"Bernard Liengme" wrote:

The definition of log (base 10) is:
If x = 10^y then we say LOG(x) =y
Example: 100 = 10^2 so LOG(100)=2
It follows that if I know y and want x I use x = 10^y
If I know the log of x is 2, then x = 10^2 = 100

Likewise:
The definition of LN (base e) is:
If x = e^y (which can also be written as x=EXP(y)) then we say LN(x) =y
Example: 3 = e^1.096 so LOG(3)=1.096
It follows that if I know y and want x I use x = e^y
If I know LN(x) = 1.096 then x = EXP(1.906) which works out to be 3

best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Polly" wrote in message
...
How do I convert logarithms back to numbers in Excel. Log base 10 and
natural.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default logarithms back to numbers in Excel?

=10^A1 or =POWER(10,A1)
=EXP(A1)
--
David Biddulph

"Polly" wrote in message
...
How do I convert logarithms back to numbers in Excel. Log base 10 and
natural.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 524
Default logarithms back to numbers in Excel?

Tue, 22 May 2007 06:46:01 -0700 from Polly
:
How do I convert logarithms back to numbers in Excel. Log base 10
and natural.


=10^A1

=EXP(A1)

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
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
all my top rows are now numbers, how to set it back to letters Holly Excel Discussion (Misc queries) 2 September 15th 06 05:08 PM
How to automatically add 000 at the back of my numbers? devillsad Excel Discussion (Misc queries) 1 August 15th 06 07:53 AM
Logarithms Majikthijs Charts and Charting in Excel 1 March 17th 05 04:40 AM
logarithms KG Excel Discussion (Misc queries) 2 March 8th 05 04:07 AM
In Excel how do I convert back from having row and column NUMBERS. Willem Duyvesteyn Excel Discussion (Misc queries) 1 February 15th 05 06:41 PM


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