E
erik
What is the function (and where can I find it) opposite of LOG, e.g.
Inverse Log(Log10) = 10)?
-Erik
[email protected]
Inverse Log(Log10) = 10)?
-Erik
[email protected]
erik said:What is the function (and where can I find it) opposite of LOG
R..VENKATARAMAN said:[email protected] said:In the case of LOG(), the base is 10. So 10^LOG(x) = x.
depends upton
log(10,10) is 1
reverse is power functin 10 to the power 1(a0^1) is10
simialrly log(10,2) is 3.321928
so 2^3.321928 is 10
[....]
see excel help for these functions