View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default what is the ^ used for in Excel formulas?

It raises a value to a power

=A1^3
is the same as
=A1*A1*A1
--
Gary''s Student - gsnu200812


"compari76" wrote:

What purpose does the ^ serve in a formula?