Hello,
Here's a description of the calculation I want to perform: I want a formula to SUM the value of Currency Field: "Total_Applicant_Income_Before", If it's greater than 7500 and then subtract 7500 if Radio Button: "Is_Applicant_Disabled" is set to "Yes" (which has an assigned value of 1). Here's the formula I'm trying to use but it does not work. No error message to help me out. It just returns $0.00.
=SUMIF(Total_Applicant_Income_Before,">7500")-((COUNTIF(Is_Applicant_Disabled_,">0"))*7500)