Moving Average in Excel (Seven-Day Rolling Average)

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 31

  • @IvanCortinas_ES
    @IvanCortinas_ES 3 года назад +2

    Excellent explanation Alan. It is also possible to obtain the results for all periods using Add-In Moving Average. This will create a column of results obtaining the moving average of 7 days for each date (if there are at least 7 previous dates). Thank you!

    • @Computergaga
      @Computergaga  3 года назад

      Thank you, Iván.
      Sure, the Add-In is available. But formulas are customisable and fun 😂

  • @mohideenthassim7180
    @mohideenthassim7180 3 года назад +1

    A superb little trick, very useful, thanks Alan

    • @Computergaga
      @Computergaga  3 года назад

      Very welcome. Thank you, Mohideen.

  • @elibaum9346
    @elibaum9346 3 года назад +3

    Nice. I use COUNTA instead of rows. This allows me to use this function on a non table.

    • @Computergaga
      @Computergaga  3 года назад +1

      Awesome, yes COUNTA is another approach. You got to love tables though, Eli 😜

    • @elibaum9346
      @elibaum9346 3 года назад

      @@Computergaga Yup. Keep these vids coming. They're awesome and well made!

    • @Computergaga
      @Computergaga  3 года назад

      Thank you very much. Your comments are appreciated.

    •  3 года назад

      Could you give me full formula using COUNTA in case of this video?

    • @Computergaga
      @Computergaga  3 года назад +4

      =AVERAGE(OFFSET($B$2,COUNTA(B:B)-7,,7))
      By formatting data as a table, it avoids using these entire column references. But this works also.

  • @mustavogaia2655
    @mustavogaia2655 2 года назад

    A video with exponential averages would be nice also. thanks.

    • @Computergaga
      @Computergaga  2 года назад

      You're welcome. Thank you for the suggestion.

  • @darrylmorgan
    @darrylmorgan 3 года назад

    Cool Straight Forward Formula...Thank You Alan :)

  • @congolocalguides4914
    @congolocalguides4914 3 года назад

    Would you please help explaining calculating backward moving average ?

  • @miscellaneous3372
    @miscellaneous3372 Год назад

    How would you still do this if you had multiple data points on the same date but less data point on another date?

  • @gagansingh3481
    @gagansingh3481 3 года назад

    Sir please make a video , How to send multiple email from outlook with attachment through Excel showing the sending status of the that email on the second sheet with timestamp & Date by using Vba

  • @axeemx
    @axeemx 3 года назад

    Loved it.

  • @usmaniqbal1836
    @usmaniqbal1836 3 года назад

    Great!

  • @nixonleonardo838
    @nixonleonardo838 3 года назад

    i have some probably is a basic formula but I couldn't fine a way, I want get the average and I am using this for example =sum ( E1:E2)/2 but in the next column I have to find the average but it will be 3 numbers so I use =sum(E1:E3)/3 and so on. as you can see I cannot copy a formula I have to type one everyday. any one can help me to create a formula to just copy down.
    thank you appreciate your help

  • @pels7432
    @pels7432 3 года назад

    When I insert a value in row15, it did not work as what you shown in video. seems the formula did not catch it. (as row15 is out of the range). Pls guide. Thanks.

    • @Computergaga
      @Computergaga  3 года назад +1

      The formula use the ROWS function on the Table. When you enter a value in row 15, the table expands dynamically and this change in height is picked up by the ROWS function.
      Just check the table expanded by looking for the blue right corner in the bottom right.

    • @pels7432
      @pels7432 3 года назад

      Thanks for your reply. Without using table formatting, is there any way to expand the range dynamically?