How to sort a pivot table alphabetically

However, you’ve got the option to override this default behavior. Lets take a look. When you add a label field to a pivot table, the items in that field are sorted alphabetically. For example, if we add Product as a row label to this pivot table. We get sales by Product, with all products listed alphabetically. This sorting is automatic for column labels as well. To re-sort in alphabetical order, nudge the A-Z button....

April 14, 2025 · 1 min · 188 words · Barbara Burton

How to sort a pivot table by value

For example, you might want to sort products by total sales, with the best-selling products listed first. This is easily done. Lets take a look. Lets quickly build a pivot table that shows total sales and order count by product. As usual, products are listed in alphabetical order by default. We can do the same thing with Orders. Lets sort orders in descending order. As always, we can hover over the sort icon to see the currently applied sort options....

April 14, 2025 · 1 min · 202 words · Travis Poole

How to sort a pivot table manually

Lets take a look. Here we have the same pivot table showing sales. Lets add Product as a Row Label and Region as a Column Label. As youve seen previously, both fields are sorted in alphabetical order by default. We can, for example, move Peanut Butter Chocolate to the top of the list. Notice that all value moves along with the label. This same approach works for columns as well....

April 14, 2025 · 1 min · 109 words · Amber Walker

How to sort a pivot table with a custom list

Lets take a look. Custom lists are useful when you want to sort a list into a sequence that is not alphabetical. For example, here we have a list of four regions. We can easily sort these regions alphabetically in ascending or descending order. But what if we want to sort them from West to East? Lets create a second list in that order. To do that, navigate to the custom list area at File > Options > Advanced....

April 14, 2025 · 1 min · 175 words · David Taylor

How to sort an Excel Table

Abstract Transcript In this video, we’ll look at how to sort anExcel Table. once you nail an Excel Table, it’s very easy to sort the columns. Commands for sorting, like commands for filtering, are customized to match the contents of a column. Dates will show options for Oldest and Newest. In this case, I need to undo twice. To sort first by one column, then by another, you should probably perform a Custom Sort....

April 14, 2025 · 1 min · 158 words · Mark Petersen

How to sort using more than one column

In Excel, this is referred to as a “custom sort.” Let’s take a look. Here we have a table that contains monthly sales data for a list of customers. For example, we could sort by the date of the first order, or by the state. For that, we need to use custom sort. Excel will then initiate the Sort dialog box. The Sort dialog allows you to sort one or more columns, referred to as “levels....

April 14, 2025 · 1 min · 198 words · Cynthia Hampton

How to step through complex formulas using Evaluate

Let’s use the Evaluate feature to see how these formulas work. you could find Evaluate Formula on the Formulas tab of the ribbon, in the Formula Auditing group. To use Evaluate Formula, select a formula, and tap the button in the ribbon. One part of the formula will be underlined – this is the part currently “under evaluation”. In this case, solving theTODAY functionis the first step in solving this formula....

April 14, 2025 · 1 min · 210 words · Regina Garcia

How to test a conditional formatting formula

An easy workaround is to test the formula on the worksheet directly. It should work straight away. Now let’s try it with a more complicated example. Here we have some random dates. We want to be able to highlight dates in any given month. For the formula, we can use the =TEXT function and “mmm” for the date format. That gives us the month. Now we just need to compare each result against the input cell....

April 14, 2025 · 1 min · 146 words · Mrs. Autumn Farley

How to test conditional formatting with dummy formula

When a formula in the overlay returns TRUE for a given cell, the formatting is applied. Formulas that don’t return TRUE (or the equivalent) do nothing. A good way to speed things up is to use what I call “dummy formulas”. Dummy formulas let you visualize how formulas will behave before you create a rule. Let me illustrate with a very simple example. Let’s say we want to highlight values over 100 in this set of data....

April 14, 2025 · 2 min · 313 words · Tina Snyder

How to trace a formula error

Abstract Transcript In this video we’ll look at how to trace a formula error. Here we have a simple sales summary for a team of salespeople over a period of 4 months. F11 in turn includes a reference to F9, which also displays the NA error. So, the first thing to notice is that one error often leads to another. If I pop in a zero into cell F9, all the errors are resolved at once....

April 14, 2025 · 1 min · 166 words · Vincent Brown

How to trace formula relationships

Let’s take a look through the formulas in this model to see how they work. First, let’s find all the formulas. We can easily do that by usingGo To Specialand then selecting Formulas. When I click OK, all formulas in the worksheet are selected. There’s no references in this formula, so this is just a one-off conversion. In cell C11, we see a formula that refers to the 3 cells above....

April 14, 2025 · 2 min · 219 words · William Ramos

How to trap errors in formulas

Trapping errors can make your spreadsheets more professional by making them less cluttered and more friendly to use. In this first worksheet, we have a simple table that shows test scores for 5 sections. Notice we get a Divide by Zero error in column E for the last 2 sections. That’s because there is no data yet to work within those sections. If you want to trap and suppress this error, there are a few easy options....

April 14, 2025 · 1 min · 183 words · Larry Wright

How to troubleshoot VLOOKUP approximate match

However, you still need to understand how approximate matches work. Let’s take a look at how VLOOKUP handles approximate matches in more detail. That’s why you’re using the approximate match setting to start with. Then it steps back one row and returns the result from the column you’ve specified. What if the lookup value is greater than the top value in the table? In that case, VLOOKUP will return a value from the last row in the table....

April 14, 2025 · 2 min · 221 words · Lucas Palmer