Hello - I am beating my head against a rock at the moment. I am trying to use SUMIFS and reference 2 columns in a different sheet. The first is a column that gives a status on "lead type" and has multiple values I want to select (e.g. Prospect, Qualified, Technical Validation...), and the second column has values ($$$) on the Total Contract Value of that lead, and I just want to select the whole column.
What I am trying to do is create a formula that says, "take all of the entries in the sheet that are "lead type" Prospect, Qualified, Technical Validation, ect. in Column A, and their respective Total Contract Values in Column B, and give me the SUM of those Column B values".
I got this to work for a single "lead type" by using this formula: =SUMIF({AAA BD Range 1}, "Prospect", {AAA BD Range 6})
In the above the "Range 1" is the Column A and the "Range 2" is the Column B. I tried to make a formula like this, but it did not work: =SUMIFS({AAA BD Range 1}, "Prospect", "Qualified, "Technical Validation", {AAA BD Range 6}). It just resulted in #UNPARSEABLE
Please help!