An Excel-based dashboard to help businesses monitor their Accounts Receivables
You can watch the project demo video on YouTube by clicking the image below:
This Excel dashboard is designed to help businesses monitor the health of their accounts receivables. It features several charts and key metrics, along with technical features such as:
- Two dashboard pages: an overview and an individual customer analysis, navigable through buttons
- A dynamic 'as of date' which serves as the base for all metric calculations, changeable through a date picker UI built with VBA
- A focused view that hides Excel's built-in UI, providing users with a clean dashboard interface
This project was built using Excel formulas and VBA 7.1 programming language. It was made possible thanks to the following open-source modules:
- Calendar Input Form in Excel VBA by Siddharth Rout & logicworkz
To start using the dashboard:
- Download the
AR Dashboard.xlsm
file. - Open the file, which contains all the scripts from the
exported_vba
folder (disclosed for transparency), along with worksheets for raw data, calculations, and the dashboard interface. - Navigate to the 'DASHBOARD' worksheet to explore the dashboard.
Feel free to modify the dashboard or experiment with its features as needed.
![](/Muyoouu/excel-ar-dashboard/raw/main/img/overview_show_ui.jpg)
Overview page of the dashboard
![](/Muyoouu/excel-ar-dashboard/raw/main/img/overview.jpg)
Overview page with hidden Excel UI
![](/Muyoouu/excel-ar-dashboard/raw/main/img/overview_calendar.jpg)
'As of date' selection UI
![](/Muyoouu/excel-ar-dashboard/raw/main/img/customer_analysis.jpg)
Customer analysis page of the dashboard
![](/Muyoouu/excel-ar-dashboard/raw/main/img/customer_analysis_dropdown.jpg)
Customer drop-down selection
Distributed under the MIT License. See LICENSE.txt
for more information.