POWER | 
| POWER(number, power) | 
Returns the number raised to a given power.  | 
| number | The base number (any real number). | 
| power | The exponent to which you want the base raised to. | 
| REMARKS | 
| * The "^" operator can be used instead of this function to indicate to what power the base number is to be raised, such as in 5^2. * There are two ways to calculate the power of a number typing "10^4" or "=POWER(10,4)". * You can use the SQRT function to return the positive square root of a number. * For the Microsoft documentation refer to support.microsoft.com  | 
  | 
© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited Top