+ Reply to Thread
Results 1 to 7 of 7

How to sum cells of separate sheets

  1. #1
    Registered User
    Join Date
    12-30-2013
    Location
    HYDERABAD, INDIA
    MS-Off Ver
    Excel 2003
    Posts
    7

    How to sum cells of separate sheets

    Hi all,

    I am trying to sum the values in separate sheets, please help me.

    I already attached the sheet for your information.

    Just i want to sum the "Sheet2" and Sheet3" values available in "B" and "C" colum based on the "Products".

    In sheet1 I should get total sucess and failures for each prodcuts.



    Thanks in advance.
    Attached Files Attached Files

  2. #2
    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,946

    Re: How to sum cells of separate sheets

    Hi and welcome to the forum

    If your data will always be in that exact same format across the sheets, use this, copied down and across...
    =SUM(Sheet2:Sheet3!B2)
    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

  3. #3
    Registered User
    Join Date
    12-30-2013
    Location
    HYDERABAD, INDIA
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: How to sum cells of separate sheets

    Thanks dear for your quick reply.

    How about if the products are not same across the sheets??.


    Thanks,

  4. #4
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: How to sum cells of separate sheets

    Hi,

    Will it only ever be two sheets across which you wish to sum? Or could there be potentially many more?

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  5. #5
    Registered User
    Join Date
    12-30-2013
    Location
    HYDERABAD, INDIA
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: How to sum cells of separate sheets

    Hi,

    Yes, I wanted to sum the across these two sheets.

    Some times I do encounter where the products across all the sheets are not same.

    Thanks,

  6. #6
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: How to sum cells of separate sheets

    If there's only ever to be two sheets, there's probably not much point in setting up a dynamic, Named Range solution. In B2 and copy across and down:

    =INDEX(Sheet2!$B$2:$C$6,MATCH(Sheet1!$A2,Sheet2!$A$2:$A$6,0),MATCH(B$1,Sheet2!$B$1:$C$1,0))+INDEX(Sheet3!$B$2:$C$6,MATCH(Sheet1!$A2,Sheet3!$A$2:$A$6,0),MATCH(B$1,Sheet3!$B$1:$C$1,0))

    Regards

  7. #7
    Registered User
    Join Date
    12-30-2013
    Location
    HYDERABAD, INDIA
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: How to sum cells of separate sheets

    wow!

    Working fine.

    Thank you very much.

    W

+ 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. Need help auto-populating cells on separate sheets
    By taylordarley in forum Excel General
    Replies: 1
    Last Post: 01-09-2014, 01:07 PM
  2. Replies: 12
    Last Post: 05-03-2013, 07:18 AM
  3. VBA or Excel formulas to calculate cells in two separate sheets
    By Malowle in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-13-2012, 07:43 AM
  4. Copmpare/Find and replace cells in two separate workbooks across multiple sheets
    By jmarrxx in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-07-2012, 09:53 AM
  5. Replies: 3
    Last Post: 08-12-2010, 03:45 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