+ Reply to Thread
Results 1 to 8 of 8

MOM Change Interpretations

  1. #1
    Registered User
    Join Date
    05-13-2022
    Location
    Seattle, WA
    MS-Off Ver
    O365
    Posts
    3

    MOM Change Interpretations

    Hello,

    I have a simple question that I am sure you folks out there, much smarter than I am, can help me with.

    For MOM change I use the formula: previous month / current month - 1 Formula: SUM(200 / 100) - 1 = -50%

    Recently someone mentioned I should use formula: previous month - current month / previous month Formula SUM(200 - 100) / 200 = -100%

    In my estimation, it seems the first one is correct because you went down a total of 50% of your "previous month" count. Am I correct? Are we both correct and just looking at two different views? TIA
    Last edited by hellovaras; 05-26-2022 at 03:32 PM.

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,436

    Re: MOM Change Interpretations

    This, 200 / 100 - 1, in my book, would be calculated as 200/100 = 2 - 1 = 1 = 100%

    And this, 200 - 100 / 200, would be 100/200 = 0.5 and then 200 - 0.5 = 99.5

    I think you must be missing some brackets in the description of the calculations.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,436

    Re: MOM Change Interpretations

    For example:

    HTML Code: 

  4. #4
    Registered User
    Join Date
    05-13-2022
    Location
    Seattle, WA
    MS-Off Ver
    O365
    Posts
    3

    Re: MOM Change Interpretations

    Thank you for your response. I updated the formulas. My question was more around which would be the most accurate way to get a MOM change.

  5. #5
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,436

    Re: MOM Change Interpretations

    Sorry, formula:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    copied down

  6. #6
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,436

    Re: MOM Change Interpretations

    For MOM change I use the formula: previous month / current month - 1 Formula: SUM(200 / 100) - 1 = -50%

    Recently someone mentioned I should use formula: previous month - current month / previous month Formula SUM(200 - 100) / 200 = -100%
    The first formula result is correct at -50%. The second formula is wrong; that calculation would give 50%, not -100%. So it's wrong on both counts. And you don't need SUM, just the brackets.

  7. #7
    Registered User
    Join Date
    05-13-2022
    Location
    Seattle, WA
    MS-Off Ver
    O365
    Posts
    3

    Re: MOM Change Interpretations

    Thank you for your help, much appreciated

  8. #8
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,436

    Re: MOM Change Interpretations

    You're welcome.



    If you are satisfied with the solution(s) provided, please mark your thread as Solved.


    New quick method:
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

    Or you can use this way:

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save


    You may also want to consider thanking those people who helped you by clicking on the little star at the bottom left of their reply to your question.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Change Image Control using Data Validation Worksheet Change with pictures from my WorkBook
    By goncalo.coelho in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-08-2020, 10:12 AM
  2. change date format in VBA code it means change output when printing cheque
    By keshavtale in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-23-2019, 06:06 AM
  3. Replies: 3
    Last Post: 07-01-2015, 09:53 PM
  4. Change Start dates upon duration days change in Project timeline calculation.
    By skyping in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-10-2015, 10:28 AM
  5. Need Help - Automatic website navigation page change based on column data change
    By cbatten01 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-10-2015, 08:00 PM
  6. [SOLVED] Different Interpretations of Zeroes and Blanks After Passing to an Extra Function
    By XOR LX in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-13-2014, 11:22 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1