๐Ÿ“Š Executive Bank Loan Applications Dashboard in Excel

This project focuses on preparing, cleaning, and analyzing bank financial data, followed by building an interactive dashboard in Excel. Key business insights are also highlighted.

Bank Loan Dashboard

๐Ÿ› ๏ธ Data Preparation in Excel

1. Importing Data:
The raw dataset was reviewed in Excel to understand its structure, identify irrelevant columns, and set appropriate data typesโ€”especially date formats.

2. Data Cleaning:

Steps included:

  1. Removing duplicates: No duplicates were found.
  2. Standardizing data:
  3. Handling missing values:
  4. Removing irrelevant Columns/Rows: Columns not relevant to the analysis were removed to simplify the dataset.
  5. Adding new columns:

    Created a Loan Quality Label based on the loan status:

    =IF(OR([@[Loan_Status]]="Fully Paid", [@[Loan_Status]]="Current"), "Good Loan", IF([@[Loan_Status]]="Charged Off", "Bad Loan", ""))

๐Ÿ“Š Pivot Tables for Key Metrics

Before building the dashboard, key performance indicators (KPIs) were defined and summarized using PivotTables with proper formatting (%, currency, thousands/millions).

Key Metrics include: Total Loan Amount, Funded Amount, Amount Received, Average Interest Rate, Debt-to-Income Ratio (Good vs. Bad loans), Loan Counts by Employee, State, and Purpose, and Monthly Trends.

Pivot tables

๐Ÿ“ˆ Dashboard Development

Design Principles:

Visual Elements:

Bank Loan Dashboard

โœ… Key Insights from the Dashboard

Risky loans

๐Ÿ” Opportunities for Further Analysis