While programming in VBA sometimes you need to declare a Public Variable that can store the value throughout the program. Use of Public Variable: Let's say you have 4 different Functions in your VBA Code or Module and you have a variable that may or may not be...
Excel Tips
How to Get Excel version using VBA Code
Dear Friends, Usually while working on any of the VBA projects, it becomes important for me to first check the version of excel which user is using and based on that certain functionality of my tool may or may not work. For Example: If you have some sales data using...
Calculate MOD of Large Numbers in Excel
Excel Trick to Calculate MOD of Big Numbers. This article is all about MOD function in Excel. Every aspect of the MOD function is covered here in this article. At the end of this article, I have also explained a VBA code to calculate the MOD of large numbers. I have...
Hide Group outline symbol in Excel – [Manual Option + VBA]
Dear Friends, In this article, I am going to share a quick tip related to Excel. It was asked by one of my colleague recently. How to show or hide Group Outline Symbol in Excel Workbook when you group any row or column. Here I will show you both the methods - 1. How...
Mastering Excel’s UNIQUE() Function: A Comprehensive Guide
UNIQUE() function in Excel is yet another very useful function with Dynamic array and spill range capabilities. UNIQUE() function helps in handling data deduplication and extraction of distinct values efficiently. In this blog post, we'll look into the details of the...
Mastering Excel Formulas: A Comprehensive Guide to the SORT() Function
In today's tutorial, we'll be diving into the exciting world of dynamic arrays and spill functions in Excel. These features have revolutionized the way we work with data, providing a more flexible and efficient way to handle arrays. I am going to explain these...
Excel FILTER() Function Tutorial: Mastering Data Filtering with Step-by-Step Examples
Embark on an Excel journey like never before! Our latest tutorial unravels the secrets of the powerful FILTER() function, guiding you step by step through dynamic data filtering. Learn to wield the tool with precision, create dynamic spill ranges effortlessly, and elevate your data extraction skills. Whether you’re a novice or seasoned Excel user, this comprehensive guide promises to unveil the true potential of FILTER(). Dive in, and transform the way you filter and extract data in Excel!
Top 20 Excel Shortcuts to boost your productivity
Microsoft Excel is a powerful tool that empowers individuals and businesses to analyze data, create complex formulas, and organize information effectively. While Excel offers a vast array of features, mastering the right shortcuts can significantly enhance your...
5 Excel VBA Code Snippets to Improve Productivity
Introduction: Excel VBA (Visual Basic for Applications) is a powerful tool that allows you to automate tasks and enhance your productivity in Excel. With VBA, you can write custom code to perform repetitive actions, manipulate data, and create customized solutions. In...
Custom Excel Formula to Count based on Color
Dear Readers, Last Friday, my wife, Shagun Sharma, who is a Vlogger shared an excel sheet with some data and a problem to solve, which can save some time of hers. Problem Statement: She had created an Excel sheet for her planning where she used to highlight some of...
Buy a coffee for the author
Download FREE Tools and Templates
There are many cool and useful excel tools and templates available to download for free. For most of the tools, you get the entire VBA code base too which you can look into it, play around it, and customize according to your need.
What is Excel Formula?
Excel Formula is one of the best feature in Microsoft Excel, which makes Excel a very very rich application. There are so many useful built-in formulas available in Excel, which makes our work easier in Excel. For all the automated work, Excel Macro is not required. There are so many automated things can be done by using simple formulas in Excel. Formulas are simple text (With a Syntax) which is entered in to the Excel Worksheet Cells. So how computer will recognize whether it is a formula or simple text? Answer is simple.. every formula in Excel starts with Equal Sign (=).
VBA: Reverse a string
It is very easy to get the Reverse of a string entered by user in Excel VBA by using VBA inbuilt functionality....
Data Anonymizer: Open Source to Anonymize Personal Data
In the ever-evolving landscape of software development, safeguarding personal data is paramount. Whether you're a...
Custom Excel Formula to Count based on Color
Dear Readers, Last Friday, my wife, Shagun Sharma, who is a Vlogger shared an excel sheet with some data and a problem...