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

Sensitivity Data Tables

Understand the Excel tools for building simple to advanced data tables.

Unlock Your Certificate   
 
0% Complete

11 Lessons (37m)

Show lesson playlist
  • Description & Objectives

  • 1. Simple Data Tables

    01:04
  • 2. Simple Data Table - One Input One Output

    02:12
  • 3. Simple Data Table - One Input Multiple Output

    01:32
  • 4. Simple Data Tables - Two Input One Output

    01:43
  • 5. Data Tables Best Practice

    00:57
  • 6. Advanced Data Tables

    02:00
  • 7. Advanced and Flexible Data Tables

    03:29
  • 8. Three Input Data Table - Left Right

    05:09
  • 9. Three Input Data Table - Pivot

    12:04
  • 10. Three Input Data Table - Offset

    07:14
  • 11. Sensitivity Data Tables Tryout


Prev: Data Extraction Next: Goal Seek and Solver

Three Input Data Table - Left Right

  • Notes
  • Questions
  • Transcript
  • 05:09

Learn one method for creating a three input data table using the left and right text functions.

Downloads

Three-Input-Data-Tables-Left-Right-Workout-Empty_0Three-Input-Data-Tables-Left-Right-Workout-Full_0

Glossary

sensitivity analysis
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

Normally, data tables are restricted to just two input variables, but sometimes we'd like to show a third input variable in our data table. There are a number of ways to do this, and in this example, we look at using the left and right text functions to add this third input.

In our sales model, we have three variables that we want to flex to see how profit is affected. We have price, cost, and demand. You'll see the cell in C6 has both the cost and demand input separated by forward slash. We will use this cell as one of our inputs for the data table, but first we need to split the cell out into two cells so that we can complete our sales model and calculate the profit. So let's pop into C7 and do the demand calculation first. So this is gonna be a right function 'cause I want the demand, which is on the right-hand side of the cell in C6. So it's gonna be =right, open bracket, and it's the right-hand side of C6. Then we're gonna have a comma, and then we need the number of characters that we want. Now, to calculate the number of characters we want, we want to work out the total number of characters in the whole string, which is the length, or len, function.

And then I'm gonna subtract where we find that forward slash character, and we need to find that somewhere within C6.

Close that one. We also need to subtract one from that answer, because we're gonna have one too many items. So I'm just gonna close the bracket, then, at the end, and that should give us our 29,000. Now, I've noticed that this has appeared over on the left-hand side of the cell, indicating that this is still a bit of, Excel's thinking this is still a text item. So what I'm gonna do is I'm gonna wrap this whole function that we've just created in the value function, and then gonna convert that to a numeric item. So the value function wrapped around the whole thing just to do the conversion. We're gonna do the same thing for our unit cost, except this this time, obviously, we're gonna use a left function. So we're gonna do =left, open bracket, and we want the left-hand side of our C6 cell. And then for the number of characters, we just need to work out where that forward slash is, so find, and in quotes, forward slash, within C6.

And then we just need minus two characters, because we don't want the slash or the space. Close the bracket. Hopefully we should have 0.45, which is good. And we have the same thing as before. Excel's recognizing this as a piece of text, so we're gonna wrap the whole thing in our value function as well.

Great. We can then go and complete the rest of our little model. So our revenue is gonna be =2, the price multiplied by our demand.

Let's put the formula in there for you. Then our variable costs is gonna be the unit cost multiplied by, oops, multiplied by our demand.

Put the formula in there for you. And then we can work on our profit, which is gonna be our total revenue and take away our fixed costs and our variable costs. So that's gonna give us 57,950. So there's our little model completed with our left and right functions to split out two of our inputs. The next thing to talk about is our data table itself. And you can see I've prepped some of this already. We've got the price variable down the rows in the left-hand column here of the table. We still need to do what we do normally for a data table, which is go and link in the top left corner of our data table to our profit cell. So I'm gonna go and do that. So I'm just gonna do =C12.

And then for our labels across the top, our unit cost and demand, you can see I've just used the same format that we've used in C6 where we've got the separator, the forward slash, separating our unit cost and our demand. And I've just repeated that across our data table in our header row.

Once we've done this, all I need to do is select all of my data table. So I can just select all of the columns and rows and then run the data table. And then our row input cell is gonna be the row changes across the top, you'll remember. So this is our cell in C6, and our column input cell, the one that changes down the column, is our price, so that is our cell in C5. Click okay, and you should have a nice completed three input data table.

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.