Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 447
Default how do i use square root on excel - what is the formula

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 620
Default how do i use square root on excel - what is the formula

=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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default how do i use square root on excel - what is the formula

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default how do i use square root on excel - what is the formula

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default how do i use square root on excel - what is the formula

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
In Excel, how do I insert a formula to find the 5th root of a no. Pressed Excel Worksheet Functions 1 February 18th 06 12:09 PM
Perform the square root function in excel. Se7en Excel Worksheet Functions 2 July 13th 05 01:49 AM
What is the formula for cube root on Excel? tbh_29 Excel Worksheet Functions 3 July 5th 05 04:14 PM
square root function in excel (roots greater than 12) Mark Excel Discussion (Misc queries) 3 March 13th 05 12:03 AM


All times are GMT +1. The time now is 08:29 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"