SOLVED

SUM!?

Copper Contributor

Where am I going wrong?  I've used Excel for years.  When it comes to adding up cells in the column above, I've merely inserted = and then clicked on each above cell which highlights in a different color.  No inserting a + in each cell and no option key.  This is, obviously, a fundamental function and surely there exists a setting for such.

 

Please and thank you!

 

Mac 10.13.6

Excel 16.43 (2019)

11 Replies

@cornucopia 

=SUM(YourRange)
=Sum(A2:A100) >> will sum everything from A2 to A100
=Sum(A2:A10,A15:A20) >>will sum everything from A2 to A10 then sum A15 to A20
=Sum(A2,A4,A6,A8) >> will sum the values inside A2, A4, A6 and A8
=SUM(A:A) >> will sum all the values from column A

 

Find attachment

@Juliano-Petrukio 

 

Thank you for your prompt response, Juliano.  

 

Unfortunately, what you are suggesting is what I am trying to avoid.   I've never had to do such in years of Excel use.  I want to insert "=" and then click on each cell above, independent of one another.  Each cell should highlight in its own color.  Once I click "return," all the above highlighted cells give me the sum.

 

There must be a setting for this, but where???

@cornucopia  wrote:  ``I've merely inserted = and then clicked on each above cell which highlights in a different color.``

 

I am not familiar with Excel for Mac.  But I am quite sure that Excel for Windows has never behaved exactly that way.  I suspect that you forgot some details.

 

In any case, in my version of Excel (Excel 2010 for Windows), the following works as you describe for my example:  select E5; click AutoSum (upper right) -- no need to type "="; press and hold Ctrl, then click each cell; release Ctrl and press Enter.  Caveat: AutoSum might be in a different position of the toolbar in your version.

 

autosum right-click.jpg

 

Note: The image assumes that you selected the option "Allow editing directly in cells".  In my version of Excel, click File > Options > Advanced.  Otherwise, the colored cell names appear in the Formula Bar.

@cornucopia 

Excel needs some delimiter to separate the range as you click in different cells.

If you just type "=" and start to click, excel will "understand" that the last clicked cell is the cell you want to refer.

Even with delimiter you need to tell to excel what operation or action you want.

 

There is only one way (without vba) you can achieve it. But for me takes more time than just typing a formula

Because you will need extra clicks by coming and going between "box numbers" on each click of the cell.

JulianoPetrukio_0-1636022498751.png

 

 

Even that way its necessary to type the delimiter (comma). Because when A1 is selected and then you select B1, without delimiter it using comma, the last click will be the range for the formula.

@Juliano-Petrukio  wrote: ``Even that way its necessary to type the delimiter (comma).``

 

No. But I made a critical error when I typed the description.  I edited the posting with the correction.  Reread and try again.  Sorry.

best response confirmed by allyreckerman (Microsoft)
Solution

@cornucopia 

I'm also not a Mac user. Base on this thread  Just click individual cells to sum in Excel (microsoft.com) such functionality on Mac disappeared with introduction of 2016.

@Sergei Baklan 

 

Thank you, Sergei.  That solves the problem.  Finally someone understood what I was getting on about!  Why Microsoft would exclude this function is beyond me.  It was ideal.  But then again, I ask myself why Microsoft has so many bells and whistles in everything they create (e.g., this forum!)

@cornucopia Not too long ago it popped up again, at least in MS365. Under Excel, Preferences, Edit you can Enable "Click to add mode".

Screenshot 2021-11-04 at 14.38.55.png

@Riny_van_Eekelen 

 

Dear Riny, 

 

Thank you.  

 

I. sorry but I do not find any "Click to add" in my Preferences or anywhere else in Microsoft Excel for Mac, v. 16.43

@cornucopia I'm currently on 16.56 (Insider, Beta). Can't remember when the Click to Add mode appeared, but it was about 6 months ago. Not sure though.

1 best response

Accepted Solutions
best response confirmed by allyreckerman (Microsoft)
Solution

@cornucopia 

I'm also not a Mac user. Base on this thread  Just click individual cells to sum in Excel (microsoft.com) such functionality on Mac disappeared with introduction of 2016.

View solution in original post