+ Reply to Thread
Results 1 to 3 of 3

QTY x PRICE List

  1. #1
    Registered User
    Join Date
    01-21-2020
    Location
    USA
    MS-Off Ver
    365
    Posts
    1

    Question QTY x PRICE List

    I was attempting to make a grocery list with a total of prices at the bottom, which works. I would like to add a QTY function that multiplies the price by the QTY and adds to total instead of just totaling. I tried to sum like the example below, but once completed forgot to realize I had to do that for 7 more categories... oops. I don't know how to copy complex formats like that.

    If anyone could help me out much would be appreciated.


    =SUM((C3*D3)+(C4*D4)(C5*D5)+(C6*D6)+(C7*D7)+(C8*D8)+(C9*D9)+(C10*D10)+(C11*D11)+(C12*D12)+(C13*D13)+(C14*D14)+(C15*D15)+(C16*D16)+(C17*D17)+(C18*D18)+(C19*D19)+(C20*D20)+(C21*D21)+(C22*D22))
    Attached Files Attached Files
    Last edited by Jameswaitforitdavis; 01-21-2020 at 10:18 PM.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,704

    Re: QTY x PRICE List

    You can simplify that to this:

    =SUMPRODUCT(C3:C22,D3:D22)

    Hope this helps.

    Pete

  3. #3
    Forum Expert
    Join Date
    04-01-2013
    Location
    East Auckland
    MS-Off Ver
    Excel 365
    Posts
    1,343

    Re: QTY x PRICE List

    It looks like you really want to write

    Please Login or Register  to view this content.
    in oyur location at the bottom of the table for columns C and D.

    then just copy it and paste in the appropriate cells the column references will change when you move it.
    If you want something done right... find a forum and ask an online expert.

    Time flies like an arrow. Fruit flies like a banana.

+ 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. [SOLVED] Pull the maximum price based on the Drop-down value in a price list
    By Max_excel in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-11-2018, 05:46 AM
  2. [SOLVED] Update Price List - Match Price & Barcode against another Sheet
    By tbgame in forum Excel General
    Replies: 4
    Last Post: 01-03-2018, 03:41 AM
  3. Replies: 3
    Last Post: 09-12-2015, 10:42 AM
  4. Replies: 4
    Last Post: 09-12-2015, 04:34 AM
  5. IF Code help for price list. Price groupings cell allocation.
    By hotwoz in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 08-23-2010, 03:48 AM
  6. Question abuot creating a price quote from a long price list
    By glennchung in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 02-02-2009, 03:49 PM
  7. base price list compute on to another price list? on excel work sh
    By excel spread sheet in forum Excel General
    Replies: 0
    Last Post: 03-29-2006, 01:25 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