#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Reversing the log

Hello all you helpful people, how do i reverse log on excel? i just logged
(LOG) some large numbers for a standard curve, and need to extrapolate back,
now i have logged numbers. how can i do this on excel? i can do it on a
calculator!
Thanks
Charli
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 896
Default Reversing the log

=10^A1

or

=POWER(10,A1)
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Reversing the log

This is what Berard Liengme answered to a similar question:

----------------
If LOG(y) = x; then y = 10^x.
That is the definition of logarithm
So the 'antilog' is 10^x to get y

If you are using logs to bas e (natural logs), then use EXP(x) to find y.
Have a look at you hand calculator and you will see the same relationships
----------------


--
Kind regards,

Niek Otten
Microsoft MVP - Excel


"Charli B" <Charli wrote in message ...
| Hello all you helpful people, how do i reverse log on excel? i just logged
| (LOG) some large numbers for a standard curve, and need to extrapolate back,
| now i have logged numbers. how can i do this on excel? i can do it on a
| calculator!
| Thanks
| Charli


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Reversing the log

FOr natural LOGs, use the EXP() function.
--
Gary''s Student - gsnu200795


"Charli B" wrote:

Hello all you helpful people, how do i reverse log on excel? i just logged
(LOG) some large numbers for a standard curve, and need to extrapolate back,
now i have logged numbers. how can i do this on excel? i can do it on a
calculator!
Thanks
Charli

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Reversing the log

Here is exactly what i did:
=LOG(66500)
=LOG(55600)
=LOG(42700)
=LOG(34600)
=LOG(27000)
=LOG(20000)
=LOG(14300)
=LOG(6500)
This gave me:
4.822821645
4.745074792
4.630427875
4.539076099
4.431363764
4.301029996
4.155336037
3.812913357
i used these as part of a standard curve. the trend line gave me a formula,
which i used on some unknowns. this gave me:4.240522549, 4.280013725 and
4.214195098. i need to get these back to the large numbers like the ones i
started with. EXP() gives me too small a number.
Thanks
Charli



"Gary''s Student" wrote:

FOr natural LOGs, use the EXP() function.
--
Gary''s Student - gsnu200795


"Charli B" wrote:

Hello all you helpful people, how do i reverse log on excel? i just logged
(LOG) some large numbers for a standard curve, and need to extrapolate back,
now i have logged numbers. how can i do this on excel? i can do it on a
calculator!
Thanks
Charli



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Reversing the log

You are using log based 10. To invert use:

=10^4.240522549
displays: 17398.93033

--
Gary''s Student - gsnu200795


"Charli B" wrote:

Here is exactly what i did:
=LOG(66500)
=LOG(55600)
=LOG(42700)
=LOG(34600)
=LOG(27000)
=LOG(20000)
=LOG(14300)
=LOG(6500)
This gave me:
4.822821645
4.745074792
4.630427875
4.539076099
4.431363764
4.301029996
4.155336037
3.812913357
i used these as part of a standard curve. the trend line gave me a formula,
which i used on some unknowns. this gave me:4.240522549, 4.280013725 and
4.214195098. i need to get these back to the large numbers like the ones i
started with. EXP() gives me too small a number.
Thanks
Charli



"Gary''s Student" wrote:

FOr natural LOGs, use the EXP() function.
--
Gary''s Student - gsnu200795


"Charli B" wrote:

Hello all you helpful people, how do i reverse log on excel? i just logged
(LOG) some large numbers for a standard curve, and need to extrapolate back,
now i have logged numbers. how can i do this on excel? i can do it on a
calculator!
Thanks
Charli

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
Reversing Last Name and First Names Marvin Excel Discussion (Misc queries) 2 May 1st 07 10:34 PM
REVERSING CELLS? FARAZ QURESHI Excel Discussion (Misc queries) 1 January 18th 07 07:19 PM
reversing entry american New Users to Excel 4 May 30th 06 11:11 PM
Reversing First and Last Names excelnewbie Excel Discussion (Misc queries) 5 June 10th 05 03:59 PM
Reversing First & Last Name Magic Excel Worksheet Functions 3 April 6th 05 08:18 PM


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