+ Reply to Thread
Results 1 to 6 of 6

Adding numbers

  1. #1
    Registered User
    Join Date
    03-06-2014
    Location
    Redditch
    MS-Off Ver
    Excel 2003
    Posts
    70

    Adding numbers

    I want to add b1 multiplied by b4 then add to that c1 multiplied by c4 and so on to give me a total is there a formular for this

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Adding numbers

    Try this

    =SUM(B1*B4,C1*C4)
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Registered User
    Join Date
    11-26-2014
    Location
    UK
    MS-Off Ver
    2013 (365)
    Posts
    2

    Re: Adding numbers

    =(B1*B4)+(c1*C4)

    and so on

  4. #4
    Valued Forum Contributor
    Join Date
    11-15-2007
    Location
    England
    MS-Off Ver
    Office Pro 2003 / 2010
    Posts
    423

    Re: Adding numbers

    In B5 put this =Sum(B1*B4)
    Then in C5 put this =B5+SUM(C1*C4)

    Then copy C5 to D5 and E5 etc.

  5. #5
    Registered User
    Join Date
    03-06-2014
    Location
    Redditch
    MS-Off Ver
    Excel 2003
    Posts
    70

    Re: Adding numbers

    Is there a formular so if I have veriable number in column 1 and the same amount in column 4 I can multiply each row as ie b1 x b4 the add up all the individual totals to give me 1 answer with out putting in =sum(b1xb4,c1 xc4 ) as the equation would be quite long if z1xz4

  6. #6
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Adding numbers

    Try
    =SUMPRODUCT(B1:D1,B4:D4)

+ 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. Replies: 3
    Last Post: 01-08-2014, 10:50 PM
  2. Adding only odd numbers
    By [email protected] in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 11-06-2013, 04:33 PM
  3. adding + and - numbers
    By Robb27 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-28-2006, 04:40 AM
  4. [SOLVED] Adding numbers to current numbers
    By mk in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-16-2005, 07:06 PM
  5. [SOLVED] Adding Numbers
    By Denise in forum Excel General
    Replies: 3
    Last Post: 01-10-2005, 05:06 PM

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