+ Reply to Thread
Results 1 to 8 of 8

SUMIFS over multi sheets

  1. #1
    Registered User
    Join Date
    06-01-2020
    Location
    Australia
    MS-Off Ver
    Office 365
    Posts
    4

    SUMIFS over multi sheets

    I'm learning to use formulas in excel I need your help with this SUMIFS one.

    So when you see the sheet, I want to type in the data on the "Item" sheet and have it automatically added into the "Year" sheet. I want it so it looks up the date, category then adds the cost into its category on the "Year" sheet.

    I've tried this =SUM(SUMIFS(Item!C2:C5,Item!B2:B5,{"Food"},Item!A2:A5,{"July 2020"})) It keeps on returning zero.

    Can anyone help with the formula?

    Thank you
    Attached Files Attached Files
    Last edited by BooInc; 06-01-2020 at 08:17 PM.

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: SUMIFS over multi sheets

    I would solve this with pivot table.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    06-01-2020
    Location
    Australia
    MS-Off Ver
    Office 365
    Posts
    4

    Re: SUMIFS over multi sheets

    Quote Originally Posted by oeldere View Post
    I would solve this with pivot table.
    Thank you but it wasn't what I was after.
    I want it so the "Item" sheet automatically gets added and placed on the "Year" sheet under the right date and category.

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: SUMIFS over multi sheets

    Did you noticed the pivot table does that requirement?

    Edit

    I edit the excel example with more data.

    Edit2

    the month and year don't match the data in in the imput sheet.
    Last edited by oeldere; 06-01-2020 at 07:41 AM.

  5. #5
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: SUMIFS over multi sheets

    Perhaps
    =SUMIFS(Item!$C$2:$C$10,Item!$A$2:$A$10,">="&Year!$A4,Item!$A$2:$A$10,"<="&EOMONTH(Year!$A4,0),Item!$B$2:$B$10,Year!B$2)

    but your item is in 2020 so does not appear anyway!

  6. #6
    Registered User
    Join Date
    06-01-2020
    Location
    Australia
    MS-Off Ver
    Office 365
    Posts
    4

    Re: SUMIFS over multi sheets

    Quote Originally Posted by davsth View Post
    Perhaps
    =SUMIFS(Item!$C$2:$C$10,Item!$A$2:$A$10,">="&Year!$A4,Item!$A$2:$A$10,"<="&EOMONTH(Year!$A4,0),Item!$B$2:$B$10,Year!B$2)

    but your item is in 2020 so does not appear anyway!
    I want it so I input the data on the "Item" sheet and it goes to the "Year" sheet.
    Eg: 10/07/20 - Food - $40.00 (In Item sheet)
    then I go to the year sheet and under July 20 Food there would be the $40.00 there.
    Make sense?

  7. #7
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: SUMIFS over multi sheets

    @BooInc

    There is no "year sheet and under July 20" in your file.




    Edit

    Change Year!A4 in july-20

    Then use the formula of davsth in #5.

    The formula works as expected. I tested it.
    Last edited by oeldere; 06-01-2020 at 04:37 PM.

  8. #8
    Registered User
    Join Date
    06-01-2020
    Location
    Australia
    MS-Off Ver
    Office 365
    Posts
    4

    Re: SUMIFS over multi sheets

    I've fixed it up changing the date format.

    Thank you oeldere and davsth for the help.
    Last edited by BooInc; 06-01-2020 at 08:17 PM.

+ 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: 0
    Last Post: 05-05-2020, 05:32 PM
  2. Copy Multi Rows From Multi Sheets Based On Column Value And Create New Workbooks
    By Huskersippi in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-24-2017, 04:51 PM
  3. [SOLVED] Multi text string single cells how do sumifs
    By silambarasan.J in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-20-2015, 07:50 AM
  4. [SOLVED] SUMIFS + Multi criteria + Date Range
    By eyeope in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-11-2014, 07:43 AM
  5. SUMIFS for Multi set of colums & multi criteria
    By Harish Kumar M in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-02-2014, 10:11 PM
  6. Multi Sumifs VBA with dates
    By johnny_p in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-14-2013, 12:41 PM
  7. Replies: 6
    Last Post: 02-27-2009, 02:47 PM

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