ReferenceExcel FormulasSupported FormulasSQRTOn this pageSQRT The SQRT function returns the square root of a number. Syntax =SQRT(number) Parameters number: The non-negative number for which you want the square root Examples =SQRT(16) // Returns 4=SQRT(2) // Returns 1.4142... (√2)=SQRT(0) // Returns 0