Mastering Excel: Formulas, Functions, and Data Analysis

This text provides a comprehensive tutorial on Microsoft Excel, covering various aspects from the user interface and basic functionalities to advanced features. It extensively explains data manipulation techniques, including sorting, filtering, and cleaning. The tutorial also explores formula construction, emphasizing the use of functions like SUM, COUNT, AVERAGE, VLOOKUP, and newer functions such as XLOOKUP. Finally, it demonstrates data analysis using pivot tables and charts, along with data import and formatting methods. The instruction incorporates numerous exercises to reinforce learning.

Excel Skills Study Guide

Short Answer Quiz

  1. What is the keyboard shortcut to undo the last action in Excel, and how can you use it multiple times?
  • The keyboard shortcut to undo is Ctrl + Z. Pressing it multiple times will undo a series of actions, going back step-by-step through the changes you made.
  1. What keyboard shortcuts do you use to cut, copy, and paste? Briefly explain the difference between cutting and copying.
  • Ctrl + X is the shortcut to cut, Ctrl + C to copy, and Ctrl + V to paste. Cutting removes the content from the original location, while copying duplicates the content, leaving the original intact.
  1. How can you open a file in Excel using a keyboard shortcut, and where will it take you?
  • The keyboard shortcut Ctrl + O will open the “Open” page in the backstage view of Excel. You can then navigate to recent files or browse to others on your computer.
  1. Explain the purpose of the search bar in Excel, and what is the keyboard shortcut to quickly jump to it?
  • The search bar in Excel allows you to find commands, files, or help articles. The shortcut Alt + Q moves your cursor directly into the search bar.
  1. What is contextual help in Excel, and how can you access it?
  • Contextual help is specific help information related to the area of Excel you are currently working in. You can usually access it by clicking a question mark icon in dialog boxes or settings.
  1. What are the three ways to rename a worksheet tab, and what is the keyboard shortcut to close a workbook?
  • You can rename a worksheet by right-clicking the tab and selecting “Rename”, or by double-clicking the tab. Additionally, you can use the contextual menu by right-clicking the tab to select the “Rename” option. The keyboard shortcut to close a workbook is Ctrl + W.
  1. Describe how the Ctrl + arrow keys can be used to navigate within a worksheet. Give three examples.
  • Ctrl + Down Arrow jumps to the last row containing data in a column, Ctrl + Right Arrow jumps to the last column containing data in a row, and Ctrl + Left Arrow will jump to column A.
  1. Briefly describe what the order of operations (BODMAS/PEMDAS) is and why it matters when constructing formulas in excel.
  • The order of operations (BODMAS/PEMDAS) is a set of rules defining the order in which mathematical calculations are performed: Brackets, Orders, Division/Multiplication, Addition/Subtraction. It is crucial because it dictates how Excel evaluates formulas, affecting the final result.
  1. Explain the difference between the COUNT, COUNTA, and COUNTBLANK functions.
  • COUNT counts only cells containing numbers. COUNTA counts cells that are not empty, whether they contain numbers or text. COUNTBLANK counts only cells that are blank in a specified range.
  1. What is the difference between absolute and relative cell referencing? Give an example of when you might want to use each.
  • Relative referencing adjusts cell references when copying a formula (e.g., A1 becomes B1 when moved to the right), while absolute referencing keeps the cell reference constant (e.g., $A$1 remains $A$1 when copied). You’d use relative when calculations should adjust based on location and absolute when referring to a static input like a tax rate.

Essay Questions

  1. Discuss the importance of keyboard shortcuts in improving efficiency when working with Excel. Provide specific examples of shortcuts that you find particularly useful, and explain why they are beneficial.
  2. Explain the process of creating custom templates in Excel and how they can streamline workflows. Why is saving templates to the default personal folder beneficial?
  3. Explain the significance of the “big five” functions in Excel: SUM, COUNT, AVERAGE, MIN, and MAX. Provide examples of scenarios where each function would be used, and describe how they contribute to data analysis.
  4. Describe various ways to troubleshoot errors when creating formulas in excel and explain the significance of error checking and error handling in developing robust spreadsheets.
  5. Discuss the differences between the following formulas: SUMIF, SUMIFS, COUNTIF, COUNTIFS, AVERAGEIF, and AVERAGEIFS. Explain what the distinction is between singular and plural formulas and provide a specific example of when you might use each.

Glossary of Key Terms

Absolute Referencing: A method of cell referencing in Excel where the cell reference remains constant when the formula is copied to other cells. It is denoted by adding dollar signs ($) before the column letter and row number (e.g., $A$1).

Auto Fill: A feature in Excel that automatically fills in data or formulas based on a pattern. This can involve dragging the fill handle to copy formulas down or across.

Backstage Area: A view accessed by clicking the “File” tab in Excel that allows you to manage files, access settings, and more.

BODMAS/PEMDAS: An acronym that represents the order of operations in mathematics: Brackets, Orders (or Parentheses, Exponents), Division, Multiplication, Addition, and Subtraction. It is essential for accurate formula calculation in Excel.

Contextual Help: Help information that is directly related to the area or tool being used. It provides specific and relevant guidance.

Control Key (Ctrl): A modifier key used in combination with other keys to execute commands and shortcuts.

COUNTA Function: A function that counts the number of cells in a range that are not empty, including cells containing numbers, text, dates or other characters.

COUNTBLANK Function: A function that counts the number of empty cells in a specified range.

COUNTIF Function: A function that counts the number of cells within a range that meet a specified criteria.

COUNTIFS Function: A function that counts the number of cells within a range that meet multiple specified criteria.

COUNT Function: A function that counts the number of cells in a range that contain only numbers.

Custom Formatting: A way to define how numbers, text, dates, or other data appears in cells that is not available in the built-in format options. It allows precise control over data display.

Cut: A command that removes selected content from the original location, allowing it to be pasted elsewhere.

Data Validation: A feature that allows you to restrict the data that can be entered in a cell. This is often used to create drop-down lists.

Date Functions: A group of functions in Excel that are designed to manipulate and calculate dates.

DATEDIF Function: A function that is used to calculate the difference between two dates in years, months, or days.

Delimiter: A character or symbol used to separate data fields or values.

Dynamic Functions: Functions in Excel that are able to automatically update or change results based on changes in the worksheet data.

EDATE Function: A function that returns the date that is the indicated number of months before or after a specified date.

EOMONTH Function: A function that returns the last day of the month, before or after a specified date, often used to manage loan payment schedules.

Error Handling: The process of writing formulas or using features that will handle or prevent error codes from showing in a cell.

Error Message: A text message that appears in a cell indicating a problem with a formula or a value entered.

FILTER Function: A dynamic function used to filter data in Excel based on specified criteria, returning records that match.

Fill Handle: The small square at the bottom-right of a selected cell that allows for quick copying or data entry.

Flash Fill: A feature in Excel that recognizes a pattern in your data and automatically fills in the rest. It can help clean and format data quickly.

Formula Bar: A bar located above the worksheet where you can enter or edit formulas and data.

Formula Auditing: A set of tools in Excel that helps you trace formula precedents and dependents to understand how calculations are performed.

Hard Coding: Directly entering a value into a formula instead of referencing a cell containing the value. This is generally discouraged because it makes spreadsheets harder to maintain.

IFERROR Function: A function that returns a specified value if a formula results in any error.

IFNA Function: A function that returns a specified value if a formula results in an #N/A error.

IF Function: A logical function that performs a test and returns one value if the result of the test is true, and another value if the result is false.

IFS Function: A logical function that tests for multiple conditions and returns a value corresponding to the first true condition, making long nested IF statements less complex.

Intellisense: Excel’s automatic suggestion tool, which shows a list of formulas, function names and arguments as you begin typing.

Keyboard Shortcut: A combination of keys used to perform a command or action quickly.

Left Function: A function that extracts a specified number of characters from the beginning of a text string.

Logical Function: A function that tests a condition and returns a true or false result, often used to make decisions based on specified criteria.

Marching Ants: The animated outline that appears around a cell or range when you cut or copy content; It visually indicates selected data that is being manipulated.

MAX Function: A function that returns the largest value in a range.

MIN Function: A function that returns the smallest value in a range.

Nested IF Statement: An IF statement that is embedded within another IF statement, allowing for multiple conditions to be tested sequentially.

NETWORKDAYS.INTL Function: A date function that calculates the number of workdays between two dates, using international weekend days.

NETWORKDAYS Function: A date function that calculates the number of workdays between two dates, excluding weekends.

Offset Function: A lookup function that returns a reference to a range that is a specified number of rows and columns from a starting point.

Operators: Symbols used in formulas to perform mathematical or logical operations (e.g., +, -, *, /, =, >, <).

Order of Operations: The rules of mathmatics which dictate the sequence in which calculations are performed in a formula; commonly remembered using acronyms like BODMAS or PEMDAS.

Paste: A command that inserts cut or copied content into a specified location.

Personal Templates: Templates saved in a default folder, making them readily accessible under the “Personal” section when creating a new workbook in Excel.

Quick Access Toolbar: A customizable toolbar at the top of the Excel window for quick access to frequently used commands.

Relative Referencing: A method of cell referencing in Excel where the cell reference changes when the formula is copied to other cells based on the relative position. (e.g., A1 becomes B1 when copied to the right)

SORT Function: A dynamic function that sorts data based on specified columns and sort order.

SORTBY Function: A dynamic function that allows sorting of data based on one or multiple columns.

SUMIF Function: A function that sums values within a range that meet a specified criterion.

SUMIFS Function: A function that sums values within a range that meet multiple specified criteria.

SUM Function: A function that adds up the values in a range of cells.

Template File: A special type of Excel file (.xltx) that serves as a starting point for new workbooks. It preserves formatting and structure when opened, rather than modifying an existing file.

Text Functions: A group of functions in excel that can be used to manipulate or work with text data.

Text to Columns: A tool in Excel that separates text in a single column into multiple columns based on a delimiter.

TODAY Function: A date function that returns the current date, updating every time the workbook is opened or calculated.

UNIQUE Function: A dynamic function that returns a list of unique values from a specified range, removing duplicates.

WEEKDAY Function: A function that returns a numerical value corresponding to the day of the week for a given date.

WORKDAY.INTL Function: A function that returns the date a specified number of workdays after or before a date, using international weekend days.

WORKDAY Function: A function that returns the date a specified number of workdays after or before a date, excluding weekends and optionally specified holidays.

Mastering Microsoft Excel

Okay, here is a detailed briefing document summarizing the provided text, including key themes, ideas, facts, and relevant quotes:

Briefing Document: Excel Keyboard Shortcuts, Templates, Data Entry, Formulas, and More

Document Overview: This document summarizes key concepts and techniques for using Microsoft Excel, as presented in the provided source. It covers a range of topics, including efficient keyboard shortcuts, using templates, managing worksheets, entering and editing data, using formulas, handling errors, and applying formatting.

Main Themes and Important Ideas:

  • Efficiency through Keyboard Shortcuts:The text emphasizes the importance of using keyboard shortcuts to work more efficiently in Excel.
  • Formatting: Ctrl + B (bold), Ctrl + I (italic), Ctrl + U (underline) are used for quick text formatting.
  • Undoing Actions: Ctrl + Z is a crucial shortcut to undo the last action, and it can be used repeatedly to revert to previous states.
  • Moving and Copying Data: Ctrl + X (cut), Ctrl + C (copy), and Ctrl + V (paste) allow for quick data manipulation. The cut action temporarily stores the cut information on a clipboard, visualized by “marching ants” around a cell’s border.
  • Opening Files: Ctrl + O opens the backstage area directly to the open page.
  • Search: Alt + Q jumps the cursor to the search area.
  • Closing Files: Ctrl + W closes the current file.
  • Navigating Large Worksheets: Ctrl + Arrow keys allow users to quickly jump to the edges of a data range.

> *”a very important keyboard shortcut which you’re going to use all the time is ctrl z that’s going to undo your last action”*

  1. Leveraging Excel Templates:
  • Excel templates are organized into categories for easy searching and use and include pre-built designs for common tasks, like budgets and invoices.
  • Templates can be searched by keywords (e.g., “invoice,” “budget”) through an online search bar.
  • Users can customize templates and save them for reuse in a “personal” templates section of Excel for quicker access, with the file type .xltx. This location is accessed via the “File -> New -> Personal” navigation.
  • Templates can be saved to a default custom office templates folder or a user-defined folder. Saving to the default folder allows you to select the template from the personal section.
  1. “all of the templates in excel are organized into different categories to make them easier for you to find”
  2. Worksheet Management:
  • Users can rename worksheets by right-clicking on the tab and selecting “Rename” or by double-clicking on the tab.
  • Worksheets can be inserted using the “Insert” option in the right-click menu or by clicking the plus (+) icon.
  • Worksheets can be reordered using a simple drag and drop.
  • Each worksheet contains approximately 17 billion cells.
  1. Data Entry and Editing:
  • Data can be entered directly into a cell or via the formula bar.
  • Pressing “Enter” moves the cursor to the cell below, while pressing “Ctrl + Enter” keeps the cursor in the same cell. Pressing “Tab” moves the cursor to the right cell.
  • Data can be copied and pasted from other Microsoft applications, and formatting can be adjusted in Excel.
  • When using the formula bar, a tick is equivalent to enter, and a cross is the cancel.
  • Excel supports various data types, including text, numbers, decimals, percentages, and formulas.
  1. “anytime you click on a cell that contains numbers or text you’re going to see the contents of that cell also reflected in the formula bar”
  2. Basic Formulas and Operators:
  • Formulas begin with an equals sign (=).
  • Basic mathematical operators include +, -, *, and /.
  • Order of operations is determined by the BODMAS/PEMDAS rule. Brackets are calculated first, followed by orders (square roots, etc.), division, multiplication, addition, and subtraction.
  • The sum function adds up numbers within a cell range using this syntax: =SUM(cell1:cell2)
  • Green triangles in cells indicate warnings or potential errors.
  1. “if you’ve got an open bracket you must always remember to close off as many brackets as you’ve opened”
  2. Essential Excel Functions:
  • SUM: Adds up all the numbers in a selected range.
  • COUNT: Counts cells containing numbers; COUNTA counts non-empty cells. COUNTBLANK counts blank cells in a given range.
  • MIN and MAX: Returns the lowest and highest values within a selected range, respectively.
  1. Error Handling:
  • #NAME? Error: Indicates a problem with the formula name or a named range. The formula can be investigated with the trace precedence function, the trace dependence function, the show formulas function, the error checking tool, or the evaluate formula tool.
  • #REF! Error: Occurs when a cell reference in a formula no longer exists. This can happen when cells are deleted.
  • #DIV/0! Error: Results from dividing a number by zero.
  • Excel’s formula auditing tools help troubleshoot and identify formula issues.
  • Excel’s evaluate formula tool helps step through a calculation to identify issues.
  1. Relative vs. Absolute Referencing:
  • By default, Excel uses relative referencing, where cell references adjust when a formula is copied to different locations.
  • Absolute referencing, achieved by adding dollar signs ($) before the column and/or row (e.g., $A$1), keeps cell references constant when a formula is copied. Pressing F4 will lock cell references in a formula.
  1. Flash Fill
  • Excel can be used to quickly fill in cells with a desired pattern or structure of data from a source. This can be done by typing the first data cell manually, and pressing control + e.
  1. Cell Styles:
  • Cell styles are used to apply formatting to different cells, such as input, calculations and headings.
  • These can be customized.
  • Colors are determined by the theme being used.
  • Logical StatementsLogical statements use operators to determine whether a condition is true or false.
  • Examples of operators include: =, >, <, >=, <=, <>.
  • Logical statements can be combined with if statements to return specified output for true and false outcomes.
  • IF StatementsThe IF function allows users to attribute meaning to the true/false results of a logical test (e.g., IF(logical_test, value_if_true, value_if_false)).
  • IF statements can be nested to perform multiple logical tests.
  • IF statements can be used in conjunction with other functions to perform complex calculations.
  • The AND formula tests if multiple conditions are all true, and the OR statement tests if any conditions are true.
  • Nested IFs and IFs StatementsIFs statements can be used in place of a series of nested IF statements. The syntax is: IFs(logical_test1, value_if_true1, logical_test2, value_if_true2, …)
  • If using a nested IF or IFs function, you can close off all the brackets at the end of the formula, and Excel will fix it for you if you do not have the correct amount.
  • COUNTIF, SUMIF, and AVERAGEIF:COUNTIF counts cells that meet a single specified criterion (COUNTIF(range, criteria)).
  • SUMIF sums values in a range that meet a single specified criterion (SUMIF(range, criteria, sum_range)).
  • AVERAGEIF calculates the average of values that meet a single specified criterion (AVERAGEIF(range, criteria, average_range)).
  1. COUNTIFS, SUMIFS, and AVERAGEIFS:
  • These functions are similar to their singular counterparts, but allow for multiple criteria to be set for a range.
  1. Error Handling with IFNA and IFERROR:
  • IFNA replaces #N/A errors with a user-defined value (e.g., IFNA(value, value_if_na)).
  • IFERROR replaces any type of error with a user-defined value (e.g., IFERROR(value, value_if_error)).
  1. Dynamic Arrays
  • Dynamic array functions automatically spill their results into adjacent cells.
  • OFFSET: Returns a reference to a range that is offset from a starting point (e.g., OFFSET(reference, rows, cols, [height], [width])).
  • SORT: Sorts a range of cells in ascending or descending order, based on a column index and sort order. This is useful for sorting a range, but can’t be used to sort non-contiguous columns.
  • SORTBY: Sorts a range of cells based on one or more columns, allowing for complex multi-column sorting (SORTBY(array, by_array1, sort_order1, [by_array2], [sort_order2]…))
  • UNIQUE: Extracts a unique list of values from a selected range.
  • FILTER: Filters a range of data based on specified criteria (FILTER(array, include, [if_empty])).
  • Dynamic array functions can be nested for more complex data manipulation.
  1. Date and Time Functions
  • Date formats can be customized via the “Format Cells” option. These codes include d for day, m for month, and y for year.
  • DAY: Extracts the day number from a date.
  • MONTH: Extracts the month number from a date.
  • YEAR: Extracts the year from a date.
  • WEEKDAY: Returns the weekday number (e.g., 1-7) from a date.
  • DATE: Combines a year, month, and day into a date value (DATE(year, month, day)).
  • TIME: Combines a hour, minute, and second into a time value (TIME(hour, minute, second)).
  • TODAY: Returns the current date.
  • NOW: Returns the current date and time.
  • WORKDAY: Calculates a finish date, excluding weekends and holidays (WORKDAY(start_date, days, [holidays])).
  • WORKDAY.INTL: Calculates a finish date, excluding user defined weekends and holidays.
  • NETWORKDAYS: Calculates the number of workdays between two dates (NETWORKDAYS(start_date, end_date, [holidays])).
  • NETWORKDAYS.INTL: Calculates the number of workdays between two dates excluding user defined weekends and holidays.
  • DATEDIF: Calculates the difference between two dates in years, months, or days but does not appear in Excel’s function library and must be typed directly (DATEDIF(start_date,end_date,unit))
  • EOMONTH : Returns the last day of a month (EOMONTH(start_date, months)), this is useful for payment schedules
  • EDATE returns a date a specified number of months before or after a given date (EDATE(start_date,months))
  1. Text Functions
  • Text to Columns: A tool for splitting data within a cell into multiple columns using a delimiter.
  • LEFT: Extracts a specified number of characters from the left side of a text string (LEFT(text, num_chars)).
  • RIGHT: Extracts a specified number of characters from the right side of a text string (RIGHT(text, num_chars)).
  • FIND: Locates the starting position of one text string within another text string (FIND(find_text, within_text, [start_num])).
  • LEN : Returns the length of the provided string
  • These can be combined for more complex data manipulation.

Conclusion:

This document provides a comprehensive overview of essential Excel skills. By mastering keyboard shortcuts, understanding Excel’s formula structure, and effectively applying different functions, users can enhance their productivity and perform advanced data analysis.

Let me know if you have any further questions.

Essential Excel Skills

Excel FAQ

  • What are some essential keyboard shortcuts for formatting text and manipulating cells in Excel?
  • Some crucial keyboard shortcuts include:
  • Ctrl + B for bold formatting, Ctrl + I for italics, and Ctrl + U for underline.
  • Ctrl + Z to undo the last action.
  • Ctrl + X to cut, Ctrl + C to copy, and Ctrl + V to paste cell content.
  • Ctrl + O to open a file.
  • Alt + Q to jump to the search area.
  • How can I quickly find and use templates in Excel?
  • Excel offers numerous templates categorized for easy searching. You can access these by going to File > New. In the Office section, you can browse suggested categories like budgets or search directly for templates such as invoices. Templates are reusable, and saving them in the default “Custom Office Templates” folder allows them to be accessed under the “Personal” section in the File > New area.
  • How can I navigate and manage multiple worksheets within an Excel workbook?
  • You can rename worksheets by right-clicking on the sheet tab and selecting “Rename” or by double-clicking the tab. Insert new worksheets by right-clicking on a tab and choosing “Insert” or by clicking the “+” icon next to the sheet tabs. Reorder worksheets by clicking and dragging the sheet tabs. To quickly navigate to the top, bottom, left-most or right-most cells of a worksheet use Ctrl + Up Arrow, Ctrl + Down Arrow, Ctrl + Left Arrow, and Ctrl + Right Arrow, respectively.
  • What are the different ways to enter and edit data in Excel cells?
  • You can enter data into a cell by selecting it and starting to type. The contents also appear in the formula bar. After typing, press Enter to move to the cell below or Ctrl + Enter to stay in the same cell. Use the Tab key to move to the next cell to the right. Data can be directly entered into cells or through the formula bar using a tick mark to accept and an “x” to cancel an entry. Excel supports a variety of data including text, numbers, percentages, and formulas. You can copy and paste data between Excel sheets, other Microsoft applications, and within workbooks, using the clipboard group in the Home tab.
  • How do formulas and operators work in Excel?
  • Formulas in Excel start with an equals sign (=). Basic operators include + (addition), – (subtraction), * (multiplication), and / (division). Excel follows the order of operations (BODMAS/PEMDAS), meaning brackets are calculated first, followed by orders, then division and multiplication, and lastly addition and subtraction. Functions like SUM are used to calculate sums of cells.
  • How do I use the SUM and COUNT functions in Excel and what are the error indicators?
  • The SUM function adds a range of numbers together. The syntax is =SUM(range). The COUNT function counts numeric values within a range. The syntax is =COUNT(range). The COUNTA function counts all non-blank cells in a range. The syntax is =COUNTA(range) And, the COUNTBLANK function counts all blank cells. The syntax is =COUNTBLANK(range). When errors occur in formulas, Excel provides indicators such as green triangles in cell corners. These often indicate a warning and can be addressed through the Error Checking tool under the Formulas tab. These warnings typically mean that a formula omits some data adjacent to the cells it references.
  • What is the difference between relative and absolute referencing in Excel formulas, and how does “Flash Fill” work?
  • Relative referencing adjusts cell references in formulas when copied. Absolute referencing, uses the $ sign before the column and row numbers (e.g., $A$1), and keeps the reference constant when copied. Flash fill (Ctrl + E) automatically fills data based on a detected pattern in the initial entry.
  • How do IF, AND, OR and IFERROR logical functions work in Excel?
  • IF statements evaluate a condition and return one value if true and another if false. You can nest IF statements to evaluate multiple conditions, or use the IFS function in newer versions of Excel. Logical operators like >, <, >=, and <= are used in logical statements. AND requires all conditions to be true, and OR requires at least one condition to be true. IFERROR provides a way to return a specific value if an error occurs in a formula.

Microsoft Excel Interface Guide

The Excel interface is comprised of several key elements that facilitate user interaction and data manipulation [1-3].

  • Title Bar: Located at the top of the screen, the title bar displays the name of the current document, which defaults to “Book 1,” “Book 2,” etc. until the file is saved with a custom name [1].
  • It also includes the Quick Access Toolbar on the left, which is a customizable area for frequently used commands [1, 4].
  • A search bar is located in the middle of the title bar, which allows you to look for anything within Excel [1, 5].
  • On the right side, account information, minimize, restore, and close buttons are available [1]. The close button in the top right corner will close the entire Excel application and all open workbooks [2].
  • Ribbons and Tabs: Below the title bar are tabs (e.g., Home, Insert, Draw, Page Layout, Formulas, Data, Review, View, Help) that organize commands into logical groups. Each tab has its own ribbon, which contains the commands for that specific category [2].
  • The commands are further organized into groups within each ribbon [6].
  • Commands can be accessed by clicking the icons on the ribbon or by using keyboard shortcuts, when available [7, 8].
  • A screen tip pops up when hovering over a command and gives the name, a short description, and any keyboard shortcut [7, 8].
  • Right-clicking on a command will display a contextual menu with related menu items [7].
  • Some groups will have a small diagonal arrow that when clicked, will open a dialog box or a pane with more options [9].
  • Start Screen: When Excel is launched for the first time, the start screen appears. This screen provides options to create a new blank workbook, select a template, or open existing files. The start screen will not be displayed when opening Excel after the initial launch unless it is closed and reopened [10, 11].
  • The start screen has three icons on the left: home, new, and open [10].
  • The ‘home’ page allows for creating a new blank workbook or selecting a template [10].
  • The ‘new’ icon has similar options to the ‘home’ page, with the ability to access a template library that is categorized [12].
  • The ‘open’ section is used to access previously created workbooks or folders [12].
  • The ‘account’ section allows for changing your account information and background themes [13].
  • The ‘options’ section allows for customizing your copy of excel, language, ribbons, and add-ins [11, 13].
  • Name Box and Formula Bar: Located below the ribbons, the name box displays the cell reference of the currently selected cell [3, 6].
  • The formula bar, next to the name box, shows the content of the selected cell and is used for creating or editing formulas [3].
  • Worksheet: The main area of the workbook where data is entered and manipulated [3].
  • Worksheets are organized into a grid of columns, labeled with letters, and rows, labeled with numbers, that form cells [3, 14].
  • Each cell is identified by a cell reference such as “A1”, “B2”, “C3” etc. which is where the column and row intersect [3, 14].
  • A workbook can contain multiple worksheets [3, 14]. Worksheets can be renamed, added, reordered, moved, copied, deleted, and colored [15, 16].
  • Each worksheet has over 1 million rows and 16,000 columns for data entry [15].
  • Horizontal and vertical scroll bars are included to navigate the worksheet [6].
  • Status Bar: Located at the bottom of the Excel window, the status bar displays various information and options [6].
  • It contains quick ways to switch worksheet views and a zoom slider [6].
  • The status bar can be customized to show useful pieces of information [6].
  • Backstage Area: Accessed by clicking the “File” tab, the backstage area is used for file management and settings. It contains options for opening, saving, printing, and sharing files, as well as account information, feedback, and options [17].
  • The “Info” page, within the backstage area, allows for protection of the workbook, inspecting the workbook, recovering unsaved workbooks, and controlling browser view options [17]. It also displays document properties [17].
  • Clicking the close button on this page will close the current workbook only, while leaving Excel open [4].
  • To go back to the worksheet from the backstage area, click the back arrow or press the escape key on your keyboard [4].

Customizing the Excel Quick Access Toolbar

The Quick Access Toolbar (QAT) is a customizable toolbar that provides quick access to frequently used commands [1, 2]. It is located in the top left corner of the Excel interface, but can be moved to below the ribbon [3].

Key aspects of the Quick Access Toolbar include:

  • Customization: Users can add and remove commands to tailor the toolbar to their needs [3].
  • Commands can be added by right-clicking on any command on the ribbon and selecting “Add to Quick Access Toolbar” [4].
  • Commands can also be added through the Excel options menu [4].
  • The Excel options menu allows users to view and select all of the commands available in Excel when customizing the toolbar [5].
  • Users can reorganize the commands on the QAT by using the arrows in the options menu [5].
  • Commands can be removed from the QAT by right-clicking on a command on the toolbar and selecting “Remove from Quick Access Toolbar” [6].
  • Position: The QAT can be displayed above or below the ribbon [3].
  • To change the position of the QAT, users can click the “Customize Quick Access Toolbar” drop-down arrow and select “Show Below the Ribbon” or “Show Above the Ribbon” [3].
  • Default Commands: By default, the QAT includes common commands such as save, undo, and redo [3].
  • Labels: The QAT can display labels for the items on the toolbar [4].
  • To display labels, users can select the “Display labels for the items on our quick access toolbar” checkbox in the Excel options menu [4].
  • Separators: Separators can be added to the QAT to group commands [5].
  • Separators are small, faint lines that add structure to the QAT [5].
  • Visibility: The QAT can be toggled on or off [4].
  • To hide the QAT, users can deselect “Show Quick Access Toolbar” in the Excel options menu [4].

The Quick Access Toolbar is a useful tool to enhance efficiency by providing a place to put frequently used commands that are easily accessible, so users do not have to hunt through different ribbons to find them [3].

Mastering Excel Keyboard Shortcuts

Keyboard shortcuts in Excel are key combinations that allow users to perform actions and execute commands quickly, without using the mouse [1]. They are an important tool for improving efficiency when working in Excel [1].

  • General Functionality:
  • Ctrl + N creates a new blank workbook [1-3].
  • Ctrl + O opens an existing workbook [4].
  • Ctrl + S saves the current workbook [1].
  • Ctrl + W closes the current workbook [2, 5].
  • Ctrl + Z undoes the last action [1, 4].
  • Ctrl + Y redoes the last action.
  • Ctrl + F1 minimizes or expands the ribbon [6, 7].
  • Esc will exit out of the backstage area [3].
  • Navigation:
  • Arrow keys navigate horizontally and vertically in a spreadsheet [8].
  • Ctrl + Arrow Key jumps to the last row or column of a data set or the edge of a continuous data range [7, 9].
  • Ctrl + Shift + Arrow Key selects all the data in a row or column [7, 10].
  • Editing:
  • Ctrl + X cuts selected content [4].
  • Ctrl + C copies selected content [4].
  • Ctrl + V pastes content [4].
  • Ctrl + B applies bold formatting [4].
  • Ctrl + I applies italic formatting [4].
  • Ctrl + U applies underline formatting [4].
  • Ctrl + Shift + Plus adds new columns or rows [11].
  • Ctrl + Minus deletes selected columns or rows [11, 12].
  • Selection:
  • Ctrl + A selects all data in a table or all cells in a worksheet [7, 13].
  • Shift + Arrow keys allows for selecting data [13].
  • Other:
  • Alt + = creates a sum formula [14].
  • Ctrl + ; inputs the current date [15].
  • Ctrl + Shift + ; inputs the current time [15].
  • Ctrl + Shift + Plus inserts a new column or row [11].
  • F1 opens the Excel help menu [16, 17].
  • F4 cycles through relative and absolute cell references [18].
  • F7 spell checks a worksheet [19, 20].
  • Alt + Q moves the cursor to the search area in the title bar [21].
  • Alt key displays shortcut keys assigned to all tabs, the search area and items on the quick access toolbar [16].
  • Ctrl + F3 opens the name manager dialog box [22].
  • Ctrl + G opens the go to dialog box [12, 19].
  • Ctrl + E uses the flash fill function [23].
  • Ctrl + T creates a table [24, 25].
  • Ribbon Access:
  • Pressing the Alt key activates the shortcut keys for the tabs on the ribbon, as well as the Quick Access Toolbar and the search bar. [16]
  • After pressing Alt, pressing the assigned letter of a tab will open that tab. From there, pressing the letters assigned to a particular command will execute that command using only the keyboard [16].
  • Screen Tips:When you hover the mouse over a command on a ribbon, a screen tip pops up giving the name, a short description, and the keyboard shortcut for the command, if one exists [2, 26].

It is not necessary to remember all of the available keyboard shortcuts, and most users will use a small set of shortcuts regularly [1]. You can find a comprehensive list of all keyboard shortcuts available in Excel in the help file [16].

Understanding Excel Cell References

Cell references are used to identify specific cells within a worksheet [1]. They are essential for creating formulas and performing calculations in Excel [1].

  • Each cell is identified by a combination of its column letter and row number. For example, the cell in the first column and first row is referred to as cell A1. Similarly, the cell in the second column and second row is B2, and so on [1].
  • When a cell is selected, its cell reference is displayed in the name box, located to the left of the formula bar [1].
  • Cell references are used in formulas to specify which cells are being used in a calculation. For example, the formula =A1+B1 would add the values in cells A1 and B1 [1].

There are three types of cell references:

  1. Relative references: These references change when a formula is copied to another cell [2]. For example, if the formula =A1+B1 is in cell C1, and the formula is copied to cell C2, it will become =A2+B2. The cell references change relative to their new position [2].
  2. Absolute references: These references do not change when a formula is copied. They are created by adding dollar signs ($) before both the column letter and row number, such as $A$1. When the formula $A$1+$B$1 is copied, it will remain $A$1+$B$1 in the new cell [2]. You can cycle through relative, absolute, and mixed cell references by using the F4 key [2].
  3. Mixed references: These references have either the column or row as an absolute reference and the other as a relative reference. For example, $A1 will keep the column fixed as A, but the row will change relative to the position of the cell, as it is copied. A$1 will keep the row fixed at 1, but will change column to relative to its position [2].

When using named ranges, the cell references are absolute by default [2]. This means that when the named range is used in a formula, the reference will always refer to the exact same cells, no matter where the formula is copied.

Cell references can also be used to refer to cells on other worksheets. In this case, the sheet name is included in the reference, such as Sheet2!A1. It is also possible to refer to cells in other workbooks, by including the name of the workbook, such as [Workbook2.xlsx]Sheet1!A1.

Understanding cell references is crucial for creating effective formulas and analyzing data in Excel [1].

Mastering Data Manipulation in Excel

Data manipulation in Excel involves a variety of techniques to organize, clean, and transform data to make it suitable for analysis [1]. This includes tasks such as sorting and filtering, using formulas and functions, and cleaning up inconsistencies [1-53].

Key aspects of data manipulation in Excel include:

  • Sorting and Filtering:Sorting organizes data in a logical order, either in ascending or descending order, by cell values, cell color, font color, or conditional formatting icons [29-31]. Sorting can be performed on a single column or multiple columns [29]. Custom lists can be created to sort data in a specific order [32]. The SORT and SORTBY functions can be used to sort data and output the results to a different range [33].
  • Filtering extracts specific data that meets certain criteria [29]. Excel has a basic filter option using drop-down arrows, but also an advanced filter option that allows for more complex filtering criteria, such as extracting unique lists of values [35, 36]. The UNIQUE function can also extract a list of unique values [36, 37]. The FILTER function will filter a range based on specified criteria [38].
  • Data Cleaning:Removing blank rows and cells: Blank rows and cells can be removed using the “Go To Special” dialog box [43].
  • Correcting inconsistent casing: Text functions such as UPPER, LOWER, and PROPER can be used to standardize the capitalization of text strings [44].
  • Removing erroneous spaces: The TRIM function can be used to remove extra spaces at the beginning, end, or in between words in a text string [44].
  • Splitting data: The Text to Columns tool can be used to split data in a column into multiple columns [45, 46]. The FLASH FILL tool can quickly split data based on patterns, without using complex formulas [47, 48].
  • Combining data: The CONCAT function or the & operator can combine text strings from different cells into one [49, 50].
  • Removing Duplicates: The “Remove Duplicates” tool will identify and remove any duplicate rows based on selected columns [53].
  • Formulas and Functions:
  • Excel formulas and functions are used to perform calculations and manipulate data based on various criteria [5, 13].
  • Logical functions such as IF, AND, OR, IFERROR, and IFS are used to make decisions based on criteria [13, 18-20].
  • Lookup functions such as VLOOKUP, HLOOKUP, INDEX, MATCH, XLOOKUP, and XMATCH are used to retrieve data from tables based on specified values [13, 21-27].
  • Date and time functions such as WORKDAY, WORKDAY.INTL, NETWORKDAYS, NETWORKDAYS.INTL, DATEDIF, YEAR, MONTH, DAY, and WEEKDAY are used to manipulate date and time values [13, 38-40].
  • Text functions, such as LEFT, RIGHT, MID, FIND, LEN, and CONCAT, are used to manipulate text strings [44, 49, 50].
  • Tables:
  • Excel tables are a structured way to organize data, making it easier to sort, filter, and analyze [50-53]. Tables can be created by selecting data and using Ctrl + T or by going to the “Format as Table” option on the home tab. Tables auto-expand to include any new rows or columns that are added to them, and can be given meaningful names.
  • Cell Styles: Cell styles allow users to format cells to provide visual cues as to the purpose of the cell, for example to indicate input cells or cells containing formulas [14, 15].
  • Data Validation: Data validation tools can be used to control what type of data can be entered into cells, which can help to ensure that the data is consistent and error-free [15-17].

By using these techniques, you can manipulate your data so it is consistent, accurate, and ready for analysis.

Excel 2021/365 Beginners & Intermediate Training: 10-Hour Excel Tutorial Class

By Amjad Izhar
Contact: amjad.izhar@gmail.com
https://amjadizhar.blog


Discover more from Amjad Izhar Blog

Subscribe to get the latest posts sent to your email.

Comments

Leave a comment