Greetings, Board. Long time, no see. I need some assistance with a SUMIFS formula, and/or changing the function I'm using.
Data is fairly straightforward, but across multiple columns. Col A = date, Col P = $Dollar Amount I need to sum, Col Q = String name I need to match (ie Sale-Auction). My problem is, I have 11 pairs of columns I need to sum/check against string name. So I also need to sum Col S, but compare it to text in Col T, sum Col V, compare to Col W, and 8 other pairs. And to clarify, I only need one summed number, so Col P, S, V et al are all summed together (all auction amounts).
Currently, I have a fairly large formula, =SUMIFS(P15:P2000, A15:A2000,">=" & AF11[A DATE], A15:A2000,"<=" & AF12 [A DIFFERENT DATE], Q15:1Q2000, "Sale-Auction") + then I have 10 other SUMIFS changing the 'P' and 'Q' ranges, and just connect these formulas with a plus '+' sign.
My gut tells me there is an array or SUMPRODUCT formula to use, but my brain cannot figure it out.
Help! Please!!
Data is fairly straightforward, but across multiple columns. Col A = date, Col P = $Dollar Amount I need to sum, Col Q = String name I need to match (ie Sale-Auction). My problem is, I have 11 pairs of columns I need to sum/check against string name. So I also need to sum Col S, but compare it to text in Col T, sum Col V, compare to Col W, and 8 other pairs. And to clarify, I only need one summed number, so Col P, S, V et al are all summed together (all auction amounts).
Currently, I have a fairly large formula, =SUMIFS(P15:P2000, A15:A2000,">=" & AF11[A DATE], A15:A2000,"<=" & AF12 [A DIFFERENT DATE], Q15:1Q2000, "Sale-Auction") + then I have 10 other SUMIFS changing the 'P' and 'Q' ranges, and just connect these formulas with a plus '+' sign.
My gut tells me there is an array or SUMPRODUCT formula to use, but my brain cannot figure it out.
Help! Please!!