murraythek
Board Regular
- Joined
- Aug 31, 2015
- Messages
- 61
Looking to amend a formula for our business that requires trustee calls for applicants in bankruptcy. Currently if the applicants credit scores exceed 520/520 the formula returns a response in cell C31 of "waive the trustee call". If they are below 460/460 the response in cell C31 is "decline the deal".
Our business now wants us to waive the calls if other criteria are met outside of credit scores. I'm trying to amend the current formula but Im stuck.
For reference staff are choosing between 2 drop down list options, F23 is "Yes" (they are in BK and scores must be met to waive the call) or F24 for "Waive Trustee Call" (if staff are willing to waive the call based on other variables) F23 = Yes and F24 = Waive Trustee Call
My addition is in bold/italics. Am I doing this correctly?
=IF(OR(B30=F23),IF(AND(B33>=520,B31>=520),"Waive Trustee Call",IF(AND(B33<460,B31<460),"Decline the Deal","Requires Trustee Call")),"No Trustee Call Required"), IF(OR(B30=F24),"Waive Trustee Call","No Trustee Call Required")
Adding the BOLD section returns a #value and Im stuck as to why.
Our business now wants us to waive the calls if other criteria are met outside of credit scores. I'm trying to amend the current formula but Im stuck.
For reference staff are choosing between 2 drop down list options, F23 is "Yes" (they are in BK and scores must be met to waive the call) or F24 for "Waive Trustee Call" (if staff are willing to waive the call based on other variables) F23 = Yes and F24 = Waive Trustee Call
My addition is in bold/italics. Am I doing this correctly?
=IF(OR(B30=F23),IF(AND(B33>=520,B31>=520),"Waive Trustee Call",IF(AND(B33<460,B31<460),"Decline the Deal","Requires Trustee Call")),"No Trustee Call Required"), IF(OR(B30=F24),"Waive Trustee Call","No Trustee Call Required")
Adding the BOLD section returns a #value and Im stuck as to why.