Question 935599
All you need to do is perform an "e" function:


So rearrange your equation a bit:


0.088=0.20841ln(x)+0.0782
(0.088-0.0782)/0.20841 = ln(x)
e^((0.088-0.0782)/0.20841)=e^(ln(x))
e^((0.088-0.0782)/0.20841)=x


In EXCEL this is the =EXP() function, so in a cell type:


=EXP((0.088-0.0782)/0.20841)


and you will get your answer. I'm getting 1.048


and in place of the numbers, you can use cells with numbers.


To test and see that it works and I am correct:


1. Place a 2 in cell A2
2. Type =LN(A2) in cell A3
3. Type =EXP(A3) in cell A4


and you will see that it gives the same number as cell A2 (2).


Hope that helps :)