View Single Post
  #2   Report Post  
Conrad Carlberg
 
Posts: n/a
Default how to fourth root a number on excel

Use the caret operator and, for roots, a fraction. For example, to get the
fourth root of 16:

=16^(1/4)

--
C^2
Conrad Carlberg

Excel Sales Forecasting for Dummies, Wiley, 2005


"myers291" wrote in message
...
does anyone know if you can fourth root numbers on an excel spreadsheet?