How to create Pareto chart in Excel
Do you want to know the principle causes to which you should devote the most efforts? It is what the Pareto principle, or the law of the vital few, is all about. Continue reading
Do you want to know the principle causes to which you should devote the most efforts? It is what the Pareto principle, or the law of the vital few, is all about. Continue reading
When working with large datasets in Excel, you may often want to lock certain rows or columns so that you can view their contents while scrolling to another area of the worksheet. This can be easily done by using the Freeze Panes command and a few other features. Continue reading
Excel PivotTable is a powerful way to summarize large amounts of data and create summary reports. To make your reports more user-friendly and interactive, add visual filters, aka slicers, to them. Continue reading
Though very popular, the nested IF statement is not the only way to check multiple conditions in Excel. In this tutorial, you will find a handful of alternatives that are definitely worth exploring. Continue reading
CHOOSE is one of those Excel functions that may not look useful on their own, but combined with other functions give a number of awesome benefits. At the most basic level, you use the CHOOSE function to get a value from a list by specifying the position of that value. Continue reading
Just imagine this. You are working in Excel when all of a sudden you notice that you cannot move from cell to cell normally - instead of getting to the next cell, your arrow keys scroll the whole worksheet. Don't panic - simply turn the Scroll Lock off. Continue reading
In this tutorial, you will learn many different ways to do superscript and subscript in Excel: keyboard shortcuts, custom formats, writing superscripted and subscripted characters with a mouse, and more. Continue reading
Are you stuck with calculating how many days there are since a certain date or until date? This tutorial will teach you an easy way to add and subtract days from date in Excel. With our formulas you can quickly calculate 90 days from date, 45 days before date, and count whatever number of days you need. Continue reading
There is only one method to rearrange worksheets in Excel - drag them to the desired position on the sheet tab bar. When it comes to alphabetizing tabs in a large Excel file, this may be a long and erroneous way. This tutorial shows a couple of time-saving alternatives. Continue reading
Are you looking to calculate the expiration date that is exactly 90 days from now? Or you need to know the date that occurred 60 days before today? Whatever your task is, this tutorial will teach you how to make your own date calculator in Excel in under 5 minutes. Continue reading
It is super easy to cross out text in Microsoft Word – you simply click the strikethrough icon on the ribbon. Naturally, you'd expect to see the same button on the Excel ribbon. But it's nowhere to be found. So, how do you strikethrough text in Excel? Continue reading
Alphabetizing in Excel is as easy as ABC. Whether you are sorting an entire worksheet or selected range, vertically or horizontally, ascending or descending, in most cases the task can be accomplished with a button click. Continue reading
Excel does not provide a built-in feature to make bulleted lists like most word processors including Microsoft Word do. But that doesn't mean there is no way to insert bullet points in Excel. In fact, there are at least 8 different ways, and this tutorial covers them all. Continue reading
As everyone knows, Excel COUNTIF function is designed to count cells based on just one criterion while COUNTIFS evaluates multiple criteria with AND logic. But what if your task requires OR logic – when several conditions are provided, any one can match to be included in the count? Continue reading
When you have related data in several cells, you may be tempted to combine them into a single cell for alignment or comparison purposes. So, you merge a few smaller cells into a bigger one only to realize that merged cells have made it difficult to perform the simplest tasks on your worksheet. How do you unmerge cells in Excel to get things back to normal? Continue reading
Are you wondering how many days are between two dates? Maybe, you need to know the number of days between today and some specific date in the past or future? Or, you just want to count working days between two dates? Whatever your task is, one of the below examples will certainly provide the solution. Continue reading
There are many situations when you may need to delete every other row in your worksheets. This short tutorial will teach you a couple of quick ways to remove alternate rows or every Nth row in Excel. Continue reading
Excel VLOOKUP and IFERROR - these two functions may be pretty hard to understand separately, let alone when they are combined. In this article, you will find a few easy-to-follow examples that address common uses and clearly illustrate the formula logic. Continue reading
Whilst VLOOKUP and IF functions are useful on their own, together they deliver even more valuable experiences. Today, we will be looking at a few simple examples that will show you how to Vlookup with If condition in Excel. Continue reading
Whether you do market research for a new product launch or evaluating the results of your marketing campaign, it is important that you use an unbiased sample of data for your analysis. The easiest way to achieve this is to do random selection in Excel. Continue reading
Microsoft Excel provides a handful of different sorting options including ascending or descending order, by color or icon, and custom sort. However, it lacks one important feature - random sort. This tutorial will teach you a couple of easy ways to shuffle data in Excel. Continue reading
To make your worksheets look more stylish and professional, you can include a header or footer on each printed page of your document. Microsoft Excel provides a handful of predefined headers and footers to choose from, as well as allows creating your own ones. Continue reading
It is a very common situation in Excel that your worksheet contains a column of full names, and you want to split the first and last names into separate columns. The task can be accomplished in three different ways - by using the Text to Columns feature, formulas, and Split Names tool. Continue reading
Worksheets with a lot of complex and detailed information are difficult to view and read. Luckily, Microsoft Excel provides an easy way to organize data in groups allowing you to collapse and expand rows with similar content to create more compact and understandable views. Continue reading
As everyone knows, an Excel worksheet can be visible or hidden. As a matter of fact, it can be visible, hidden, or very hidden. This tutorial clarifies the difference and explains how to make a worksheet very hidden and how to view very hidden sheets. Continue reading
Normally, when you open Excel, you can see all sheet tabs at the bottom of your workbook. But what if you don't want all of your worksheets to be there? Fortunately, you can easily hide as many sheets as you like as long as at least one spreadsheet remains visible. Continue reading
Imagine this: you open a worksheet and notice that some formulas refer to another worksheet. You look at the sheet tabs, but the referenced spreadsheet is not there! What does that mean? Simply, the worksheet is hidden. Continue reading
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
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
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