I am trying to figure out a formula and it uses the ^ character in it, what
does this mean?
joeu2004 - 20 Feb 2008 16:58 GMT
> I am trying to figure out a formula and it uses the ^ character
> in it, what does this mean?
"To the power of" -- exponentiation. 2^3 means 2 cubed, which is 8.
For a brief description of Excel operators, go to Help > Excel Help
(F1), type "operators" in the search field, and click on "about
calculation operators".
Ed Cones - 20 Feb 2008 17:02 GMT
Raises a number to a power. =2^2 would return 4, for instance.
> I am trying to figure out a formula and it uses the ^ character in it, what
> does this mean?
David Biddulph - 20 Feb 2008 17:29 GMT
=2^3 is 2 raised to the power of 3, or =2*2*2, or =POWER(2,3)

Signature
David Biddulph
>I am trying to figure out a formula and it uses the ^ character in it, what
> does this mean?