Excel Magic Trick 1012: Automatically Add All Subtotals In A Column (6 Methods)

Поділитися
Вставка
  • Опубліковано 16 січ 2025

КОМЕНТАРІ • 26

  • @ProviderKnowledge
    @ProviderKnowledge 2 роки тому

    Thank you very much, sir

    • @excelisfun
      @excelisfun  2 роки тому

      Glad this helps, Provider!!!!!

  • @excelisfun
    @excelisfun  11 років тому

    Glad you like it!

  • @robertdavies1253
    @robertdavies1253 11 років тому

    Mike, once again your videos have changed my life, my management accounts look so good with your help. The subtotal video is so helpful to me. Thanks again, I love slaying Dragons and can't wait for Ctrl Shift Enter Bob

  • @excelisfun
    @excelisfun  11 років тому

    Thanks, ExcelStrategy!

  • @lizzchannel1169
    @lizzchannel1169 3 роки тому +1

    so helpful thank you

  • @ExcelStrategy
    @ExcelStrategy 11 років тому

    The solution with the ISFORMULA inside the SUMPRODUCT has no match ! It is so elegant that it simply annihilates all the others !!

  • @krn14242
    @krn14242 11 років тому

    Thanks Mike. Love the "isformula" option. Pretty cool.

  • @prkshah1
    @prkshah1 8 років тому

    It helped to brush up after 16 years. Thanks

  • @elphau
    @elphau 11 років тому

    this trick is awesome to me. glad to find out. thank you!

  • @excelisfun
    @excelisfun  11 років тому

    all the videos about array formulas at UA-cam, which is 100s, are all teasers for the book. I have a few more coming out this week that are teasers.

  • @excelisfun
    @excelisfun  11 років тому

    You are welcome. To return the favor you can click the Like. If you can afford it, you can buy a book or DVD to support the cause.
    Many more videos to come!

  • @excelisfun
    @excelisfun  11 років тому +1

    When you do what you love, 16 hour days seem quick...

  • @sayeed110575
    @sayeed110575 7 років тому

    Very helpful , thanks

  • @kkmaverick09
    @kkmaverick09 11 років тому

    Love your work !

  • @AnandPenmatcha
    @AnandPenmatcha 11 років тому

    I Always use old accountant trick being accountant. thanks for posting the alternatives.
    from now onwards i will use the arrayformula so that it will be difficult to understand and change formulas.
    i am still waiting for the Ctrl+shift+enter
    do you have teaser for this book

  • @planxlsm
    @planxlsm 5 років тому +1

    1:12 4:26 5:50

  • @ashwani5616
    @ashwani5616 4 роки тому

    Well, your formula not visible on my cell. Plz make videos in zoom to enable the viewers can see and understand. Thanks

  • @jhzkhattak
    @jhzkhattak 7 років тому

    Always best

  • @SalWick-
    @SalWick- 8 років тому

    I have long random data in a column and i want excel to subtotal every time when the sum of the number above is 150, is there any formula to do this function.

  • @fornepal3007
    @fornepal3007 7 років тому

    HOW TO ADD ALL THE SUB TOTALS FROM BOTH TABLES AT ONCE TO GET THE GRAND TOTAL

  • @salamamohammad7276
    @salamamohammad7276 10 років тому

    thanks a lot , what if we need to add subtotal beside the grand total per each printed page of some table that has a more than 200 rows of numbers in a certain column.
    i found this VBA code on-line , but couldn't administer it, do you mind if you clear the VBA approach for us .
    Sub printwithtotals()
    'fill in this information
    FirstDataRow = 6
    RowsPerPage = 40
    ColToTotal = 5 'column e is th 5th column...
    'find how many rows today
    headrow = FirstDataRow - 1
    PageCount = (FinalRow - headrow) / RowsPerPage
    PageCount = Application.WorksheetFunction.RoundUp(PageCount, 0)
    For i = 1 To PageCount
    ThisPageFirstRow = (i - 1) * RowsPerPage + headrow + 1
    thispagelastrow = ThisPageFirstRow + RowsPerPage - 1
    TotalThisPage = Application.WorksheetFunction_
    Sum (Cells(ThisPageFirstRow, ColToTotal).Resize(RowsPerPage, 1))
    TotalAllPages = Application.WorksheetFunction_
    Sum (Cells(FirstDataRow, ColToTotal).Resize(RowsPerPage * i, 1))
    ' change the footer for this page
    Application.PrintCommunication = False
    With ActiveSheet.PageSetup
    .LeftFooter = "Total This Page $" & Format(TotalThisPage, "#,##0.00")
    .RightFooter = "Total Through This Page $" & Format(TotalAllPges, "#,##0.00")
    End With
    Application.PrintCommunication = True
    ' print this page
    ActiveWindow.SelectedSheets.PrintOut From:=i, To:=i, Copies:=i, Collate _
    :=True, IgnorePrintAreas:=False
    Next i
    ' Clear the footer in case someone prints without the macro
    Application.PrintCommunication = False
    With ActiveSheets.PageSetup
    .LeftFooter = " Use printwithouttotals macro"
    .RightFooter = ""
    End With
    Application.PrintCommunication = True
    End Sub

  • @محمدحلميسعد
    @محمدحلميسعد 11 років тому

    Creativity

  • @daniiidxb5635
    @daniiidxb5635 7 років тому

    gud

  • @chuateo6202
    @chuateo6202 5 років тому

    Export excel live update to word