+ Reply to Thread
Results 1 to 8 of 8

Using SUMIF across more than one tab and with date ranges as a criteria.

Hybrid View

dcon Using SUMIF across more than... 10-03-2012, 12:24 PM
dcon Re: Using SUMIF across more... 10-03-2012, 12:27 PM
FDibbins Re: Using SUMIF across more... 10-03-2012, 12:45 PM
dcon Re: Using SUMIF across more... 10-04-2012, 04:11 AM
HelenaF Re: Using SUMIF across more... 10-04-2012, 06:18 AM
HelenaF Re: Using SUMIF across more... 10-04-2012, 02:04 PM
dcon Re: Using SUMIF across more... 10-05-2012, 11:31 AM
HelenaF Re: Using SUMIF across more... 10-08-2012, 01:53 AM
  1. #1
    Registered User
    Join Date
    10-03-2012
    Location
    United Kingdom
    MS-Off Ver
    Excel 2007
    Posts
    4

    Wink Re: Using SUMIF across more than one tab and with date ranges as a criteria.

    Hi - yes thanks for that info on how to upload but where I'm working uploads are blocked, I had the file saved in google docs already... hence the link.

    Anyone able to have a look for me please?

    Thanks
    Dave

  2. #2
    Registered User
    Join Date
    10-04-2012
    Location
    Stockholm
    MS-Off Ver
    Excel 2010
    Posts
    20

    Re: Using SUMIF across more than one tab and with date ranges as a criteria.

    I have exactly the same problem! The problem seams to be that you can't have multiple criterias within the SUMIF, or at least not use boolean functions. I would like to use AND for entering the criteria "date smaller than x" AND "date larger than y". I hope someone can answer.
    BR,
    Helena

  3. #3
    Registered User
    Join Date
    10-04-2012
    Location
    Stockholm
    MS-Off Ver
    Excel 2010
    Posts
    20

    Re: Using SUMIF across more than one tab and with date ranges as a criteria.

    Hi again,
    If you can squeeze your data into two columns (one for date and one for the relevant data) I have a solution!
    Use SUMIFS. Put all dates in column A and all the data in column B in one worksheet, let's call it MyData and let's pretend you have 10 rows of data (doesn't matter if some rows are some other text, those will just be skipped).
    Then open another worksheet and write your criteria in column A and B. Let's say you want to sum all data from dates 17 september to 23 september. Write
    >=2012-19-17 in column A
    <=2012-09-23 in column B (or whatever date format you prefer)
    Then you can write in column C SUMIFS(MyData(B1:B10); condition 1(reference to column A on this row); MyData(A1:A10); condition 2(reference to column B on this row); MyData(A1:A10))
    This will sum all numbers concearning those dates!

    If you have english Excel all ";" above should be "," (I have swedish Excel :-( ) And all the references should be written by marking in your Excel sheet, I can't write the exact syntax now since I'm not at work by my sheet.

    All the best,
    Helena

  4. #4
    Registered User
    Join Date
    10-03-2012
    Location
    United Kingdom
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Using SUMIF across more than one tab and with date ranges as a criteria.

    Hi ya - thanks for this, although I do need my data on separate sheets

  5. #5
    Registered User
    Join Date
    10-04-2012
    Location
    Stockholm
    MS-Off Ver
    Excel 2010
    Posts
    20

    Re: Using SUMIF across more than one tab and with date ranges as a criteria.

    Hi again,
    Well I haven't seen your sheet, but I guess you could mix sheets in your criteria. I think the only requirement is that the criteria array and the data array have the same length. I don't remember how many criterias+data you can put in one SUMIFS but I think I have seen 64. That should be enough even if you nest them?
    Good luck!
    /Helena

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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