How do I find the square root of something in excel? I can't find it ou?t
N Nilzmeister Mar 22, 2005 #1 How do I find the square root of something in excel? I can't find it ou?t
B Bob Phillips Mar 22, 2005 #3 or if you remember your maths =A1^(1/2) which extends into =A1^(1/3) etc -- HTH RP (remove nothere from the email address if mailing direct) Kassie said: =SQRT(value) Click to expand... ou?t
or if you remember your maths =A1^(1/2) which extends into =A1^(1/3) etc -- HTH RP (remove nothere from the email address if mailing direct) Kassie said: =SQRT(value) Click to expand... ou?t
B Bernard Liengme Mar 22, 2005 #4 And just to complete the picture: =POWER(A1,1/2) But SQRT is better from a documentation point of view - most people would guess what it means!
And just to complete the picture: =POWER(A1,1/2) But SQRT is better from a documentation point of view - most people would guess what it means!