With this forums help, came up with the following, to sum vendor totals throughtout a multi column/row range, where the totals came from 9-10 columns:
=SUMIF(AW$21:BE$573,C3, AX$21:BF$573)
Now I am tasked to break out totals by month. I was coming up with a #value! error so I broke it down. Started with, and no problems with:
=SUMIFS(AX$21:BF$573,AW$21:BE$573,C3), this totaled up fine.
The error occurred when I added date range criteria, with this formula:
=SUMIFS(AX$21:BF$573,AW$21:BE$573,C3,K$21:K$573,">=02/01/2016",K$21:K573,”<=02/29/2016”) ( this is the formula I am trying to get to work)
I double checked the dates in the K column were formatted the same as my formula, and it didn’t make any difference. I tried with only one date. So I tried the SUMIFS, with the sum range of only one column, and it worked in this:
=SUMIFS(AX$21:AX$573,K$21:K$573, ">=02/01/2016",K$21:K$573,"<=02/29/2016")
The only way I have figured it out is to duplicate the SUMIFS for each of my 5 separate columns in one cell, but this is burdensome (eg. = sumifs column B + sumifs column D + etc)
I should note the monthly total I am calc-ing on separate tab from my data, don’t know if this has any adverse effect.
I received some help on this forum a few weeks ago, and am very appreciative for the expertise and time you guys spend solving peoples headaches. And note I wouldn’t post on here without first spending considerable time and effort to sorting out on my own….so thank you in advance. Sorry to be long winded, but figure more info is better than less.
Bookmarks