+ Reply to Thread
Results 1 to 5 of 5

Sumifs formula

  1. #1
    Registered User
    Join Date
    08-29-2012
    Location
    australia
    MS-Off Ver
    Excel 2007
    Posts
    86

    Sumifs formula

    Hi

    I have a pretty simple query, but I just cant get to work. I have a sheet that uses sumifs and countifs, it sums column J and looks at column I within certain ranges and also looks at column O, the issue is as soon as I add the criteria for column O it doesn't work, I have even tried a conversion formula in P and it doesn't work, just need some help please. Totals are in 29 & 30
    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,939

    Re: Sumifs formula

    Your answers are correct. Every row in P that has 3, has no value in J to sum (just text)
    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
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Sumifs formula

    Sorry, not sure what do you want to achieve with attached rough data... sumifs and counits can work but you must put criteria.... Please speak the criteria with expected result....
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,216

    Re: Sumifs formula

    The data in O & P are offset by one row from column I so they will never match:

    Try

    =SUMIFS($J$2:$J$23,$I$2:$I$23,">=1",$I$2:$I$23,"<=30",$O$3:$O$24,"=OWNER OCC")

    =SUMIFS($J$2:$J$23,$I$2:$I$23,">=1",$I$2:$I$23,"<=30",$P$3:$P$24,"=3")

  5. #5
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Sumifs formula

    As per my view, the problem is in column "F" Because you mentioned criteria as "Owner Occ", "Commercia", "Investmen", "Personal" in formula column "P" which based on criteria column "O"
    Your column "O" depand on column "N"
    and column "N" depand on column "F"


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

+ 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: 3
    Last Post: 01-24-2017, 08:08 AM
  2. Replies: 10
    Last Post: 12-16-2015, 03:16 PM
  3. [SOLVED] Sumifs formula giving #value even though each part individually works as a sum formula
    By carrach in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-08-2015, 10:34 AM
  4. Replies: 2
    Last Post: 05-22-2014, 04:14 AM
  5. [SOLVED] Either/Or within a SUMIFS formula (part of a weighted average formula)
    By macrorookie in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-11-2014, 09:56 PM
  6. 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
  7. [SOLVED] Sumifs, problem with the formula: =sumifs(c10:c200,<=today(),0)
    By Faustocruz in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-08-2012, 04:26 AM

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