How to use the Excel MODE function
Use the MODE function in Excel to find the most frequently occurring number in a list of numbers. Use MODE.MULT to find multiple modes.
Learn how to use Excel like a pro with easy-to-follow tutorials and tips — spreadsheets, charts, pivot tables, and macros.
Use the MODE function in Excel to find the most frequently occurring number in a list of numbers. Use MODE.MULT to find multiple modes.
To quickly delete a row in Excel select a row and use the shortcut CTRL - (minus sign). To quickly delete multiple rows select multiple rows and use the same shortcut.
This example teaches you how to quickly highlight cells in Excel whose contents are different from the comparison cell in each row.
Sparklines in Excel are graphs that fit in one cell. Sparklines are great for displaying trends. Excel offers three sparkline types: Line Column and Win/Loss.
In Excel <> means not equal to. The <> operator in Excel checks if two values are not equal to each other. Let's take a look at a few examples.
This example teaches you how to apply a number filter and a text filter in Excel to only display records that meet certain criteria.
The TRIM function in Excel removes leading spaces extra spaces and trailing spaces. Use the SUBSTITUTE function to remove all spaces or non-breaking spaces.
The ribbon in Excel can be customized. You can easily create your own tab and add commands to it.
This example teaches you how to create your own search box in Excel. If you are in a hurry simply download the Excel file.
You can use Excel's Consolidate feature to consolidate your worksheets (located in one workbook or multiple workbooks) into one worksheet.
By default Excel shows the results of formulas. To show the formulas instead of their results press CTRL + ` (you can find this key above the tab key).
This example teaches you how to calculate the moving average of a time series in Excel. A moving average is used to smooth out irregularities (peaks and valleys) to easily recognize trends.
Dates and times in Excel can be displayed in a variety of ways. To apply a Date or Time format execute the following steps.
By default the VLOOKUP function performs a case-insensitive lookup. However you can use INDEX MATCH and EXACT in Excel to perform a case-sensitive lookup.
Changing the date format in Excel VBA is easy. Use the NumberFormat property in Excel VBA to set the desired date format. Below are simple examples and tips to find the right date format.
When joining text and a number use the TEXT function in Excel to format that number. This page contains many easy to follow TEXT function examples.
Below we will look at a program in Excel VBA that creates a footer before printing a workbook.
A list box is a list from where a user can select an item. To create a list box in Excel VBA execute the following steps.
To quickly remove duplicates in Excel use the tool on the Data tab. Use the Advanced Filter if you don't want to delete duplicates permanently.
The OR function in Excel returns TRUE if any of the conditions are true and returns FALSE if all conditions are false. Combine the OR function with other functions and become an Excel expert.
Use the TIME function in Excel to add or subtract hours minutes and seconds. To add up times in Excel simply use the SUM function.
In this chapter you'll find the most important functions to manipulate strings in Excel VBA.
A macro comment is a piece of text in a macro which will not be executed by Excel VBA. It is only there to provide you information about the macro.
You can use the Sort method in Excel VBA to sort ranges in Excel. This article provides clear and practical examples to help you get started with sorting ranges using Excel VBA.