what is the ^ used for in Excel formulas?

  • Thread starter Thread starter compari76
  • Start date Start date
It raises a value to a power

=A1^3
is the same as
=A1*A1*A1
 
It raises a number to a power. E.g.,

=2^3 = 2*2*2 = 8

In the same vein, it can find a root. E.g,

=8^(1/3) = 2

Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top