Use Excel's SQRT() function to quickly calculate the square root of any desired number. The syntax and usage of the function are straightforward, but if you're unfamiliar, follow this article.

This article details the syntax and usage of the SQRT() function in Excel.
Description
The SQRT() function returns the square root of a positive number.
Syntax
=SQRT(number)
Where:
'number' is a positive value for which you want to find the square root.
If 'number' is negative, the SQRT() function will return an error #NUM!.
Example
Find the square root of numbers: 3, -3, 0, 0.5.
As -3 is a negative number, the function returns an error #NUM!, while other numbers will yield their square root values.

The article has presented the syntax and usage of the SQRT() function in Excel. We hope this article helps you understand SQRT() better. Wish you success!