+ Reply to Thread
Results 1 to 3 of 3

Need help regarding issues with SUMIF(S)

  1. #1
    Registered User
    Join Date
    10-19-2013
    Location
    Florida
    MS-Off Ver
    Excel 2007, 2010
    Posts
    2

    Need help regarding issues with SUMIF(S)

    I've been trying various ways of getting Excel 2010 to do the following:

    IF value in column B=1 AND value in column F=1 THEN add value(s) from column H AND show sum in cell K1

    I've tried SUMIF and SUMIFS and have not been able to get either to work: all I get is a value error. It occurred to me that maybe I was using the wrong command or something. Any help would be appreciated. I would also need to repeat this in cells K2-K5 where the value in columns F increments by 1 each time. I have pasted an excerpt from the budget I am attempting to do this in below: hoping that helps. Column E displays WEEKNUM where column I is =sum(E1-43) so it displays weeks 1-5 for the month of November. All other cells are general EXCEPT column H (accounting) and column D (long date). Columns G I AND J are blank.

    Thanks in advance!

    A B C D E F G H I J K
    Food 1 Groceries Friday, November 01, 2013 44 1 $80.00
    1 Groceries Friday, November 08, 2013 45 2 $80.00
    1 Groceries Friday, November 15, 2013 46 3 $80.00
    1 Groceries Friday, November 22, 2013 47 4 $80.00
    1 Groceries Friday, November 29, 2013 48 5 $80.00

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

    Re: Need help regarding issues with SUMIF(S)

    Try this formula in K1:

    =SUMIFS(H:H,B:B,1,F:F,ROWS($1:1))

    then copy down to K5.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    10-19-2013
    Location
    Florida
    MS-Off Ver
    Excel 2007, 2010
    Posts
    2

    Re: Need help regarding issues with SUMIF(S)

    Thanks a lot Pete!

    I've never used arrays, so it wouldn't have occurred to me to add ROWS. I'll have to do a bit of playing with arrays when I get a chance.

+ 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. SUMIF and SUMPRODUCT issues
    By djbcktt in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 08-19-2013, 05:38 PM
  2. SUMIF's, INDEX, and MATCH issues?
    By neoncorey in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 01-14-2013, 02:02 PM
  3. =sumif by row, time calculation issues
    By BRISBANEBOB in forum Excel General
    Replies: 2
    Last Post: 12-11-2008, 08:23 PM
  4. sumif issues over multiple colums
    By RagDyer in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-06-2005, 07:05 AM
  5. [SOLVED] sumif issues over multiple colums
    By RagDyer in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2005, 04:05 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