Excel Formulas and Functions

Excel Formulas and Functions

Live Webinar

Webinar Date:  September 17, 2025
Webinar Time:  12:00 pm - 1:40 pm EDT   live
Guest Speaker:   Mike Thomas
Credit:   CPE 2.00, ATATX 1.50, ATAAA 1.50, ATAOP 1.75
Average Rating: 4.5 / 5

Webinar Details $199

  • Webinar Date: September 17, 2025
  • Webinar Time: 12:00 pm - 1:40 pm EDT   live
  • Webinar Length: 100 Minutes
  • Guest Speaker:   Mike Thomas
  • Topic:   Business Administration, Business Skills, Finance, Software, Taxation and Accounting
  • Credit:   CPE 2.00, ATATX 1.50, ATAAA 1.50, ATAOP 1.75
All Access Membership

Excel offers much more than rows, columns, and data entry. If you're not using formulas and functions, you're missing out on some of the most powerful tools available in the application. This 100-minute, hands-on session will introduce you to Excel’s most essential functions using practical, real-world examples. These functions are designed to save you time, reduce the risk of errors, and make your spreadsheets more dynamic and informative.

Whether you're new to Excel or looking to brush up on foundational skills, this session will deepen your understanding of how formulas and functions work. You’ll gain confidence in using LOOKUP functions, automate tasks using logical formulas like IF, and learn to handle text, date, and time data with ease. By breaking down complex functions and showing you how to build them step by step, this webinar equips you with the tools to create smarter, more efficient spreadsheets.

Your Benefits For Attending:
  • Learn the difference between formulas and functions
  • Understand multiple methods to perform a LOOKUP
  • Use functions to manipulate and clean text
  • Automate data entry with the IF function
  • Work with date and time functions more effectively
  • Break down complex functions into manageable parts

This session is perfect for those at a beginner to intermediate level who want to expand their Excel capabilities and become more efficient in their daily work.

Why this webinar is a benefit to attend:
Mastering these core Excel functions will help you streamline your workflow, boost productivity, and increase the accuracy of your spreadsheets—valuable skills for any professional working with data.

Level: Beginner/Intermediate
Format: Live webcast
Instructional Method: Group: Internet-based
NASBA Field of Study: Computer Software & Applications (2 hours)
Program Prerequisites: Prior experience with Microsoft Excel is recommended.
Advance Preparation: None
  1. Introduction
  2. Formula and Functions Overview 00:02:42
  3. Date Formulas 00:09:35
  4. Brackets/Parenethesis 00:11:28
  5. Absolute Reference 00:18:25
  6. Functions - Sum And Average 00:31:36 
  7. The SUM Function 00:41:59
  8. Dates 00:50:36
  9. IF Function 01:05:03
  10. LOOKUP Functions 01:25:30
  11. XLOOKUP 01:26:07
  12. VLOOKUP 01:34:02
  13. Presenter’s Closing And Email Address 01:41:28
  14. Presentation Closing 01:42:02
  • Mike Thomas

CPE Credit

Continuing Professional Education

Aurora Training Advantage is registered with the National Association of State Boards of Accountancy (NASBA) as a sponsor of continuing professional education on the National Registry of CPE Sponsors. State boards of accountancy have final authority on the acceptance of individual courses for CPE credit. Complaints regarding registered sponsors may be submitted to the National Registry of CPE Sponsors through its website: www.nasbaregistry.org.

For more information regarding administrative policies such as complaint and refund, and cancellation please contact our offices at 407-542-4317 or training@auroratrainingadvantage.com.

ATATX Credit

Aurora Training Advantage is offering continuing education points designed to recognize dedication to training and excellence in accounting.

ATAAA Credit

Aurora Training Advantage is offering continuing education points designed to recognize dedication to training and excellence in administrative.

ATAOP Credit

Aurora Training Advantage is offering continuing education points designed to recognize dedication to training and excellence in operations.
  • Absolute Reference 00:18:25
  • AVERAGE 00:12:29, 00:35:44, 00:39:52, 00:46:48
  • Cell 00:04:16, 00:06:44, 00:20:10, 00:59:35, 01:13:55
  • Cell Range 00:42:29
  • Column 01:05:27, 01:30:47, 01:38:50
  • Format 00:50:50
  • Formula 00:00:06, 00:03:12, 00:05:29, 00:09:17, 00:32:03, 00:56:36, 01:11:24, 01:18:09, 01:23:23, 01:36:01
  • Formula Bar 00:06:49
  • Function 00:00:07, 00:31:36, 00:34:51, 00:38:34, 00:50:29, 00:58:37
  • HLOOKUP 01:25:59
  • IF Function 01:05:03, 01:11:33
  • LOOKUP 01:25:30, 01:32:51
  • Parameter 00:58:26, 01:36:04
  • Row 01:30:50
  • SUM 00:35:43, 00:38:26
  • VLOOKUP 01:25:54, 01:34:02, 01:38:39
  • XLOOKUP 01:26:00, 01:30:06, 01:33:54

AVERAGE : Returns the average (arithmetic mean) of the arguments.

Absolute Reference : Absolute references in Excel are a direct link to a specific cell or range of cells that remain fixed if you copy or drag the formula. Absolute references are represented by $ symbols. A $ before a column letter freezes the column, while a $ before the row number freezes the row number. You can freeze the column letter and/or row number when needed.

Cell: In spreadsheet applications, a cell is a box in which you can enter a single piece of data. The data is usually text, a numeric value, or a formula. The entire spreadsheet is composed of rows and columns of cells.

Cell Range: A group of cells is known as a cell range. Rather than a single cell address, you will refer to a cell range using the cell addresses of the first and last cells in the cell range, separated by a colon. For example, a cell range that included cells A1, A2, A3, A4, and A5 would be written as A1:A5.

Column: A column is a vertical series of cells in a chart, table, or spreadsheet in Excel.

Format: When we format cells in Excel, we change the appearance of a number without changing the number itself. We can apply a number format (0.8, $0.80, 80%, etc) or other formatting (alignment, font, border, etc). By default, Excel uses the General format (no specific number format) for numbers.

Formula: A formula is an expression which calculates the value of a cell.

Formula Bar: A toolbar at the top of the Microsoft Excel spreadsheet window that you can use to enter or copy an existing formula into cells or charts. It is labeled with function symbol (fx). By clicking the Formula Bar, or when you type an equal (=) symbol in a cell, the Formula Bar will activate.

Function: Functions are predefined formulas and are already available in Excel.

HLOOKUP: HLOOKUP is an Excel function to lookup and retrieve data from a specific row in table. The "H" in HLOOKUP stands for "horizontal", where lookup values appear in the first row of the table, moving horizontally to the right. HLOOKUP supports approximate and exact matching, and wildcards (* ?) for finding partial matches.

IF Function: Use the IF function, one of the logical functions, to return one value if a condition is true and another value if it's false. So an IF statement can have two results. The first result is if your comparison is True, the second if your comparison is False.

LOOKUP: The Microsoft Excel LOOKUP function returns a value from a range (one row or one column) or from an array. The LOOKUP function is a built-in function in Excel that is categorized as a Lookup/Reference Function. It can be used as a worksheet function (WS) in Excel.

Parameter: A parameter is a piece of information you supply to a query right as you run it. Parameters can be used by themselves or as part of a larger expression to form a criterion in the query. You can add parameters to any of the following types of queries: Select. Crosstab.

Row: A row is the range of cells that go across (horizontal) the spreadsheet/worksheet. Rows are identified by numbers e.g. row 1, row 5. Examples of use. A row might contain the headings of a table e.g. product ID, product name, price, number sold.

SUM: Microsoft Excel defines SUM as a formula that “Adds all the numbers in a range of cells”. This definition clearly points that Sum function has a job to add numbers and the arguments can be supplied using combinations of both numbers and range of cells. =SUM The SUM function is a built-in function in Excel that is categorized as a Math/Trig Function. It can be used as a worksheet function (WS) in Excel. As a worksheet function, the SUM function can be entered as part of a formula in a cell of a worksheet

VLOOKUP: An Excel worksheet function that allows you to look up data from a list by specifying criteria, cell coordinates for the list, column number from which to return data, and an indication as to whether you want an exact or approximate match.

XLOOKUP: The XLOOKUP function searches a range or an array, and returns an item corresponding to the first match it finds. If a match doesn't exist, then XLOOKUP can return the closest (approximate) match. Where a valid match is not found, return the [if_not_found] text you supply.


Customer Satisfaction Guarantee
Invest in your future with confidence! Our Customer Satisfaction Guarantee eliminates all risk, letting you focus purely on mastering new skills and advancing your career. If you're not completely satisfied, we'll ensure you are. Your satisfaction is not just a promise; it's our guarantee.

Speakers Performance Based On Past Webinar Survey Results

Average rating

4.5 / 5

This speaker has received a total of 934 survey responses. Attendees have given an average rating of 4.5 stars out of a possible 5, reflecting on the speakers performance on the following questions.

Overall, how satisfied were you with this presenter?
4.5 Stars
How closely did the presenter follow the schedule?
4.5 Stars

Reviews From Past Webinar Surveys

Our webinars are crafted to deliver exceptional value and insight to business professionals. To ensure we meet and exceed your expectations, we conduct thorough post live webinar surveys. Below, you'll find genuine feedback from attendees, sharing their thoughts on the speaker's performance. These reviews highlight our commitment to continuous improvement and excellence in providing top-tier educational experiences.

Nancy K.
August 1, 2025
5 / 5
Satisfaction Rating:
5.0 Stars
Follow Schedule:
5.0 Stars
Do you have any other comments, questions or concerns?
no comment

Mark W.
July 31, 2025
4.5 / 5
Satisfaction Rating:
4.0 Stars
Follow Schedule:
5.0 Stars
Do you have any other comments, questions or concerns?
He did a great job!

Rajneel M.
July 31, 2025
3 / 5
Satisfaction Rating:
3.0 Stars
Follow Schedule:
3.0 Stars
Do you have any other comments, questions or concerns?
no comment

Morgan E.
July 31, 2025
5 / 5
Satisfaction Rating:
5.0 Stars
Follow Schedule:
5.0 Stars
Do you have any other comments, questions or concerns?
This training could have been longer.

Danna G.
July 31, 2025
4.5 / 5
Satisfaction Rating:
5.0 Stars
Follow Schedule:
4.0 Stars
Do you have any other comments, questions or concerns?
I am grateful for the opportunities to ask questions and for the trainer to respond. He was very helpful and knowledgable and I appreciated his honesty. To ensure we have ample time with the instructor, may i suggest the questions regarding future trainings happen at the very end. I found it disrupted the flow of his instruction. Thank you.

Dawn M.
July 31, 2025
5 / 5
Satisfaction Rating:
5.0 Stars
Follow Schedule:
5.0 Stars
Do you have any other comments, questions or concerns?
Good information.

Joanne E.
July 30, 2025
5 / 5
Satisfaction Rating:
5.0 Stars
Follow Schedule:
5.0 Stars
Do you have any other comments, questions or concerns?
It was like a ChatGPT Commerical.

Joanne M.
July 30, 2025
3 / 5
Satisfaction Rating:
3.0 Stars
Follow Schedule:
3.0 Stars
Do you have any other comments, questions or concerns?
Thank you for the tutorial. I wanted to share a bit of feedback that might help improve future sessions.It would have been more helpful if the presentation included side by side screens - one showing the Excel sheet and the other showing the instructions being entered into ChatGPT. This would make it easier to follow along and understand how the automation is being applied in real time.Additionally, when longer instructions were entered into ChatGPT, some parts of the conversation appeared to be cut off. Including the full prompts or providing a transcript could help ensure nothing important is missed.

Pamela C.
July 30, 2025
3 / 5
Satisfaction Rating:
3.0 Stars
Follow Schedule:
3.0 Stars
Do you have any other comments, questions or concerns?
The information was confusing for an introduction to Excel & ChatGPT

Bill B.
July 30, 2025
3 / 5
Satisfaction Rating:
3.0 Stars
Follow Schedule:
3.0 Stars
Do you have any other comments, questions or concerns?
very confusing resulting from the style of delivery.
viewing 1 to 10 of 934