Blog

How to make Dependent Dropdown list with XLOOKUP

XLOOKUP made the life easy to make the dependent dropdown list, we would have never imagined that it would be so simple to construct the formula. Check out post & get you sample file for free of download

Dictate Feature Microsoft Office Application will type for you

Dictate is one of the Microsoft Office Intelligent Services, that will type as you speak. To use this feature you must have Office365 Subscription

Get Data From OneDrive Excel File Using Power Query

Use Power Query (Get & Transform Data) to connect the Excel File from OneDrive Location.

Excel IF Function

IF function performs a logical test and return one value for a TRUE or FALSE result. For example, to “pass” scores must be above 35, So the constitution of the formula reads as below

Convert Numbers To Word In Excel (Spell Number)

Copy Spell Number VBA Code for FREE ..!! No more worries about converting the number to word manually in Excel. It happens often time we wish to convert number to text, currently, there is no built-in function in Excel but yet with the help of VBA we can manage to do it.

Delete Empty Columns From A Given Range In A worksheet With VBA

This VBA Code allows you to delete the empty column from a given range.

Combine Active Workbook All Sheets Into One Master Sheet With VBA

Copy this simplest VBA Code which allow you to combine all the sheets into one single sheet.