+ Reply to Thread
Results 1 to 4 of 4

SUMPRODUCT expression for variable multipliers?

  1. #1
    Registered User
    Join Date
    02-24-2015
    Location
    UK
    MS-Off Ver
    2013 / O365
    Posts
    2

    Question SUMPRODUCT expression for variable multipliers?

    Hello all,

    I'm hoping one of the resident wizards can help me with this as I feel I am chasing my tail!

    Here is an example of the kind of data I am working with:

    Column A: Product (Product A, Product B, etc)
    Column B: ProductCategory (Cat 1, Cat 2, Cat 3, etc)
    Column C: RestockRate (Per Week, Per Month, Per Year, etc)
    Column D: RequiredFor (Per employee, Per division, Per company, etc)
    Column E: Price
    Column I: RestockRateList (Per Week, Per Month, Per Year, etc)
    Column J: RestockMultiplier (4.333, 1, 0.0833, etc)
    Column L: RequiredForList (Per employee, Per division, Per company, etc)
    Column M: RequiredForMultiplier (300, 7, 1, etc)

    What I want to write is a formula that will sum (Product Price * RestockRate * RequiredFor) so I can display total required in a table by Product Category per month.

    I'm thinking I should be using SUMPRODUCT and the closest thing I have found is this:

    =SUMPRODUCT(SUMIF(RequiredForList,RequiredFor,RequiredForMultiplier)*(ProductCategory=CELL),Price)

    For the life of me I can't think how to add in the extra multiplier for the RestockRate.

    Any help will be graciously received!


    -ED

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: SUMPRODUCT expression for variable multipliers?

    make a column that calculates the result.

    make a column that holds the month.

    after that make an pivot table of your data.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    02-24-2015
    Location
    UK
    MS-Off Ver
    2013 / O365
    Posts
    2

    Re: SUMPRODUCT expression for variable multipliers?

    Hi oeldere

    Thanks for the very quick response, due to other calculations & variables a pivot table isn't the best fit for my needs. Any ideas on the formula?

    Thanks,

    -ED

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: SUMPRODUCT expression for variable multipliers?

    i'm intrested for the reason. (to other calculations & variables)

+ 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. Code expression for SUMPRODUCT
    By larrysdime in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-04-2015, 10:19 AM
  2. Variable multipliers
    By TheNewUnion in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-11-2012, 01:11 PM
  3. Excel 2007 : Using sumif with variable multipliers
    By Billster in forum Excel General
    Replies: 9
    Last Post: 03-15-2012, 08:01 PM
  4. Excel 2007 : Using sumif with variable multipliers
    By Billster in forum Excel General
    Replies: 1
    Last Post: 03-15-2012, 06:26 PM
  5. SUM count and ADD expression with multipliers
    By MrHaugen in forum Excel General
    Replies: 11
    Last Post: 04-24-2009, 11:05 PM

Tags for this Thread

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