points raised. max will be given for working solution.
Main Topics
Browse All TopicsHi,
I would like to use SUMIF (or equivalent expression, eg using arrays) to sum a column conditional on multiple other columns. The match columns are either text or date. The date condition is a comparison either LT (less than) or GT (greater than).
Some time ago i tried this and found a forum that suggested the following, but this is not working:
=arrayformula(sumif(Curren
See example googledoc.. http://spreadsheets.google
Feel free to update it with working solution!
Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Just had another look, if it were in Excel, I would suggest the following:
Use vlookup on the date comparing to a table to allocate the row to a fiscal year eg Apr 07 to Apr 08 = FY0708. The table would only need start/finish dates for each fiscal year and doing a non-exact lookup would find the date with a close match, check the help for which way the dates will go.
Then concatenate the Dept code with the Fiscal year text.
Then use SUMIF on the result of the concatenation.
Alternatively, once you have the Fiscal Year allocation, you could do a pivot table.
Thats all assuming in Excel but don't know the equivalent in GoogleDocs.
Cheers
Rob H
Business Accounts
Answer for Membership
by: xeniumPosted on 2009-11-08 at 14:08:34ID: 25772176
Anyone any ideas here? I'm pretty sure this should be fairly straightforward.
Thanks again.