Excel Notes to study from, Lecture notes of Psychology

Excel Notes to study from Excel Notes to study from

Typology: Lecture notes

2025/2026

Uploaded on 01/15/2026

sudhi-ramesh
sudhi-ramesh ๐Ÿ‡บ๐Ÿ‡ธ

9 documents

1 / 14

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
EXCEL CRASH COURSE EXAM FROM WALL STREET
PREP - QUESTIONS AND ANSWERS UPDATED 2023
Excel Crash Course Exam from Wall Street Prep
Instructions: Questions 1-4 use the financial model on tab Q1-4 in
the Exam Workbook. Complete the model by filling in the blank cells
before answering the question below. Answers should be rounded to
the nearest whole number, comma separating 000s, NOT written in
currency format. So if the answer is $5,505,210.50, you would input
5,505,210.
1. What is forecast Revenue in 2017? 13,642,021
2. What is forecast Net Income in 2016? 925,777
3. If Depreciation&Amortization as a % of Capital Expenditures is
changed to 30%, what is Net Income in 2017? 1,123,438
4. What is the EBITDA % Margin in 2018? 17.1%
Instructions: Questions 5-19 use the data table on tab Q5-19 in the
Exam Workbook. We strongly recommend you analyze this data with
the aid of a pivot table. You may also benefit from adding some extra
calculation columns to the dataset.
Answers for numerical data should be rounded to the nearest 1 decimal,
comma separating 000s, NOT written in currency format. So if the
answer is $10,500.658, you would input 10,500.7.
5. Over the entire analysis period, which sales rep sold the highest
cumulative quantity of a single item?
Rob Stewart
6. In the last question you determined the sales person who sold the
highest cumulative quantity of a single item. What is the item code of
that item?
16
7. Over the entire analysis period, what is the highest selling item code
by quantity?
16
8. Over the entire analysis period, what is the second highest selling
item code by quantity?
39
9. Only considering postal codes 93372, 93403 and 93434, which
postal code had the highest total profit during the month of March?
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe

Partial preview of the text

Download Excel Notes to study from and more Lecture notes Psychology in PDF only on Docsity!

EXCEL CRASH COURSE EXAM FROM WALL STREET

PREP - QUESTIONS AND ANSWERS UPDATED 2023

Excel Crash Course Exam from Wall Street Prep

Instructions: Questions 1-4 use the financial model on tab Q1-4 in

the Exam Workbook. Complete the model by filling in the blank cells

before answering the question below. Answers should be rounded to

the nearest whole number, comma separating 000s, NOT written in

currency format. So if the answer is $5,505,210.50, you would input

1. What is forecast Revenue in 2017? 13,642,

2. What is forecast Net Income in 2016? 925,

3. If Depreciation&Amortization as a % of Capital Expenditures is

changed to 30%, what is Net Income in 2017? 1,123,

4. What is the EBITDA % Margin in 2018? 17.1%

Instructions: Questions 5-19 use the data table on tab Q5-19 in the

Exam Workbook. We strongly recommend you analyze this data with

the aid of a pivot table. You may also benefit from adding some extra

calculation columns to the dataset.

Answers for numerical data should be rounded to the nearest 1 decimal,

comma separating 000s, NOT written in currency format. So if the

answer is $10,500.658, you would input 10,500.7.

5. Over the entire analysis period, which sales rep sold the highest

cumulative quantity of a single item?

Rob Stewart

6. In the last question you determined the sales person who sold the

highest cumulative quantity of a single item. What is the item code of

that item?

7. Over the entire analysis period, what is the highest selling item code

by quantity?

8. Over the entire analysis period, what is the second highest selling

item code by quantity?

9. Only considering postal codes 93372, 93403 and 93434, which

postal code had the highest total profit during the month of March?

EXCEL CRASH COURSE EXAM FROM WALL STREET

PREP - QUESTIONS AND ANSWERS UPDATED 2023

lOMoAR cPSD| 3013804

Revenu e 100 120 130

3 Expens es

4 Profit 66 65 55

Identify the best formula that will output 2016 expenses. Hint: Only select the 'range lookup' argument if it is necessary.

=HLOOKUP(2016,B2:D4,2,0)

=HLOOKUP(2016,A1:D4,3)

=HLOOKUP("Expenses",A1:D4,2)

=HLOOKUP(2016,B2:D4,2) B

A B C D

2 Revenu e^100 120

Expens es

4 Profit 66 65 55

Identify the formula that will output 2016 expenses (55).

=OFFSET(B1,3,2)

=OFFSET(B1,2,3)

=OFFSET(A1,2,2)

lOMoAR cPSD| 3013804

=OFFSET(A1,MATCH(C6,A2:A4,0),MATCH(C7,B1:D1))

=OFFSET(A1,MATCH(C8,B1:D1),MATCH(C7,A2:A4,0)) C

38. Questions 38-39 use the fact pattern on tab Q38-39 in the Exam

Workbook. You will enter a function for the answer below. Start your

formula with the = sign. Do not anchor cell references, i.e. there

should be no dollar signs (โ€œ$โ€) in your answer.

Write an HLOOKUP function that will output the correct Net Profit for

whichever date is selected in cell H11. For your answer to be scored

correctly, please using C5:H8 as your table array and a hard coded

number for the row index number.

=HLOOKUP(H11,C5:H8,4,FALSE)

  1. In the last question, you wrote an HLOOKUP function to output net profit. Do you need to include a range lookup to output the correct net profit?

No, the formula will work correctly with or without the range

lookup parameter.

Yes, the formula needs an exact match in the range

lookup parameter to work correctly.

Yes, the formula needs an approximate match in the

range lookup parameter to work correctly. A

40. Instructions: Questions 40-41 use the fact pattern on tab Q40-41 in the Exam Workbook. You will enter a function for the answer below. Start your formula with the = sign. Do not anchor cell references, i.e. there should be no dollar signs (โ€œ$โ€) in your answer. Write a VLOOKUP function that will output the correct result for whichever 2018 income statement line item is selected in cell H11. For your answer to be scored correctly, please using C5:H8 as your table array and a hard coded number for the column index number.