+ Reply to Thread
Results 1 to 5 of 5

Multiplocation

  1. #1
    Registered User
    Join Date
    11-24-2013
    Location
    Bremen
    MS-Off Ver
    Excel 2013
    Posts
    5

    Multiplocation

    Hello. I am trying to multiply some weights for ex:
    Item 1 Item 2 Item 3
    8 10 15
    8 14 22
    14 10 17
    8 8 8
    2 5 8
    with a list of prices

    Item Item 1 Item 2 Item 3
    Weight in kg 3.2 2.6 2.8

    And get the sum of multiplication in a single cell with weight of shipment. I want a formula that I can easily implement. My idea was using
    =SUM(D4*MASTER_Data_1!B4)+(E4*MASTER_Data_1!C4)+(F4*MASTER_Data_1!D4) but the problem is that I have a very large number of shipment and when I drag the formula it becomes B5 , B6 etc which doesn't work for me since the price is just a single cell.
    Any help would be really appreciated.

  2. #2
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Multiplocation

    Use absolute references for price:

    =SUM(D4*MASTER_Data_1!B$4)+(E4*MASTER_Data_1!C$4)+(F4*MASTER_Data_1!D$4)

    - Moo

  3. #3
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Multiplocation

    if I understand righ, use the absolute referencing of $, ie:
    =SUM(D4*MASTER_Data_1!$B$4)+(E4*MASTER_Data_1!$C$4)+(F4*MASTER_Data_1!$D$4)
    to lock that cell, then when you drag only D4,E4, and F4 will change

    Hope this helps
    A picture may be worth a thousand words, BUT, a sample Workbook is worth a thousand screenshots!
    -Add a File - click advanced (next to quick post), scroll to manage attachments, click, select add files, click select files, select file, click upload, when file shows up at bottom left, click done (bottom right), click submit
    -To mark thread Solved- go top of thread,click Thread Tools,click Mark as Solved
    If you received helpful response, please remember to hit the * of that post

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Multiplocation

    Please take a moment to read the forum rules and then amend your thread title to something descriptive of your problem. Once you have done this please send me a PM and I will remove this request. (Also, include a link to your thread - copy from the adress bar)

    To change a Title on your post, click EDIT POST then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  5. #5
    Registered User
    Join Date
    11-24-2013
    Location
    Bremen
    MS-Off Ver
    Excel 2013
    Posts
    5

    Re: Multiplocation

    Thank you for your replies. It was really helpful.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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