+ Reply to Thread
Results 1 to 8 of 8

Sum up different cells on different rows to get a total count.

  1. #1
    Registered User
    Join Date
    06-12-2013
    Location
    Australia
    MS-Off Ver
    Excel 2003, 2007
    Posts
    25

    Sum up different cells on different rows to get a total count.

    I would like the TOTAL SOH column to reflect the totals for both warehouse and store count, but I cannot figure out the formula to get it.
    The way the sheets are loaded onto the system means thay cannot be the same so a simple sum across the rows cant be done.
    Is there a way of formula to do it ? If there were only a few rows I could do it manually , but the stock is in excess of a thousand lines.

    Thanks heaps for looking .
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Excel 2013
    Posts
    1,887

    Re: Sum up different cells on different rows to get a total count.

    Hi,

    Update the sheet with u required values manually to know the logic .
    What is the criteria to sum ?
    Punnma

  3. #3
    Registered User
    Join Date
    06-12-2013
    Location
    Australia
    MS-Off Ver
    Excel 2003, 2007
    Posts
    25

    Re: Sum up different cells on different rows to get a total count.

    Hi Punnam, I have uploaded the new sheet, with explanations, Thanks again.Sorry for the stuff up.
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Excel 2013
    Posts
    1,887

    Re: Sum up different cells on different rows to get a total count.

    Hi,
    find the attached .

    Punnam
    Attached Files Attached Files

  5. #5
    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,929

    Re: Sum up different cells on different rows to get a total count.

    Try these on sheet1...
    C6=VLOOKUP($B6,Sheet2!$B$7:$E$16,MATCH(Sheet1!C$5,Sheet2!$B$6:$E$6,0),0)
    copied down and across
    I6=VLOOKUP($H6,Sheet3!$B$6:$E$15,MATCH(Sheet1!I$5,Sheet3!$B$5:$E$5,0),0)
    copied down and across

    N6=VLOOKUP($M6,Sheet2!$B$7:$E$16,4,0)+VLOOKUP($M6,Sheet3!$B$6:$E$15,4,0)
    Copied down
    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

  6. #6
    Registered User
    Join Date
    06-12-2013
    Location
    Australia
    MS-Off Ver
    Excel 2003, 2007
    Posts
    25

    Re: Sum up different cells on different rows to get a total count.

    Hi FDibbins, Thanks for your help it works a treat.

  7. #7
    Registered User
    Join Date
    06-12-2013
    Location
    Australia
    MS-Off Ver
    Excel 2003, 2007
    Posts
    25

    Re: Sum up different cells on different rows to get a total count.

    Thankyou to all !

  8. #8
    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,929

    Re: Sum up different cells on different rows to get a total count.

    Happy to help and thanks for the feedback

+ 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: 02-11-2014, 04:55 PM
  2. [SOLVED] Formula needed to only count total cells entered and not count adjacent text entered cells
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-07-2013, 06:22 PM
  3. Replies: 5
    Last Post: 01-05-2013, 10:15 AM
  4. [SOLVED] count occupied cells, but put count total in different worksheet
    By NewbieOfVBA in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-24-2012, 07:30 PM
  5. Count the total number of rows in a column, with blanks included
    By jblumGRT in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-22-2009, 06:55 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