G Guest Aug 6, 2005 #1 I use the formulat Log10 (4) to calculate the log base 10 of 4. How can I compute the inverse of log 10.
I use the formulat Log10 (4) to calculate the log base 10 of 4. How can I compute the inverse of log 10.
M Mike Middleton Aug 6, 2005 #2 Abdul Basit - In general, if y = log10(x), then x = 10^y. So, if you have =LOG10(4) in cell A1, showing approximately 0.60206, then enter =10^A1 in some other cell, which will show 4. - Mike www.mikemiddleton.com
Abdul Basit - In general, if y = log10(x), then x = 10^y. So, if you have =LOG10(4) in cell A1, showing approximately 0.60206, then enter =10^A1 in some other cell, which will show 4. - Mike www.mikemiddleton.com