Dear Friends,
Excel Tips and Tricks will probably not be able to make your work SUPER easy but it will definitely make you productive. In this Section, we will be sharing small-small Tips and Tricks which can be used in our day-to-day life. Tips and Tricks must not always be related to Excel, it could be anything.
I am sure that we all know a few Tips and Tricks which make our day-to-day life easy. So let’s start sharing them and make a HUGE repository of Tips and Tricks.
How to Declare a Public Variable in VBA
While programming in VBA sometimes you need to declare a Public Variable that can store the value throughout the program. Use of Public Variable:...
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...
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...
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...
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...
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...
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...
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....
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...
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...