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
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
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
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
Hi ya - thanks for this, although I do need my data on separate sheets![]()
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks