No 'Squared' function in numbers

This seems liek such a simple thing, but i cant find an answer.


I want to square a nubmer in a cell...so i want to reference that cell...I can find a SQRT fucntion..but no Square function...Yes, OK, I can just enter it as


(B2xB2)


but this is so inelegant,,,surely there is a simple square fucntion..and yes I have tried to read and search both the help systema and the web, and can't find anything



Anyone show me how to do this as Apple help does nto show it



Many thanks



Neil

Posted on Apr 15, 2014 12:31 PM

Reply
Question marked as ⚠️ Top-ranking reply

Posted on Apr 15, 2014 12:35 PM

to square a number you multiply the number times itself.


so if the value you want to square is in cell A1 and you want the answer in B1:

User uploaded file


B1=A1×A1


you would type this like this:

1) select cell B1

2) type "=B1*B1" without the double quotes


You can also use:

B1=A1^2


which is A1 tho the power up 2

15 replies
Sort By: 
Question marked as ⚠️ Top-ranking reply

Apr 15, 2014 12:35 PM in response to Neil Paisnel

to square a number you multiply the number times itself.


so if the value you want to square is in cell A1 and you want the answer in B1:

User uploaded file


B1=A1×A1


you would type this like this:

1) select cell B1

2) type "=B1*B1" without the double quotes


You can also use:

B1=A1^2


which is A1 tho the power up 2

Reply

Apr 15, 2014 12:47 PM in response to Wayne Contello

OK< THE UP ARROW thanks


I had been doing the multiply by itself routine ..as I said in my original question

Yes, OK, I can just enter it as


(B2xB2)


but this is so inelegant,




you see what I mean in the following screen grab...with only three tersm..as soon as I add multiple 'Squared' fucctions it becomes a nightmare to read...the up arrow...when I find it on the keyboard..will be a much neater soultion, thanks



User uploaded file

Reply

Apr 15, 2014 12:47 PM in response to Neil Paisnel

Neil,


Gong!


Even Excel, the app with seven different ways to do anything, doesn't have a function explicitly for squaring.


Add to Wayne's list:


=POWER(B2, 2)


This is the solution for those who must have a function, but even this is multipurpose, and so I suppose would be inelegant in your book. My definition of elegant is rather different.


Jerry

Reply

Apr 15, 2014 12:55 PM in response to Jerrold Green1

Ah well Jerry..woudl not know with Excel either...last time I use a spread sheet was ??...probably the last time i posted a question on here. not someting i use very day. I suppose since it is such a basic single keypress function in calculators, i jsut assumed there woudl be a corresponding function in a spread sheet.




To me elegant woudl be a little super script "2"....or 3 or 4 ..or what ever power...just up to the top right of the cell name or number...a fucntion rather like the x to the power of y key as seen on a calculator.


N oworries eitehr way i know now...and the up arrow is is



the cell refreence, Alt I then the power it is raised to.

Reply

Apr 15, 2014 1:09 PM in response to Wayne Contello

Doh.....missed that one ...but found it using the Keyboard viewer


thanks guys..been a long day. and now I am trying to work out spoke lengths long hand...for a bicycle wheel build...despite the many and numerous on lien ready to go spoke length calculators available.



Standard large...with separate number pad and arrow key style Apple mac keyboard.


And apologies for all the typos. Why on an Apple based forum do they disable their own computers built in spell checker and force us to sue the one built in on the forum software...grrrr...sorry..rant over..


thaks for all the help

Reply

Apr 15, 2014 1:12 PM in response to Wayne Contello

Not quite...from me it was the Alt (or Option Key) followed by the letter "I" . this does not display on the screen, until after the number for the power (in this case 2) is pressed.


Point taken about using the correct word...but I did nto knwo it before..now I do.

Reply

Apr 15, 2014 4:28 PM in response to Neil Paisnel

Hi Neil,


"Not quite...from me it was the Alt (or Option Key) followed by the letter "I" . this does not display on the screen, until after the number for the power (in this case 2) is pressed."


That one is the circumflex accent, a zero width character intended to be placed as an accent above a second character, such as the letter i: î Î. There is a built-in list of characters which can accept the circumflex, and these when typed following option-i, will fit under the accent: â, ê, ô, û. If any other character is typed immediately following the following option-i, the zero-width circumflex is replaced with a non-zero width character (one that takes up space), and the typed character ˆfollows it.


Shift-6 is the carat ^,and is the one used as the 'to the power' operator.


Although your observations indicate that either will work in your situation, I'd suggest sticking with shift-6, the character originally assigned to this job, to avoid possible issues in transferring yur spreadsheets to another computer or a different application.


Regards,

Barry

Reply

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

No 'Squared' function in numbers

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.