K Ken Johnson Jun 29, 2008 #2 How do you find the Antilogarithm of a number Click to expand... For base e use EXP(number). For base 10 use 10^number. Ken Johnson
How do you find the Antilogarithm of a number Click to expand... For base e use EXP(number). For base 10 use 10^number. Ken Johnson
R Rick Rothstein \(MVP - VB\) Jun 29, 2008 #3 Either use... =10^Number for Log Base 10 or use... =EXP(Number) for Natural Logs. Rick
O omnitechsupport Sep 23, 2008 #5 You can just use the formula =log(A1)to get the logarithm of any number.