How to calculate an inverse of log base 10

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I use the formulat Log10 (4) to calculate the log base 10 of 4. How can I
compute the inverse of log 10.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

log functions - inverse? 1
What is the function opposite of LOG 3
Scrabble Value calculation for Welsh words 0
Excel Inverse Fft 0
Calculator in C# 1
Inverse Sign 2
Inverse Tangent in excel formulae 1
inverse error function 8

Back
Top