+ Reply to Thread
Results 1 to 10 of 10

SUMIFS Ammount of transactions within month and year and match specific location

  1. #1
    Registered User
    Join Date
    08-24-2017
    Location
    DUBAI UAE
    MS-Off Ver
    2021
    Posts
    81

    SUMIFS Ammount of transactions within month and year and match specific location

    This is a screenshot of my working sheet, from the data range, I need to use a formula in the report summary table, for example, M3 should give me the total amount of transaction that was made in the month of Jan year 2022 @ L2 , the data range is in column G, but at the same time it should extract only transaction from location 135 in K3, the data range is B column.

    =SUMPRODUCT(--($B$19:$B$50673=$K3&"")*($C$19:$C$50673=$M2&"")*(YEAR($D$19:$D$50673)=YEAR(L$2))*(MONTH($D$19:$D$50673)=MONTH(L$2)))
    The above formula is what I used in L3 to get the number of transactions according to the criteria .

    i want the same things to work with SUMIFS in M3 as indicated in my first paragraph.

    As you can see in the attached screenshot I used the Slicer option, but instead, I want to use the formula as mentioned above.

    I can't attach an Excel file I have no idea why, so I shared a screenshot instead!

    I look forward to finding the right formula for that case.

    many thanks for considering my request.


    example-.jpg

    Showroom Delivery Tracker-.xlsx
    Attached Files Attached Files
    Last edited by MAJID1479; 04-09-2023 at 07:21 AM.

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    47,995

    Re: SUMIFS Ammount of transactions within month and year and match specific location

    I can't attach an Excel file I have no idea why, so I shared a screenshot instead!
    Try again.

    Fast answers need visual help. Please read the yellow banner at the top of this page on how to attach a file and a mocked up solution.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    08-24-2017
    Location
    DUBAI UAE
    MS-Off Ver
    2021
    Posts
    81

    Re: SUMIFS Ammount of transactions within month and year and match specific location

    Quote Originally Posted by TMS View Post
    Try again.

    Fast answers need visual help. Please read the yellow banner at the top of this page on how to attach a file and a mocked up solution.
    unfortunately its not working , same error appear again ; "www.excelforum.com says The following errors occurred:
    Showroom Delivery Tracker-.xlsx: Upload of file failed."

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    47,995

    Re: SUMIFS Ammount of transactions within month and year and match specific location

    How big is the file? We only need a small sample that gives enough information to develop and test a solution. As such, it needs enough records of varying dates, etc.

  5. #5
    Registered User
    Join Date
    08-24-2017
    Location
    DUBAI UAE
    MS-Off Ver
    2021
    Posts
    81

    Re: SUMIFS Ammount of transactions within month and year and match specific location

    Quote Originally Posted by TMS View Post
    How big is the file? We only need a small sample that gives enough information to develop and test a solution. As such, it needs enough records of varying dates, etc.
    the file size is 4.61 MB (4,841,090 bytes)

  6. #6
    Registered User
    Join Date
    08-24-2017
    Location
    DUBAI UAE
    MS-Off Ver
    2021
    Posts
    81

    Re: SUMIFS Ammount of transactions within month and year and match specific location

    Quote Originally Posted by TMS View Post
    How big is the file? We only need a small sample that gives enough information to develop and test a solution. As such, it needs enough records of varying dates, etc.
    I have already reduced the size of the file, it's already attached to the thread.

    I look forward to your support on the given thread above.

  7. #7
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Question Re: SUMIFS Ammount of transactions within month and year and match specific location


    Any VBA question, the purpose of this forum section ?!

  8. #8
    Registered User
    Join Date
    08-24-2017
    Location
    DUBAI UAE
    MS-Off Ver
    2021
    Posts
    81

    Re: SUMIFS Ammount of transactions within month and year and match specific location

    Quote Originally Posted by Marc L View Post

    Any VBA question, the purpose of this forum section ?!
    I'm looking for a suitable formula that can give me the result of SUMIFS scenario.

    please refer to my main objective thread.

  9. #9
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,641

    Re: SUMIFS Ammount of transactions within month and year and match specific location

    Try countifs and sumifs:
    L3:
    Please Login or Register  to view this content.
    M3:
    Please Login or Register  to view this content.
    And upgrade:
    I3:
    Please Login or Register  to view this content.
    J3:
    Please Login or Register  to view this content.
    Quang PT

  10. #10
    Registered User
    Join Date
    08-24-2017
    Location
    DUBAI UAE
    MS-Off Ver
    2021
    Posts
    81

    Re: SUMIFS Ammount of transactions within month and year and match specific location

    Quote Originally Posted by bebo021999 View Post
    Try countifs and sumifs:
    L3:
    Please Login or Register  to view this content.
    M3:
    Please Login or Register  to view this content.
    And upgrade:
    I3:
    Please Login or Register  to view this content.
    J3:
    Please Login or Register  to view this content.
    this is so brilliant brother, thank you so much it's a great help, much appreciated.
    fantastic resolution

+ 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. [SOLVED] Countifs number of transactions within month and year and match specific location
    By MAJID1479 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-08-2023, 12:07 PM
  2. [SOLVED] Countifs number of transactions within month and year and match specific location
    By MAJID1479 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-08-2023, 12:07 PM
  3. [SOLVED] Return a specific Year if the month is the last month of the current Year
    By MAJID1479 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-15-2022, 01:42 PM
  4. Replies: 5
    Last Post: 01-19-2022, 09:08 PM
  5. Replies: 4
    Last Post: 01-07-2022, 11:06 AM
  6. [SOLVED] SUMIFS formula needed when specific month, quarter, or year selected
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-25-2021, 09:39 AM
  7. [SOLVED] Formulas for Subcategory Amounts Based on Month and Year from Transactions Sheet
    By BillySpivy in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-16-2021, 05:49 AM

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