what does ^ mean when used in a formula
Roger Govier - 19 Jun 2007 15:57 GMT
Hi Kerry
the caret ^ is usually used to represent Power as in 2^2 is raising 2 to
the Power of 2 or 2 Squared = 4
2^3 would be 8 etc.

Signature
Regards
Roger Govier
> what does ^ mean when used in a formula
steve_doc - 19 Jun 2007 15:58 GMT
means to the power of, as in 2^2
> what does ^ mean when used in a formula
bj - 19 Jun 2007 16:00 GMT
raised to the power of
3^2
three squared = nine
2^3
Two cubed = eitht
> what does ^ mean when used in a formula
Teethless mama - 19 Jun 2007 16:28 GMT
Three Power of 2
=3^2
or
equipvalent formula
=POWER(3,2)
> what does ^ mean when used in a formula