Forum Discussion

cornucopia's avatar
cornucopia
Copper Contributor
Nov 04, 2021
Solved

SUM!?

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's avatar
      cornucopia
      Copper Contributor

      SergeiBaklan 

       

      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!)

      • Riny_van_Eekelen's avatar
        Riny_van_Eekelen
        Platinum Contributor

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

  • JoeUser2004's avatar
    JoeUser2004
    Bronze Contributor

    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.

     

     

    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.

    • Juliano-Petrukio's avatar
      Juliano-Petrukio
      Bronze Contributor
      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.
      • JoeUser2004's avatar
        JoeUser2004
        Bronze Contributor

        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.

  • 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

    • cornucopia's avatar
      cornucopia
      Copper Contributor

      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???

      • Juliano-Petrukio's avatar
        Juliano-Petrukio
        Bronze Contributor

        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.

         

         

Resources