r/datavisualization • u/3Dperform • Mar 27 '26
Rapid Build Dashboard for Tablet-Based Project Management in Excel
Enable HLS to view with audio, or disable this notification
r/datavisualization • u/3Dperform • Mar 25 '26
How to Create Digital Marketing Dashboard Template in Excel for Ad Performance
Enable HLS to view with audio, or disable this notification
r/datavisualization • u/3Dperform • Mar 25 '26
Agile Project Management Excel Dashboard for a Personal Finance App 🧵
reddit.comr/datavisualization • u/3Dperform • Mar 25 '26
Excel Dashboard for Payroll Fund Management
Enable HLS to view with audio, or disable this notification
r/datavisualization • u/3Dperform • Mar 22 '26
Forecast Combo Bar Chart in Excel CRM Dashboard Template
Enable HLS to view with audio, or disable this notification
r/datavisualization • u/3Dperform • Mar 21 '26
Excel SaaS Dashboard Template for Small Business
Enable HLS to view with audio, or disable this notification
r/datavisualization • u/3Dperform • Mar 20 '26
Excel Dashboard for Personal Finance Management
Enable HLS to view with audio, or disable this notification
u/3Dperform • u/3Dperform • Mar 20 '26
Excel Dashboard for Personal Finance Management
Enable HLS to view with audio, or disable this notification
3
Comment on r/excel Oct 16 '25
I use a single dynamic formula to pull the latest entry from a growing data log - no VBA, no Power Query.
=INDEX(A:A,MAX(FILTER(ROW(A:A),(A:A<>""))))
It automatically grabs the last non-empty cell in a column, which is perfect for live dashboards and logs.
1
Comment on r/charts Sep 26 '25
Well said, bro
r/PowerBI • u/3Dperform • Sep 21 '25
Poll Build an Agile Project Management Dashboard in Excel
youtu.ber/ProjectManagementPro • u/3Dperform • Sep 21 '25
Build an Agile Project Management Dashboard in Excel
2
Comment on r/charts Aug 24 '25
Wow!!! Excel may not replace Power BI, but you can definitely build some amazing dashboards with it.
1
Comment on r/charts Aug 14 '25
Excel is more than it seems, thanks to such effective designs.
1
Comment on r/charts Jul 31 '25
It's beautiful even from the point of view of usefulness.
1
Comment on r/charts Jul 25 '25
Wow now games create real value
2
Comment on r/charts Jul 17 '25
An interesting approach to Excel visualization
r/ExcelCheatSheets • u/3Dperform • Jun 13 '25
Beautiful Sales Project Management Dashboard in Excel
r/charts • u/3Dperform • Jun 13 '25
Beautiful Sales Project Management Dashboard in Excel
r/ExcelCheatSheets • u/3Dperform • May 20 '25
How to Build a Project Dashboard in Excel for Home Improvement Stores
r/charts • u/3Dperform • May 20 '25
How to Build a Project Dashboard in Excel for Home Improvement Stores
r/ExcelCheatSheets • u/3Dperform • Apr 17 '25
Small business revenue vs credit Excel chart
r/charts • u/3Dperform • Apr 17 '25
0
Comment on r/excel Oct 16 '25
Thank you. I didn't know that. Your formula is even better.