+ Reply to Thread
Results 1 to 7 of 7

Determine Mulitiplier from data

  1. #1
    Registered User
    Join Date
    03-14-2013
    Location
    Chattanooga, Tn
    MS-Off Ver
    Excel 2007
    Posts
    14

    Determine Mulitiplier from data

    Let say I have a list of data (which i do). What can I do to find the multiplier used for each of the numbers? For instance if every value in a list was multiplied by some constant and I need to find out what that constant was.
    Make sure to Star Me if I have helped.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Determine Mulitiplier from data

    try
    =GCD(A1:A10)
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Determine Mulitiplier from data

    You must know what the original value was and divide that into the new value. The answer is the multiplier.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  4. #4
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Determine Mulitiplier from data

    Nice one Martin.

    I freely admit I never knew that one existed. So I just started playing around with it and it seems rather curious.
    The help does say it only works with integer multipliers and truncates to an integer if a decimal multiplier is used. So 5 will work and 5.1 will use the value 5, but seemingly 5.2 and other decimals results in the value 1.

    As an aside I wonder if anyone has ever sampled all the functions to determine the most used (I'm guessing =SUM closely followed by =VLOOKUP). I hazard a guess that this =GCD is rarely used.

    Has anyone any information on this?
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  5. #5
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Determine Mulitiplier from data

    The GCD may or may not be the answer. Other denominators are also possible depending upon the numbers involved.
    Last edited by newdoverman; 06-27-2013 at 04:50 PM.

  6. #6
    Registered User
    Join Date
    03-14-2013
    Location
    Chattanooga, Tn
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Determine Mulitiplier from data

    try
    =GCD(A1:A10)

    This worked with the sample set I created. However, in some cases the multiplier was less than the actual multiplier.

  7. #7
    Registered User
    Join Date
    03-14-2013
    Location
    Chattanooga, Tn
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Determine Mulitiplier from data

    Here's my solution. Essentially I just did a column of GCD then I did a LCM function on the GCD column to get the multiplier.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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