How to make a histogram chart

A histogram chart displays the count of items grouped into bins using columns. Starting in Excel 2016, the histogram chart is a built-in option. In this worksheet, I’ve got a list of 100 names and ages. Let’s plot this data in a histogram chart. To start out, select a cell in the data. When you opt for chart, Excel will build a histogram chart automatically. In some respects, the chart is similar to a regular column chart....

April 14, 2025 · 2 min · 257 words · Andrea Rogers

How to make a nested IF formula easier to read

Here I have a worksheet that calculates sales commissions based on the commission structure shown in the table. On the left, I have a small test area with three formulas to calculate commission rates. Each formula returns the same rate when we plug in different sales numbers. Like all nested IFs, it’s difficult to understand what the formula is doing at first glance. The second formula is identical. If we click into the next IF statement, we can do exactly the same thing....

April 14, 2025 · 1 min · 195 words · George Reyes MD

How to make a Pareto chart

A Pareto chart plots the distribution of data in columns by frequency, sorted in descending order. A line showing cumulative percentage is plotted on a secondary axis. Starting with Excel 2016, the Pareto chart is a built-in chart key in. In this worksheet, I’ve got a list of 100 reported issues classified by throw in. So to get the counts we need, I’ll use formulas. I’ll first convert this data to a table....

April 14, 2025 · 2 min · 303 words · Leslie Anderson

How to make a self-contained pivot table

A pivot cache is what makes exploring data with a pivot table fun and snappy. Let’s take a look. Here we have an Excel table that contains almost 3000 rows. The moment a blank pivot table is created, Excel generates the pivot cache. As we add fields to the pivot table, we are actually working with the pivot cache. We can prove this by changing the first row of the source data....

April 14, 2025 · 1 min · 175 words · Elizabeth Peterson

How to make a stacked area chart

Stacked area charts make sense when you want to show changes in a part-to-whole relationship over time. In this case, the four product lines have a part-to-whole relationship - together, they represent total sales. Let’s plot this data in a stacked area chart. Since we have totals in the table, I’ll exclude those from the selection. Notice the description in recommended charts mentions the part-to-whole relationship. The result is a chart with 4 data series, stacked one on top of the other....

April 14, 2025 · 2 min · 239 words · Michael Deleon

How to make an exact copy of a formula

Usually, this is exactly what you want. Let’s take a look at a few ways to do that. First, let’s take a look at the problem. Here’s a simple spreadsheet that captures hours worked in a week and displays a total. The total is calculated using theSUM functionon all cells above. Let’s say you want to copy the formula that sums the hours to another location. One way to prevent cell references in a formula from changing is to useabsolute references....

April 14, 2025 · 2 min · 243 words · James Dixon

How to make dependent dropdown lists in Excel

Quick Links What is a dropdown list? Dropdown lists allow users to select a value from a predefined list. This makes it easy for users to enter only data that meets requirements. Dropdown lists are implemented as a special kind of data validation. The screen below shows a simple example. In other words, how can you make a dropdown list dynamic? They are created with data validation, using a custom formula based on theINDIRECT functionandnamed ranges....

April 14, 2025 · 2 min · 217 words · Scott Smith DVM

How to manage named ranges

you might easily do this by using a feature called the “Name Manager.” you’re able to find the Name Manager on the Formulas tab of the ribbon. Just click to open. you’re able to also initiate the Name Manager using the keyboard shortcut Control + F3. Once the Name Manager is open, you have several options. you’re free to create a new name with the New button. you’re free to also edit an existing named range with the Edit button....

April 14, 2025 · 1 min · 188 words · Ashley Anderson

How to modify a calculated field in a pivot table

Lets take a look. First, select any cell in the pivot table. Next, snag the calculated field you want to work with from the name drop-down list. you’ve got the option to now update the formula as you like. To make an easy example, well modify this formula by adding 100 to the result. hit the Modify button to update the formula and leave the dialog box open. Click OK to update the formula and terminate the dialog box....

April 14, 2025 · 1 min · 207 words · Jamie Simmons

How to modify a calculated item in a pivot table

Lets take a look. Here we have the same pivot table we looked at earlier. Before we make any changes, lets add Product as a Row Label above the Region field. Now we have multiple instances of the calculated item Eastern. If you want to update this name, just pop in a new name directly in the table. And if you click OK, youll get a new Calculated item with the same formula....

April 14, 2025 · 1 min · 169 words · Joan Williamson

How to move a pivot table style to another file

Let’s take a look. Here we have the custom pivot table style that we created and applied to this pivot table earlier. Wed like to use this same style in a different workbook. To make this pivot table style available in another workbook, just follow this simple workaround. First, opt for entire pivot table. it’s possible for you to use the Select menu on the Options tab of the PivotTable Tools Ribbon....

April 14, 2025 · 1 min · 172 words · Shannon Henry

How to move and copy worksheets in Excel

This allows you to put worksheets into a sequence that makes sense and to duplicate worksheets when needed. Let’s take a look. Here we have a workbook that contains several sheets. Let’s rearrange these worksheets into alphabetical order. Excel will display a small black triangle to let you know exactly where the new sheet will be placed. To complete the move, just release the mouse. The worksheet tab will appear at the new location....

April 14, 2025 · 2 min · 226 words · Angela Harding

How to move and copy worksheets to other workbooks

Let’s take a look. Then, in the Move or Copy dialog box, switch the dropdown selector to (new book). Let’s end the new workbook now and look at copying or moving a worksheet into another existing workbook. Before you could move a worksheet to another workbook, you’ll need to open that workbook in Excel. Let’s copy the Red worksheet from the source workbook to the destination workbook. As before, right-nudge the worksheet tab and choose “Move or copy....

April 14, 2025 · 1 min · 150 words · Ms. Valerie Barrera MD