+ Reply to Thread
Results 1 to 8 of 8

Sumifs multiple range

  1. #1
    Forum Contributor
    Join Date
    08-07-2014
    Location
    India
    MS-Off Ver
    2007
    Posts
    372

    Sumifs multiple range

    Hi,

    How do sumifs range in number at multiple criteria.

    am apply this formula.value return is 0.

    =SUMPRODUCT((SUMIFS(Data!$D:$D,Data!$A:$A,ST!$A3:$C3,Data!$B:$B,ST!$A$2,Data!$C:$C,">="&EOMONTH(ST!$E$2,-1)+1,Data!$C:$C,"<="&EOMONTH(ST!$E$2,0))))

    please help me.file attached.
    Attached Files Attached Files

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Sumifs multiple range

    Your dates in column C of the Data Page are NOT real dates.
    They're just text strings with periods seperating the day.month.year
    Those dates need to be converted to a real date that uses / instead of .

    I would suggest using
    Data - Text To Columns - Deliminated - Next
    UNcheck all options - Next
    Choose Date - DMY - Finish

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Sumifs multiple range

    E3=SUMPRODUCT((REPLACE(Data!$C$2:$C$3229,1,2,"01")=TEXT(E$2,"DD.MM.YYY"))*(Data!$B$2:$B$3229=$A$2)*(Data!$A$2:$A$3229=$A3:$C3)*(Data!$D$2:$D$3229))
    Please Login or Register  to view this content.

    Try this and copy across
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Sumifs multiple range

    Yes it is better to change your date format as said by Jonmo1

  5. #5
    Forum Contributor
    Join Date
    08-07-2014
    Location
    India
    MS-Off Ver
    2007
    Posts
    372

    Re: Sumifs multiple range

    wow its super tricks. value return is perfect.

  6. #6
    Forum Contributor
    Join Date
    08-07-2014
    Location
    India
    MS-Off Ver
    2007
    Posts
    372

    Re: Sumifs multiple range

    Sir:nflsales & Jonmo1 ,

    THANKS YOU SO MUCH FOR YOUR ADVICE.

    I FOLLOWUP.

  7. #7
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Sumifs multiple range

    You're welcome.

  8. #8
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Sumifs multiple range

    Thanks for your feedback and adding reputation

+ 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. Can I use sumifs on a range with multiple columns?
    By JasperD in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-13-2014, 03:11 AM
  2. Replies: 3
    Last Post: 06-19-2014, 10:30 AM
  3. [SOLVED] SUMIFS Equivalent for Excel 2003 with multiple criteria and range arguments
    By DEER30 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-27-2014, 01:19 AM
  4. SUMIFS with multiple sum range columns
    By bvmk in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-11-2013, 03:39 PM
  5. SUMIFS Puzzle - Trying to avoid adding multiple SUMIFS to get valid result
    By haldavid in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-09-2013, 03:42 PM
  6. SUMIFS with multiple values for one criteria range
    By Harsha Haridas in forum Excel General
    Replies: 9
    Last Post: 01-27-2012, 06:08 AM
  7. Replies: 1
    Last Post: 05-16-2011, 05:00 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