Hi, this is my current formula. Column A3:A1423 has values either "test" or "control". I need to keep the existing formula plus the "control" criteria. So if any of the cells in column A have the word "control" I need to proceed with my sumif formula.
=SUMIF($B$3:$B$1423,$A1430,D$3:D$1423)
Thanks
Microsoft Excel
Last Comment
Ladkisson
8/22/2022 - Mon
nutsch
if you're on excel 2007 or after:
=SUMIFS(D$3:D$1423,$B$3:$B$1423,$A1430,$A$3:$A$1423,"control")
if you're on excel 2003 or before
=SUMPRODUCT(D$3:D$1423*($B$3:$B$1423=$A1430)*($A$3:$A$1423="control"))
^ Above will change if you drag down the formula. Whats your criteria for B column?
Ladkisson
ASKER
The suggested formula did not work. Please refer to the attached file. I need to incorporate columns A & B and pull the totals from column C for the highlighted data. Thank you! Sumif.xlsx
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
=SUMIFS(D$3:D$1423,$B$3:$B
if you're on excel 2003 or before
=SUMPRODUCT(D$3:D$1423*($B