Creating Custom Functions in Excel without using VBA: A Deep Dive into LAMBDA

Traditionally, custom functions in Excel were created using VBA, a programming language. However, Microsoft introduced the LAMBDA function in 2020, allowing users to create custom functions without coding. Inspired by lambda calculus, LAMBDA functions are defined with a name, parameters, and a formula. They can be used directly or named for future reference. By using…

Read More

Power Pivot Advanced Concepts – A Complete Guide to Power Pivot

This tutorial provides a comprehensive overview of Power Pivot in Excel, covering topics such as data modeling, creating relationships, working with measures and KPIs, using OLAP tools, calculated columns, perspectives, and synonyms. It also demonstrates how to enable Power Pivot, connect to external data sources, and create pivot tables and charts. Additionally, the tutorial explains…

Read More

Using Dropdown Lists Effectively to Summarize Data and Build Dashboards and Reports in MS Excel

The video tutorial demonstrates how to create a comprehensive report in MS Excel using a drop-down list. The tutorial begins by explaining how to set up a data set with quarterly sales information, including location details. It then guides viewers through the process of creating a drop-down list, which allows users to select specific countries,…

Read More

Data Visualization in MS Excel with Dynamic Python Charts

Welcome back, everyone! In this unique tutorial, we’ll guide you through creating a dynamic dashboard in Microsoft Excel using Python. Specifically tailored for those keen on mastering Python visualizations, we’ll delve into the world of Excel charts powered by Python’s Matplotlib library. Notably, unlike Excel’s native charts, Python charts seamlessly integrate within cells, providing a…

Read More

Assets Management in Power BI for Business and Finance Professionals

In this instructional session, finance professionals are guided through the process of managing assets and presenting financial data in charts. The focus is on calculating depreciation, accumulated depreciation, and net book value using two methods: straight line and declining balance. The tutorial demonstrates how to incorporate these calculations into a Power BI dashboard, emphasizing their…

Read More

Realtime/Live Data Processing in Excel, using addin created by yourself using VBA

Welcome to our MS Excel tutorial! In this session, we’ll guide you through the process of transforming your Excel spreadsheet into a real-time data processing and visualization powerhouse. 📊 Topics Covered:Creating an Add-In for Real-Time Calculations: Learn how to develop and install an Excel add-in that calculates and refreshes data at specified intervals.Connecting Excel to…

Read More