Improve Data Quality Using VBA Code – Clean and Trim Cell Values This code allows trimming (removing leading and ending spaces) and cleaning (removing unprintable characters) process for your Excel data. Read more
Improve Data Quality Using VBA Code – Clean and Trim Cell Values This code allows trimming (removing leading and ending spaces) and cleaning (removing unprintable characters) process for your Excel data. Read more
This lesson should help you master the usage of Date and Time in Excel and the various functions and formats around the same. 10 Functions covered in detail in this Read more
We all know how to split comma separated values using delimiter. What if we need to sum, count or average the comma separated values? Follow the steps: (1) Select cell Read more
The most used functions in Excel are the ones that sum and count. You can sum and count based on a single or multiple criteria. This lesson covers: SUM, SUMIF, Read more
Use the following VBA code to convert numbers to text strings. Steps: Hold ALT + F11 keys to open the Microsoft Visual Basic for Applications window. Click Insert > Module, Read more
We know what a Named Range is and how it works. Now we’ll see what is a DYNAMIC named range in Excel. A dynamic named range expands automatically when you Read more
If some cells, rows, or columns on your worksheet are not displayed, you have the option of copying all cells or only the visible cells. By default, Excel copies hidden Read more
A key building block in formula writing is the ability to use absolute and relative cell references. Though the term Absolute cell reference sounds too complex and goes over the Read more