"Excel" category, page 11
How to hide and unhide rows in Excel
If you want to prevent your users from wandering into parts of a worksheet you don't want them to see, then hide such rows or columns from their view. The tutorial shows how to quickly hide and unhide rows in Excel using the ribbon, mouse or keyboard shortcuts. Continue reading
How to extract number from string in Excel
To extract number from string in Excel, it'd take a little ingenuity, a bit of patience, and a bunch of different functions nested into each other. Or, you can run the Extract tool and have the job done with a mouse click. Continue reading
Excel substring: how to extract text from cell
Although there is no such thing as Substring function in Excel, there exist three Text functions to extract text of a given length from a cell. Additionally, there are FIND and SEARCH functions to get a substring before or after a specific character. Continue reading
How to merge multiple Excel files into one
Merging multiple Excel workbooks into one file could be a cumbersome and long process. So, which is the best way to handle the problem: copy the sheet tabs, run VBA code or use a special tool? Continue reading
How to divide in Excel and handle #DIV/0! error
As with other basic math operations, Microsoft Excel provides several ways to divide numbers and cells. Which one to use depends on your personal preferences and a particular task you need to solve. Continue reading
Excel: If cell contains then count, sum, highlight, copy or delete
In our previous tutorial, we were looking at Excel If contains formulas that return some value to another column if the target cell contains a specific value. Aside from that, what else can you do if a cell contains certain text or number? Continue reading
Excel: If cell contains formula examples
One of the most common tasks in Excel is checking whether a cell contains a value of interest. What kind of value can that be? Just any text or number, specific text, or any value at all (not empty cell). Continue reading
How to multiply columns in Excel
As with all basic arithmetic operations, there is more than one way to multiply columns in Excel. This tutorial will show you a few possible solutions so you can choose the one that works best for you. Continue reading
How to capitalize first letter in Excel cells
How can we change the case of the first letter from lower to upper in Excel cells? Do we have to type each character manually into every cell? Not anymore! Today I will share three methods of capitalizing first letters in your table. Continue reading
How to multiply cells in Excel with formula examples
This tutorial shows how to use the multiplication operator in Excel and how to write a formula to multiply cells, columns and rows, numbers and percentages, and more. Continue reading
Excel IFERROR function with formula examples
"Give me a formula, and I shall make it return an error," an Excel user would say. In this tutorial, we won't be looking at how to return errors in Excel, we'd rather learn how to prevent them in order to keep your worksheets clean and your formulas transparent. Continue reading
Excel TODAY function to insert today's date and more
You want to put today's date in some cell? Or you wish to highlight the current date in your Excel calendar? Or you'd like to find the date closest to today? All this can be done by using the Excel TODAY function and this tutorial will teach you how. Continue reading
Excel MOD function to get remainder and more
The Excel MOD function is designed to get the division remainder, but it can do much more than its original purpose. In this tutorial, you will find a few non-trivial uses of MOD in Excel that may prove useful in your worksheets. Continue reading
Excel RANK functions with formula examples
When you need to determine the relative position of a number in a list of numbers, the easiest way is to sort the numbers in ascending or descending order. If for some reason sorting is not possible, the Excel RANK function is the perfect tool to do the job. Continue reading
How to use Data Validation in Excel - custom validation rules and formulas
In yesterday's tutorial we started to look at Excel Data Validation - what its purpose is, how it works, and how to use built-in rules to validate data in your worksheets. Today, we are going to take a step further and talk about the nitty-gritty aspects of custom data validation. Continue reading
Data validation in Excel: how to add, use and remove
When setting up a workbook for your users, you may often want to control information input into specific cells to make sure all data entries are accurate and consistent. Among other things, you may want to allow only particular data type such as numbers or dates in a cell, or limit numbers to a certain range and text to a given length. Continue reading
How to track changes in Excel
When collaborating on an Excel workbook, you may want to keep track of the changes that have been made to it. On a printed copy, you could use a red pen to mark edits. In an Excel worksheet, you can review, accept or reject changes electronically by using the Track Changes feature. Continue reading
How to share Excel file for multiple users and co-author a shared workbook
The recent versions of Excel make it easy to share and collaborate on workbooks. By sharing an Excel file, you allow multiple users edit the same document simultaneously, which saves you the trouble of keeping track of multiple versions. Continue reading
How to flip data in Excel: reverse columns vertically and rows horizontally
Flipping data in Excel sounds like a trivial one-click task, but surprisingly there is no such inbuilt option. In this tutorial, you will find a few quick ways to flip tables vertically and horizontally preserving the original formatting and formulas. Continue reading
How to create and use dynamic named range in Excel
If you are working with a continuously changing data set, you may want to make your named range dynamic so that it automatically expands to accommodate newly added data. In this tutorial, you will find detailed step-by-step guidance on how to do this. Continue reading