entering advanced formulae

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

Guest

I am trying to enter the formula =(LOGINV(G8/10))^-1
but this does not work. Can anybody suggest the correct order for typing
tthis formula?
 
Hi

Try (-1) :
=(LOGINV(G8/10))^(-1)
.... it will at least give you some meaningful error messages ;-)

HTH. Best wishes Harald
 
What are you trying to accomplish? LOGINV takes three arguments, while
you only have one. From XL Help:
LOGINV
Returns the inverse of the lognormal cumulative distribution function
of x, where ln(x) is normally distributed with parameters mean and
standard_dev. If p = LOGNORMDIST(x,...) then LOGINV(p,...) = x.

LOGINV(probability,mean,standard_dev)
 

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

Back
Top