+ Reply to Thread
Results 1 to 6 of 6

Summarising data from one worksheet to another

  1. #1
    Registered User
    Join Date
    05-21-2009
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2007
    Posts
    94

    Summarising data from one worksheet to another

    I have a workbook which includes on worksheet which is essentially a database and to which I add entries as necessary (see attachment Excel 1.xls). A second worksheet is a summary of the data from the first one showing total items sold and total gross sales for a particular month (Excel 2.xls). I want to enter formulas in Excel 2 which search the columns on the far right of Excel 1 and enter the total sales and gross sales price opposite the relevant month. I used to be able to do this before I retired in 2001 but I have had no luck with VLOOKUP, SUMI, etc. Can anyone help?
    Attached Files Attached Files

  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,821

    Re: Summarising data from one worksheet to another

    Is there any particular reason why you have these as two separate workbooks (files), rather than both as sheets in the same workbook?

    Pete

  3. #3
    Registered User
    Join Date
    05-21-2009
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2007
    Posts
    94

    Re: Summarising data from one worksheet to another

    The attachments I provided are copies taken from the original workbook. In actuality they are both worksheets in the same workbook. I have now attached the original workbook.
    Attached Files Attached Files

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

    Re: Summarising data from one worksheet to another

    You can use this formula in cell B2 of the Month Sold sheet:

    =SUMIFS(SOLD!S:S,SOLD!$R:$R,">="&$A2,SOLD!$R:$R,"<="&EOMONTH($A2,0))

    This will give you the total count of sales for the month, and copy this into C2 to get the sales by price, then copy both down to the bottom of your list of dates.

    Hope this helps.

    Pete

  5. #5
    Registered User
    Join Date
    05-21-2009
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2007
    Posts
    94

    Re: Summarising data from one worksheet to another

    Amazing! Never in a million years would I have come up with this solution. Thanks very much.

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

    Re: Summarising data from one worksheet to another

    You're welcome - glad it worked for you. The SUMIFS function was only introduced in XL2007, so you may not have come across it if you retired before then.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above your first post and mark this thread as SOLVED.

    Also, you might like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ 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. Summarising Data
    By guest7119 in forum Excel General
    Replies: 5
    Last Post: 04-19-2017, 10:53 PM
  2. Replies: 2
    Last Post: 01-05-2016, 10:41 AM
  3. Summarising Data
    By Mark266 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 02-18-2015, 12:43 PM
  4. Summarising results on a separate worksheet
    By yummypanda43 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-21-2015, 11:33 AM
  5. Summarising results on a separate worksheet
    By yummypanda43 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-20-2015, 09:53 AM
  6. Summarising large amounts into tables on a new worksheet using VBA
    By Jessica.Bush in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 10-10-2010, 04:36 PM
  7. [SOLVED] Summarising Worksheet Data
    By Jade in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-13-2006, 10: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