Skip to content
Felix
  • Topics
    • My List
    • Felix Guide
    • Asset Management
    • Coding and Data Analysis
      • Data Analysis and Visualization
      • Financial Data Tools
      • Python
      • SQL
    • Credit
      • Credit Analysis
      • Restructuring
    • Financial Literacy Essentials
      • Financial Data Tools
      • Financial Math
      • Foundations of Accounting
    • Industry Specific
      • Banks
      • Chemicals
      • Consumer
      • ESG
      • Insurance
      • Oil and Gas
      • Pharmaceuticals
      • Project Finance
      • Real Estate
      • Renewable Energy
      • Technology
      • Telecoms
    • Introductory Courses
    • Investment Banking
      • Accounting
      • Financial Modeling
      • M&A and Divestitures
      • Private Debt
      • Private Equity
      • Valuation
      • Venture Capital
    • Markets
      • Economics
      • Equity Markets and Derivatives
      • Fixed Income and Derivatives
      • Introduction to Markets
      • Options and Structured Products
      • Other Capital Markets
      • Securities Services
    • Microsoft Office
      • Excel
      • PowerPoint
      • Word & Outlook
    • Professional Skills
      • Career Development
      • Expert Interviews
      • Interview Skills
    • Risk Management
    • Transaction Banking
    • Felix Live
  • Pathways
    • Investment Banking
    • Asset Management
    • Equity Research
    • Sales and Trading
    • Commercial Banking
    • Engineering
    • Operations
    • Private Equity
    • Credit Analysis
    • Restructuring
    • Venture Capital
    • CFA Institute
  • Certified Courses
  • Ask An Instructor
  • Support
  • Log in
  • Topics
    • My List
    • Felix Guide
    • Asset Management
    • Coding and Data Analysis
      • Data Analysis and Visualization
      • Financial Data Tools
      • Python
      • SQL
    • Credit
      • Credit Analysis
      • Restructuring
    • Financial Literacy Essentials
      • Financial Data Tools
      • Financial Math
      • Foundations of Accounting
    • Industry Specific
      • Banks
      • Chemicals
      • Consumer
      • ESG
      • Insurance
      • Oil and Gas
      • Pharmaceuticals
      • Project Finance
      • Real Estate
      • Renewable Energy
      • Technology
      • Telecoms
    • Introductory Courses
    • Investment Banking
      • Accounting
      • Financial Modeling
      • M&A and Divestitures
      • Private Debt
      • Private Equity
      • Valuation
      • Venture Capital
    • Markets
      • Economics
      • Equity Markets and Derivatives
      • Fixed Income and Derivatives
      • Introduction to Markets
      • Options and Structured Products
      • Other Capital Markets
      • Securities Services
    • Microsoft Office
      • Excel
      • PowerPoint
      • Word & Outlook
    • Professional Skills
      • Career Development
      • Expert Interviews
      • Interview Skills
    • Risk Management
    • Transaction Banking
    • Felix Live
  • Pathways
    • Investment Banking
    • Asset Management
    • Equity Research
    • Sales and Trading
    • Commercial Banking
    • Engineering
    • Operations
    • Private Equity
    • Credit Analysis
    • Restructuring
    • Venture Capital
    • CFA Institute
  • Certified Courses
Felix
  • Data
    • Company Analytics
    • My Filing Annotations
    • Market & Industry Data
    • United States
    • Relative Valuation
    • Discount Rate
    • Building Forecasts
    • Capital Structure Analysis
    • Europe
    • Relative Valuation
    • Discount Rate
    • Building Forecasts
    • Capital Structure Analysis
  • Models
  • Account
    • Edit my profile
    • My List
    • Restart Homepage Tour
    • Restart Company Analytics Tour
    • Restart Filings Tour
  • Log in
  • Ask An Instructor
    • Email Our Experts
    • Felix User Guide
    • Contact Support

Basic Functions

Understand how to apply basic functions.

Unlock Your Certificate   
 
0% Complete

11 Lessons (29m)

Show lesson playlist
  • Description & Objectives

  • 1. COUNT Function

    03:58
  • 2. MIN Function

    02:48
  • 3. MAX Function

    04:07
  • 4. AVERAGE Function

    02:00
  • 5. IF Function

    03:20
  • 6. SUMPRODUCT Function

    00:47
  • 7. SUMPRODUCT Function Workout 1

    04:36
  • 8. SUMPRODUCT Function Workout 2

    03:02
  • 9. SUMPRODUCT With Add, Subtract and Divide

    00:49
  • 10. SUMPRODUCT With Add, Subtract Workout

    03:11
  • 11. Basic Functions Tryout


Prev: Basic Formulas and Calculations Next: Naming Cell References

SUMPRODUCT Function Workout 1

  • Notes
  • Questions
  • Transcript
  • 04:36

SUMPRODUCT example workout 1.

Downloads

SUMPRODUCT Function Workout 1 EmptySUMPRODUCT Function Workout 1 Full

Glossary

Array multiply SUM SUMPRODUCT
Back to top
Financial Edge Training

© Financial Edge Training 2025

Topics
Introduction to Finance Accounting Financial Modeling Valuation M&A and Divestitures Private Equity
Venture Capital Project Finance Credit Analysis Transaction Banking Restructuring Capital Markets
Asset Management Risk Management Economics Data Science and System
Request New Content
System Account User Guide Privacy Policy Terms & Conditions Log in
Transcript

In this workout we're asked to calculate total sales, where asked to calculate it first using the intermediate step i.e., the total sales column, and then calculate it directly from the inputs using sumproducts, avoiding the intermediate step. So let's go down to our total sales column here. To calculate this just for the first row here, I'll have to take the unit sold and multiply that by the price per unit.

And you can see my formula being revealed on the right hand side.

I now need to copy that down. I'm going to click on the fill handle at the bottom right hand corner, click and drag that down. I've now got the total sales for each of these, and then underneath that, I can sum that upwards and my total sales is 1,741. But now let's try and do that using sumproduct. If I start typing in the sumproduct formula, it gives me this white box underneath, and that's called the syntax. It asks me, firstly, for array 1. The first thing that I want to multiply, I'm going to select all of the units.

I then type a comma, and you may have to type a semicolon, and it then asks me for array 2, and I'm going to select all of the price per unit.

I then close the brackets and what Excel will do, it will multiply the 15 by the 10 and then multiply the 39 by the 11 and do that for all of them, and then sum them up. And what we get is exactly the same answer as we had above.

Let's do a second example. In this second workout, it says, calculate the expected value of sales units for each year. Calculate it first using the intermediate step i.e. weighted values, and then calculate it directly from the inputs using sumproducts, avoiding the intermediate step.

So what we've got below are three scenarios. We've got the probability of the low scenario happening 30%, and then 60% for the medium and 10% for the high. Then we've got the sales units. In each of those scenarios, the sales units in the low scenarios, 4,000, medium 5,000 and high 8,000.

In order to calculate the expected value, we'll do each of the weighted values and then sum them up.

So for our low weighted value, I'll multiply the 30% by the 4,000, and if I now copy that down, so I select the cells I want to copy into, and I then press control D. But I could of course have just used the fill handle, and then I copy it to the right. With control R, I can now sum up each of the three numbers in a column to get the expected value. So in year one, we would expect a value of 5,000 sales units.

I can then copy that to the right, and I've got an expected value for each year.

But was I able to do this without doing these weighted values? Some products allows us to do that.

The syntax, that little white box underneath is asking me for array 1. So I'll go up to the probabilities and I'll select the three probabilities.

Then I press a comma and I select the three sales units.

What some products will now do is multiply the 30% probability by the 4,000 low units, then the 60% probability by the 5,000, et cetera. It will then sum them up and it should give me exactly the same number as the expected value that we calculated earlier. It should give me the 5,000 fingers crossed. It gives me exactly that, and I can now copy that to the right. And all of them are the same. So we could have skipped out that weighted value step by just using sumproduct.

Content Requests and Questions

You are trying to access premium learning content.

Discover our full catalogue and purchase a course Access all courses with our premium plans or log in to your account
Help

You need an account to contact support.

Create a free account or log in to an existing one

Sorry, you don't have access to that yet!

You are trying to access premium learning content.

Discover our full catalogue and purchase a course Access all courses with our premium plans or log in to your account

You have reached the limit of annotations (10) under our premium subscription. Upgrade to unlock unlimited annotations.

Find out more about our premium plan

You are trying to access content that requires a free account. Sign up or login in seconds!

Create a free account or log in to an existing one

You are trying to access content that requires a premium plan.

Find out more about our premium plan or log in to your account

Only US listed companies are available under our Free and Boost plans. Upgrade to Pro to access over 7,000 global companies across the US, UK, Canada, France, Italy, Germany, Hong Kong and more.

Find out more about our premium plan or log in to your account

A pro account is required for the Excel Add In

Find out more about our premium plan

Congratulations on completing

This field is hidden when viewing the form
Name(Required)
This field is hidden when viewing the form
Rate this course out of 5, where 5 is excellent and 1 is terrible.
Were the stated learning objectives met?(Required)
Were the stated prerequisite requirements appropriate and sufficient?(Required)
Were the program materials, including the qualified assessment, relevant and did they contribute to the achievement of the learning objectives?(Required)
Was the time allotted to the learning activity appropriate?(Required)
Are you happy for us to use your feedback and details in future marketing?(Required)

Thank you for already submitting feedback for this course.

CPE

What is CPE?

CPE stands for Continuing Professional Education, by completing learning activities you earn CPE credits to retain your professional credentials. CPE is required for Certified Public Accountants (CPAs). Financial Edge Training 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.

What are CPE credits?

For self study programs, 1 CPE credit is awarded for every 50 minutes of elearning content, this includes videos, workouts, tryouts, and exams.

CPE Exams

You must complete the CPE exam within 1 year of accessing a related playlist or course to earn CPE credits. To see how long you have left to complete a CPE exam, hover over the locked CPE credits button.

What if I'm not collecting CPE credits?

CPE exams do not count towards your FE certification. You do not need to complete the CPE exam if you are not collecting CPE credits, but you might find it useful for your own revision.


Further Help
  • Felix How to Guide walks you through the key functions and tools of the learning platform.
  • Playlists & Tryouts: Playlists are a collection of videos that teach you a specific skill and are tested with a tryout at the end. A tryout is a quiz that tests your knowledge and understanding of what you have just learned.
  • Exam: If you are collecting CPE points you must pass the relevant CPE exam within 1 year to receive credits.
  • Glossary: A glossary can be found below each video and provides definitions and explanations for terms and concepts. They are organized alphabetically to make it easy for you to find the term you need.
  • Search function: Use the Felix search function on the homepage to find content related to what you want to learn. Find related video content, lessons, and questions people have asked on the topic.
  • Closed Captions & Transcript: Closed captions and transcripts are available on videos. The video transcript can be found next to the closed captions in the video player. The transcript feature allows you to read the transcript of the video and search for key terms within the transcript.
  • Questions: If you have questions about the course content, you will find a section called Ask a Question underneath each video where you can submit questions to our expert instructor team.