S Stan Brown Dec 22, 2007 #3 Sat, 22 Dec 2007 03:12:01 -0800 from mohammadi how can I calculate antilogarithm in Excel? Click to expand... The opposite of "logarithm" is "exponential". If you have natural logarithms -- base e, computed with the LN() function -- the opposite is EXP(A1). If you have common logarithms -- base 10, computed with the LOG10() function -- the opposite is 10^A1.
Sat, 22 Dec 2007 03:12:01 -0800 from mohammadi how can I calculate antilogarithm in Excel? Click to expand... The opposite of "logarithm" is "exponential". If you have natural logarithms -- base e, computed with the LN() function -- the opposite is EXP(A1). If you have common logarithms -- base 10, computed with the LOG10() function -- the opposite is 10^A1.