I want to take the Sum of Column A from another sheet if column B shows "Loan Declined" and Column C shows either "Underserved" or "Low-Income".
I tried the following formula to achieve this but none of them are reporting the needed information:
=SUMIFS({Column A}, {Column C}, "Underserved", {Column C}, "Low-Income", {Column B}, "Loan Declined")
Is there another formula that can help me obtain the answer that I want to generate?
I appreciate the assistance!