In Google Sheets, the square root of a number is calculated using the SQRT function. This function computes the square root of a specified positive number.
The basic syntax of the SQRT function is:
=SQRT(number)
Here, number is the value or the cell reference for which you want to find the square root.
It's important to note that the SQRT function will return an error if the number is negative, as square roots of negative numbers are not defined within the realm of real numbers.
Follow the steps below to calculate a square root in Google Sheets.
Click on cell B2 next to the number for which you want to calculate the square root. Type = to start the formula.
After the equals sign, type SQRT(A2). This step involves entering the SQRT function and specifying the cell reference directly. The formula in cell B2 should now be SQRT(A2).
Press Enter to calculate the square root of the number in cell A2. The result will be displayed in B2. Afterwards, drag the fill handle at the bottom right corner of B2 down to apply this formula to the remaining cells in Column B. Automatically adjust for each row.
Column B now displays the square roots of the numbers listed in Column A. Check each cell in Column B to ensure the square root has been correctly calculated for its corresponding number in Column A.
We hope that you now have a better understanding of how to calculate a square root in Google Sheets. If you enjoyed this article, you might also like our article on how to connect Jira to Google Sheets or our article on how to rotate images in Google Sheets.