Build Your Own Excel Toolbars: Excel Automation with Add-in created in Visual Studio using VSTO

This video provides a step-by-step guide on creating a custom Excel add-in using Visual Basic for Applications (VB.NET) and Microsoft Visual Studio. It starts with setting up the project in Visual Studio, then walks you through designing the add-in ribbon with buttons and options for formatting. Next, you’ll learn how to code the functionality behind…

Read More

Complete Guide to the New Chart Pane in Excel Online

This video tutorial will guide you through using the new chart pane in Microsoft Excel Online to format and style your charts. What you’ll learn:Accessing the chart paneFormatting chart elements (title, legend, axis, gridlines)Data label optionsAdding error barsUsing trendlinesData table settings Video Outline:We’ll use sample data to create a chart.Pivot tables won’t work with the…

Read More

Forecasting with Seasonal Autoregressive Integrated Moving Average (SARIMA) in Python/Excel

In this Python forecasting tutorial, we delve into predicting future global temperature changes using the SARIMA model, utilizing both Python and MS Excel. We start by acquiring data from NASA’s global climate change website and loading it into Python using the Pandas library. After cleaning and formatting the data, we construct our SARIMA model, setting…

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

Complete Guide to use Groupby and Pivotby functions newly introduced by Microsoft

In this tutorial, we explore the newly introduced Pivot By and Group By functions in Microsoft Excel. Learn how to dynamically summarize and modify your data with these powerful tools. Whether you’re an Excel novice or an advanced user, these functions can enhance your data analysis capabilities. #groupby #pivotby #ExcelTips #DataAnalysis #MicrosoftExcel #PivotTables #ExcelFunctions #DataVisualization…

Read More

Using Python Real Time Data Server to Display information in MS Excel

Welcome to another tutorial on real-time data in MS Excel! In our previous sessions, we explored building add-ins in VBA to display real-time information. Today, we’re diving into the world of Python, leveraging Real-Time Data Server technology to showcase real-time data in MS Excel. Unlike traditional methods, we’ll create our own functions in Python to…

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