View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default What does ^ operator mean in a formula??

Raise to a power.

=$Z$4^2 is the same as =POWER($Z$4,2) or =$Z$4*$Z$4^2 or $Z$4 squared

=2^4 is the same as =2*2*2*2
--
David Biddulph

"Vytau" wrote in message
...
There are a number of formulas that have ^ in them. What does the ^
operator
mean?? i.e. $Z$4^2