Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Can you please guide me about calculation of Antilog in the excel sheet.
Regards |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
Have you searched Google Groups for this? Here's one thread: http://groups.google.com/group/micro...21c617bb046d35 Andy. "Parag" wrote in message ... Can you please guide me about calculation of Antilog in the excel sheet. Regards |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Definition of LOG: if x = 10^y, then y is said to be the log(base 10) of x
It is the number that 10 must be raised to to generate x So if you know the log of a number (you know y), then you can find x using x = 10^y In Excel =10^A1 If you want natural logs replace 10 by e (exp(1)) Natural antilog =EXP(A1) best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email <Andy wrote in message ... Hi Have you searched Google Groups for this? Here's one thread: http://groups.google.com/group/micro...21c617bb046d35 Andy. "Parag" wrote in message ... Can you please guide me about calculation of Antilog in the excel sheet. Regards |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Log base what? All of the following are antilogs that return x
=EXP(LN(x)) =10^LOG10(x) =b^LOG(x,b) Jerry "Parag" wrote: Can you please guide me about calculation of Antilog in the excel sheet. Regards |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stop excel from dropping the 0 in the beginning of a number? | Setting up and Configuration of Excel | |||
Excel - automatic information from one sheet to another?? | Excel Discussion (Misc queries) | |||
Copy Name and email address from web sites to excel sheet | Excel Discussion (Misc queries) | |||
Updating excel sheet with selected data from another sheet in the same file | Excel Worksheet Functions | |||
How to calculate in Excel sheet eg. add or divide any thing and i. | New Users to Excel |