The SQRT function returns the square root of a positive number in Excel
The SQRT () function in Excel helps you quickly calculate the square root of any number you want. The syntax and usage of the function is very simple, but if you do not know, follow the article below.
The article describes the syntax and usage of the SQRT () function in Excel.
Description
SQRT () returns the square root of a positive number.
Syntax
= SQRT (number)
Inside:
number is a positive number that you want to find its square root.
If number is negative, SQRT () will return a #NUM! Error.
For example
Find the square root of the numbers: 3, -3, 0, 0.5.
Because -3 is a negative number, the function returns the #NUM! Error. other numbers will be returned to their square root value.
The article presented the syntax and usage of the SQRT () function in Excel, hopefully the article will help you better understand the SQRT () function. Good luck!
You should read it
- GEOMEAN function - The function returns the average of a positive array or range of data in Excel
- COUPNUM function - The function returns the number of interest payments on a security in Excel
- RSQ - The function returns the square of the Pearson torque correlation coefficient in Excel
- PERMUT function - The function returns the number of permutations of a given number of objects in Excel
- LINEST function - The function returns a line description array using the least square method in Excel
- RANK.AVG function - The function returns the rank of a number in a list of numbers in Excel
- The DAYS function - The function returns the number of days between 2 dates in Excel
- ISODD function - The function returns True if the value is an odd number in Excel
May be interested
- The DAYS function - The function returns the number of days between 2 dates in Exceldays function: the function returns the number of days between 2 dates, the support function from excel 2013 onwards. syntax: days (end_date, start_date)
- ISODD function - The function returns True if the value is an odd number in Excelisodd function: the function returns true if the value is odd. application of functions to check odd and even numbers. syntax: isodd (number)
- PERMUTATIONA function - The function returns the number of permutations (can be repeated) of a given object in Excelpermutationa function: the function returns the number of permutations (can be repeated) of a given object. support functions from excel 2013 onwards. syntax: permutationa (number, number_chosen)
- GAMMA function - The function returns the gamma function value in Excelgamma: the function returns the gamma function. support functions from excel 2013 onwards. syntax: gamma (number)
- POISSON.DIST function - The function returns the Poisson distribution in Excelpoisson.dist function: the function returns the poisson distribution, the application function to predict the number of events in a specific time. support functions from excel 2013 onwards. syntax: poisson.dist (x, mean, cumulative)
- RANK.EQ function - Function returns the rank of a number in a list of numbers, returns the highest rank when multiple values with the same rank in Excelrank.eq function: the function returns the rank of a number in a list of numbers whose size is in correlation with other values. if multiple values have the same rank -> the function returns the highest rank. support functions from execl 2010 version onwards.
- SHEETS function - The function returns the number of pages in a reference in Excelsheets function: the function returns the number of pages in a reference. support functions from excel 2013 onwards. syntax: sheets (reference)
- BETA.DIST function - The function returns the Beta distribution in Excelbeta.dist function: the function returns the beta distribution to study the variability of a number of things through a sample. support functions from excel 2010 onwards. syntax: beta.dist (x, alpha, beta, cumulative, [a], [b])
- How to use ADDRESS function in Excelthe address function in excel takes the number of rows and column numbers as arguments and returns the reference of the standard cell (cell address). for example, if you go to row 4 and column 3, the function returns c4.
- POISSON function - The function returns the Poisson distribution in Excelin predicting the number of events that occur within a specific time, one cannot help but use the poisson function. the following article details how to use the poisson function, the function returns the poisson distribution.