How to calculate an inverse of log base 10

A

Abdul Basit

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

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
 
Top