Need help reversing a formula...

  • Thread starter Thread starter Larry Webb
  • Start date Start date
L

Larry Webb

Ok, I'll admit it right now.
I don't have as many brain cells as I used to and I need help.

I have the following formula in Excel and I'm trying to reverse it....

Answer =NORMSINV(1-X/2)*Y/SQRT(Z)

At the Microsoft support site it says this returns the same value as
Answer =CONFIDENCE(X,Y,Z)
and indeed it does.

I have the value for Answer, and the values of X and Y.

What formula do I need to get the value of Z?


Thanks in advance.

I'm going to take some aspirin now...


Larry W.
Las Vegas, NV
 
Rob said:
Hi Larry,

My statistics are pretty rusty, so I have no idea if this is
meaningful, but solving for Z algebraically gives you:

Z = (NORMSINV(1-X/2)*Y/Answer)^2

Yeah, that's it. Don't know why I couldn't see that for myself.

Too few brain cells left and not enough sleep I guess.

Thanks!


Larry
 

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