CellSkill
NG
Northgate Capital
Loan committee at 2pm

Bucket every applicant into a risk tier before the committee meets

Underwriting tags every applicant by risk before loan committee. Scores 750+ are Low, 650-749 are Medium, anything below 650 is High. The committee won't read the score — they read the tier.

IFAdvanced . 5 min . Finance Basics
Lesson 7 · IF

Assign credit risk tier from credit score

Advanced~5 min
Learning objective

Practice using IF to solve a real finance & accounting problem. By the end, you’ll know when to reach for it and how to structure the arguments correctly.

Scenario

Credit underwriting tags every applicant by risk before the loan committee meets. Score 750 or higher is 'Low', 650-749 is 'Medium', anything under 650 is 'High'. The committee won't read the score — they read the tier.

Goal

In cell E2, return 'Low' if the credit score in D2 is 750 or higher, 'Medium' if it's 650 or higher, otherwise 'High'. Drag the formula down through E9 so every applicant is bucketed.

How IF works

IF tests a condition and returns one value if it's true and another if it's false. It's the foundation of every conditional formula in Excel. The condition can use comparison operators (=, <, >, <>), and the two return values can be numbers, text, blanks, or even nested formulas.

Syntax
IF(logical_test, value_if_true, [value_if_false])
Read the full IF guide
Stuck? Reveal the hint

Try the formula first. Hints cost CP for a reason.

Assign credit risk tier from credit score | IF Exercise | CellSkill