Square a value

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can anyone show me how to write a formula to square a value in another cell?
 
=A1^2
=2^2 etc.

The ^ symbol indicates exponentiation. If you're raising to a fractional
power (or taking a root other than the square root, parentheses are
important; i.e., =A1^(1/3) etc.

Dave
 
Sorry, but I found it by clicking on the drop-down list of functions to the
left of the fx enter window and searching for "square a value", which
returned the 'POWER' function, which is =POWER(Number, Power)
 

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