Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am having difficulty using square roots - tried the help service, but
nothing was there on how to use quare root. any help i can get would be appreciated. karen |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SQRT(A1) or =A1^0.5 or =POWER(A1,0.5)
I'm interested that you say that you've tried the help service, as when I enter "square root" into help, the first answer I get is "SQRT worksheet function". -- David Biddulph "Karen" wrote in message ... I am having difficulty using square roots - tried the help service, but nothing was there on how to use quare root. any help i can get would be appreciated. karen |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Let's say we have a number like 2. Put it in cell A1. In another cell enter
the formula: =SQRT(A1) You will see: 1.414213562 This is the square root of two. -- Gary's Student "Karen" wrote: I am having difficulty using square roots - tried the help service, but nothing was there on how to use quare root. any help i can get would be appreciated. karen |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Karen
There is an inbuilt function SQRT() With 9 in A1 =SQRT(A1) results in 3 To Square a number or raise a number to the power of a value use =POWER(A1,2) This will produce 81, with 9 in A1 You can also use the caret character ^ to raise a number to the power e.g. =3^2 would be 3 squared = 9 To get the root of a number, it is raising a number to the reciprocal of the power, so =9^1/2 gives the square root of 9 = 3 -- Regards Roger Govier "Karen" wrote in message ... I am having difficulty using square roots - tried the help service, but nothing was there on how to use quare root. any help i can get would be appreciated. karen |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Plenty of answers there. The only confusion I have suffered with this in the
past is that if you are working with VBA (Visual Basic for Applications) to write a macro; there you must use sqr() for the square root function, rather than sqrt(). I tore my hair out trying to fugure that one out years ago. Frank "Karen" wrote: I am having difficulty using square roots - tried the help service, but nothing was there on how to use quare root. any help i can get would be appreciated. karen |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
In Excel, how do I insert a formula to find the 5th root of a no. | Excel Worksheet Functions | |||
Perform the square root function in excel. | Excel Worksheet Functions | |||
What is the formula for cube root on Excel? | Excel Worksheet Functions | |||
square root function in excel (roots greater than 12) | Excel Discussion (Misc queries) |