Learn Excel Now

Conquer the Fear of Excel

  • Home
    • Our Team
  • Training
    • Custom Training
      • Custom Virtual Group Training
      • Custom Onsite Group Training
      • Consulting Services
    • Excel
    • MS Office
    • Outlook
    • PowerPoint
    • Word
    • OneDrive
    • Google
  • All-Access
  • eLearning
    • Excel Foundations
    • Micro Courses
      • Simply Excel
      • Simply Excel Pt. II
  • Resources
    • Contact
    • FAQ
    • New User Onboarding
  • Login

Merge and Manipulate Multiple Excel Sheets like a Pro

September 28, 2023 by Madeleine Moucheron

Working with multiple Excel sheets is common for many spreadsheet users. However, managing and consolidating data across worksheets and workbooks can be tedious and time-consuming without the right techniques. Master these tricks to merge and manipulate Excel sheets like an expert.

View Sheets Side-by-Side

Rather than constantly switching between tabs, view multiple sheets side-by-side in the same window. Go to the View tab and select “New Window” to open a second window displaying your workbook. You can tile or cascade sheets and easily refer to data across windows.

Link Sheets with 3D Formulas

Build 3D formulas to analyze data across multiple sheets. Start a formula as usual and add the sheet name followed by an exclamation point before the cell reference, like =Sheet2!A1. This pulls data from Sheet2 into your formula on the active sheet for seamless cross-referencing.

Consolidate Data with PivotTables

Easily combine, summarize, and report on data from separate sheets with PivotTables. When creating a PivotTable, check the box for “Multiple Consolidation Ranges” and add all the source sheets. The PivotTable will automatically pull and consolidate the data for flexible reporting.

Merge Tables with Power Query

For a more permanent data merge, use Power Query to combine tables from different sheets into a single master table. Load the sheets you want to merge, select the tables, go to the Transform tab, and click “Merge Tables”. Power Query will append the rows together into one unified dataset.

Link Cells Across Sheets

Rather than retyping the same data in multiple sheets, you can link cells and ranges across sheets to maintain consistency. Type “=” in a cell, then click the sheet tab and select the cell to link. The data will remain synced as it’s updated.

With these tips, you can masterfully merge, consolidate, and manage data across all your Excel worksheets. Want to take your Excel skills even further? Check out our upcoming workshop!

And, we’ve got you covered with an entire library of solutions that will empower you to work smarter!

Automatically Adding Serial Numbers in Excel

May 25, 2023 by Madeleine Moucheron

Serial numbers are an essential part of many datasets because you can use them to identify specific entries in your sheet. Adding them manually can take time and result in errors, but there are several ways you can add these numbers automatically. 

Save yourself some time at work by learning how to add serial numbers to your spreadsheets. We’ll cover four popular methods.

Fill Series Method

If you want to add a series of number rows without doing so manually, use the Fill Series tool to generate a column with a list of numbers in it.

Follow these steps:

  • Select the cell you want to use and insert the number “1” into it
  • Click the Home tab, then hover over to Editing, then Fill, then Series.
  • The Series window will populate, and when it does, key in the following information:
    • Series In = Column
    • Step Value = 1
    • Stop Value = the number you want to end your sequence with (ex: 1,000)
    • Click OK

ROW Function Method

For this method, click on the cell A1, then edit it. Key in the =ROW() formula. You’ll then select the formula and drag it to the number you want to end your sequence with.

Adding One Method

This is another quick method to use if you want to add serial numbers in an Excel spreadsheet.

  • Click the cell you want to use to start your sequence
  • Enter the number “1” into the cell
  • In the next cell down, key in the formula =C1+1 (assuming C1 is your starting cell)
  • Click the formula and then drag it down to the number you want to end your sequence with

Pivot Table Method

If you want to add serial numbers to a pivot table, it’s important to insert an extra column in your source data. This number column will appear after the row item columns.

To accomplish this task, follow these steps:

  • Add a new column in your source data, and place a “1” in each cell
  • Create a pivot table with the data therein
  • Add the columns as values afterward
  • Right-click the column in the values section and select Value Field Settings
  • Click on Show Value As and select the running total
  • Click OK

We hope these tools help save time and enhance the quality of your data!

If you want to take your Excel skills to the next level and explore a wide range of formulas and functions, check out our workshop.

And, we’ve got you covered with an entire library of solutions that will empower you to work smarter!

Like Learn Excel Now? Follow us on social media and share our content with your networks!

VLOOKUP, HLOOKUP, and XLOOKUP Formulas Part 3: XLOOKUP Formula

April 28, 2023 by Madeleine Moucheron

The XLOOKUP function is relatively new, and it was introduced to provide solutions for some of the issues that commonly occur when using the VLOOKUP and HLOOKUP functions. XLOOKUP serves as a sort of replacement for the other two functions mentioned, so if you can master using the XLOOKUP function, you’re all set when it comes to looking up pieces of data in your spreadsheets.

Keep reading to learn more about the XLOOKUP function.

XLOOKUP

The XLOOKUP function differs from both the VLOOKUP function and the HLOOKUP function in that it isn’t dependent on directions. XLOOKUP doesn’t have to search vertically or horizontally to locate and populate a specific piece of information. 

The XLOOKUP function looks like this: =XLOOKUP(lookup_value, lookup_array, return_array, [if_not_found], [match_mode], [search_mode])

Each component of the function has a specific meaning.

  • lookup_value: the information you want to locate
  • lookup_array: the list you want Excel to search for the information
  • return_array: the list you want the results from
  • [if_not_found]: the information populated if the value doesn’t exist
  • [match_mode]: exact match only setting
  • [search_mode]: search from first to last or last to first

It’s worth noting that the XLOOKUP function comes with several optional settings you can include in order to more accurately find the information you’re looking for. Because this function was designed to overcome the setbacks associated with the other two functions, many people prefer to use XLOOKUP to find data in their spreadsheets.

We hope this helps you feel comfortable using the XLOOKUP formula in Excel.

For a detailed demonstration from an expert, with exercises, and the most common questions answered, check out our workshop: Mastering Excel Lookup Functions: What Every User Should Know.

If you’d like to learn additional Excel formulas that can make your job easier, quicker, and more accurate, we’ve got you covered!

Like Learn Excel Now? Follow us on social media and share our content with your networks!

VLOOKUP, HLOOKUP, and XLOOKUP Formulas Part 2: HLOOKUP Formula

April 21, 2023 by Madeleine Moucheron

HLOOKUP is a function that Excel users can key in to look up and retrieve data from a specific row in a table. This function searches for values in the table’s first row, then returns a value in the same column from that row if the listed conditions are met.

Read on to discover the unique characteristics of the HLOOKUP function.

HLOOKUP

In the HLOOKUP function, the H stands for horizontal, so this function performs horizontal searches from left to right.

The HLOOKUP Function looks like this: =HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])

The components of the function have the following significance:

  • lookup_value: Like the other lookup functions, this segment identifies the piece of information you want to find
  • table_array: the table you want to search to find the specific piece of information
  • row_index_num: the row number from the table_array segment that will produce the matching value
  • range_lookup: the value that determines whether you want the function to locate an exact match or an approximate match

We hope this helps you feel comfortable using the HLOOKUP formula in Excel.

For a detailed demonstration from an expert, with exercises, and the most common questions answered, check out our workshop: Mastering Excel Lookup Functions: What Every User Should Know.

If you’d like to learn additional Excel formulas that can make your job easier, quicker, and more accurate, we’ve got you covered!

Like Learn Excel Now? Follow us on social media and share our content with your networks!

VLOOKUP, HLOOKUP, and XLOOKUP Formulas Part 1: VLOOKUP Formula

April 14, 2023 by Madeleine Moucheron

VLOOKUP is a relatively common Excel function that aims to simplify locating a specific piece of information located within a spreadsheet. For example, if you have a series of insurance policy numbers and the insured individual’s name listed in various cells, VLOOKUP can help you locate information in a specific column instead of scouring through mountains of data manually.

Continue to learn about the capabilities of the VLOOKUP function.

VLOOKUP

In the term VLOOKUP, the V stands for vertical, so this function performs vertical searches from the left side of the spreadsheet to the right.

The VLOOKUP function looks like this: =VLOOKUP(lookup_value, table_array, column_index, [match_model])

Let’s break down the components of the function.

  • lookup_value: the information you want to locate
  • table_array: the location where you want to look for your information
  • column_index: the number associated with the column from the table_array section
  • [match_mode]: This value should usually be set to 0 if you want the output to populate only if the VLOOKUP feature finds an exact match

We hope this helps you feel comfortable using the VLOOKUP formula in Excel.

For a detailed demonstration from an expert, with exercises, and the most common questions answered, check out our workshop: Mastering Excel Lookup Functions: What Every User Should Know.

If you’d like to learn additional Excel formulas that can make your job easier, quicker, and more accurate, we’ve got you covered!

Like Learn Excel Now? Follow us on social media and share our content with your networks!

Reviewing Formulas and Functions Part 3: COUNT in Excel

March 2, 2023 by Madeleine Moucheron

Most working professionals want to save time when writing reports and copying data into spreadsheets, yet worrying about making mistakes can slow progress to a crawl. If you want to save time and make sure you’re recording accurate data, mastering a few Excel formulas is worth your effort.

Read on to learn about the COUNT formula and how it can help you at work.

COUNT in Excel

Instead of manually counting the number of cells being used in an Excel spreadsheet, the COUNT function can provide you with a quick, accurate answer.

Using the COUNT Formula

To use the COUNT function, there are two options, and each one depends on what you’re trying to count. Counting the cells that contain numeric values can be done this way:

  • =COUNT(C4:C9) – this will provide you with the number of cells in this sequence that have numbers in them (if all of them do, the answer is 6)

Counting the cells that simply aren’t blank (as in, they can have numbers, letters, or symbols in them), you would use this formula:

  • =COUNTA(C4:C9) – if 3 cells contain numbers, one contains letters, and two are blank, the value you would get is 4)

If you’d like to learn more Excel formulas that can make your job easier, quicker, and more accurate, stay tuned. We’ll steadily release an Excel series in the form of several short, simple blog posts.

We at Learn Excel Now hope you feel comfortable creating using the SUM, AVERAGE, and COUNT functions in Excel.

Like Learn Excel Now? Follow us on social media and share our content with your networks!

Reviewing Formulas and Functions Part 2: AVERAGE in Excel

February 23, 2023 by Madeleine Moucheron

Learning a selection of Excel formulas can take your reports to the next level. Mastering a few tips and tricks can not only save time for working professionals but using Excel formulas can help double-check the values listed on a spreadsheet. To simplify your work and make sure you’re presenting accurate data, take a look at how to use the AVERAGE formula.

AVERAGE in Excel

The AVERAGE function is used to determine the average value or number in a list of numbers. It effectively finds the midpoint of a number sequence. 

Using the AVERAGE Formula

To determine the average of a list of numbers in an Excel spreadsheet, use the following formula:

  • =AVERAGE(C4:C9)

You can also find the average of several number sequences by separating them with commas.

  • =AVERAGE(C4:C9, B5:B7)

We at Learn Excel Now hope you feel comfortable creating using the SUM function in Excel. Next week, we’ll wrap up the series with COUNT function in Excel so stay tuned!

Like Learn Excel Now? Follow us on social media and share our content with your networks!

Reviewing Formulas and Functions Part 1: SUM in Excel

February 16, 2023 by Madeleine Moucheron

Mastering Excel formulas can make a world of difference for working professionals. Not only does using formulas save time, but it also ensures that the figures you’re calculating are correct based on the data in your spreadsheet.

Read on and we’ll show you how to use the SUM formula correctly.

SUM in Excel

The SUM function is used to add the values of various cells on an Excel spreadsheet. This option reality simplifies things for working professionals who want to save time and avoid possible mistakes that come from copying data onto a calculator.

Using the SUM Formula

There are a couple of ways to use the SUM formula in Excel. You can either add the values of individual cells or add the values of a cell sequence. 

  • =SUM(C4:C9) – this version is used to add the values of one cell through another in a sequence
  • =SUM(C4, C9) – this version is used to add the values of one cell and another, not in a sequence

We at Learn Excel Now hope you feel comfortable creating using the SUM function in Excel. Next week, we’ll cover the AVERAGE function in Excel so stay tuned!

Like Learn Excel Now? Follow us on social media and share our content with your networks!

Excel UNIQUE Function: Explained in 4 Minutes

September 29, 2022 by Tyrone Pernsley

The Excel UNIQUE function returns a list of unique values in a list or range.

Note: This function is currently available only to Microsoft 365 subscribers.

To follow along, and for future reference or practice, the file Mike is working from can be found here. 

The formula in this video: =UNIQUE(B2:B19)

The tutorial in this video is included in the following interactive workshop: Excel Formulas & Functions 101

Thanks for watching!  We’re here to take the fear out of Excel, by empowering you with the essential tools and knowledge necessary for mastering it!

Become a member today: Learn Excel Now All-Access: One-Year Membership

Connect with us on social:
LinkedIn Facebook Twitter

Excel Rank Function: What is It & How to Use It

November 30, 2016 by Tyrone Pernsley

One of Excel’s advanced functions is the RANK function. This formula is used to rank numbers in a dataset by either ascending or descending order.

rank-function-featured-image

Let’s say you were running a customer loyalty program based on earning points. You need to rank customers’ point totals to determine what rewards they receive. You could do a simple sort, but your boss wants the customer names to stay in the same order.

This is the example we will use:

rank-functino-image-1

You will use the RANK function for this challenge, but let’s first explore how the function works.

Syntax of the Rank Function

=RANK(Number, Ref,[Order])

When you use the rank function, your first argument is the number. This is where you specify the cell containing the number you want to be ranked. Next, you identify the range of numbers to be used as the reference (Ref). Finally, you select the order, which is ascending or descending.

Solving the Challenge

So, we will identify B2 as the cell to be used. Then, identify the range as B2 through B11:

rank-function-image-2

Then, select Ascending order and we get our first result:

rank-function-image-3

Before moving onto the remaining lines in the table, we need to add absolute referencing to the range so that it stays consistent while the number being compared changes for each line. A reminder to use the $ between the letter and number of the cell for absolute referencing:

rank-function-image-4

Once you’ve added the absolute reference, you can now copy and paste the formula all the way down to reveal the rank for all lines:

rank-function-image-5

We at Learn Excel Now hope you feel comfortable using the RANK function after this article.

Like Learn Excel Now? Follow us on social media and share our content with your networks! And don’t forget to sign up for the Newsletter

Kevin – Learn Excel Now

  • 1
  • 2
  • Next Page »
All Access Subscription
Our 1-year all-access subscription provides step-by-step guidance for mastering Microsoft Office applications, with workshops, exercises and quick reference eGuides. It's perfect for anyone that needs to brush up on certain skills or even folks who need to learn the programs - from a beginner’s level.
Excel Foundations
Take the fear out of Excel with this 20 module self-paced training course. You will cover the most essential topics to develop a solid foundation of Excel or a lifetime of mastery.

Learn Excel Now helps you conquer the fear of Excel. By providing self-paced and instructor-led training and free strategies and guides, we leave no Excel mystery unsolved.

  • Home
  • Training
  • All-Access
  • Excel Foundations
  • Resources

Connect with Us

  • Facebook
  • Linkedin

Contact

Learn Excel Now
questions@learnexcelnow.com
1-484-259-7664 or 1-800-964-6033
660 American Ave
Suite 203
King of Prussia, PA 19406

Microsoft® Office Excel® is a registered trademark of the Microsoft Corporation in the United States and other countries. All rights reserved.

Copyright © 2023 ­Learn Excel Now

Terms of Service

Privacy Policy

Copyright © 2023 · News Pro Theme on Genesis Framework · WordPress · Log in

WELCOME BACK!

Enter your username and password below to log in

Forget Your Username or Password?

Reset Password

Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.

Log In