Download EXCEL CRASH COURSE EXAM FROM WALL STREET PREP - QUESTIONS AND ANSWERS UPDATED 2023 and more Exams Nursing 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
EXCEL CRASH COURSE EXAM FROM WALL STREET PREP - QUESTIONS AND ANSWERS UPDATED 2023
Identify a function for cell D6 that will return the fraction of the year elapsed assuming a 360 day count basis.
=STUB(D4,D5)
=YEARFRAC(D4,D5,2)
=DAYS360(D4,D5)
=YEARFRAC(D4,D5)
B
Identify the formula that will always output a date that is the end- of-month date 3 months after the date inputted in D5.
=DATE(YEAR(D5),MONTH(D5)+3,DAY(D5))
=EOMONTH(3,D5)
=EOMONTH(D5,3)
C
A B
Use
1
How many dogs do you own?
r inp ut
Use
2
How many cats do you own?
r inp ut
Identify the formula that, based in user inputs in cells B1 and B2, outputs the text "animal lover" for users who have at least 1 dog and at least one cat, and outputs "lonely person" when those conditions are not met.
=IF(OR(B1>0,B2>0),"animal lover","lonely person")
=IF(AND(B1>1,B2>1),"animal lover","lonely person")
=IF(AND(B1>0,B2>0),"animal lover","lonely person")
=AND(IF(B1>0,"animal lover","lonely
person"),IF(B2>0,"animal lover","lonely person")) C
23. Instructions: Questions 23-24 use the data table on tab Q23- 24 in the Exam Workbook. How many companies in the S&P 500 list have a Market Cap of at least $20Bn AND Revenue of at least $15Bn?
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)
=OFFSET(A1,3,3)
C
A B C D
2 Revenu e^100 120
3 Expens es
4 Profit 66 65 55
Identify the formula that will output 2016 expenses:
=CHOOSE(2,B3:D3)
=CHOOSE(2,B3,C3,D3)
=CHOOSE(2,A3,B3,C3,D3) B
A B C D
Revenu e 100 120 130
Expens es 34 55 75
4 Profit 66 65 55
Identify the formula that outputs 2016 expenses
=VLOOKUP("Expenses",A1:D4,3,1)
34. Enter the number of items and total cost for class “Equipment.”
Enter your answer as the number of items followed by total cost,
comma separated with no spaces. For example: 10,$200,
35. Enter the number of items and total cost for class “Tools.” Enter your
answer as the number of items followed by total cost, comma separated
with no spaces. For example: 10,$200,
36. Enter the number of items and total cost for class “Vehicles.” Enter
your answer as the number of items followed by total cost, comma
separated with no spaces. For example: 10,$200,
A B C D
Revenu e 100 120 130
Expens es
4 Profit 66 65 55
5
User input
Reven ue
User input
Identify the formula that outputs data from the table based on the user inputs in cells C7 and C8.
=OFFSET(A1,MATCH(C7,A2:A4),MATCH(C8,B1:D1))
=OFFSET(B1,MATCH(C6,A2:A4,0),MATCH(C7,B1:D1))
=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)
- 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.
written in currency format. So if the answer is $5,505,210.50, you would
input 5,505,210.
What is the NPV assuming cash flows all come at the end of each
period?
45. What is the NPV assuming cash flows all come at the beginning of
each period?
46. Instructions: This question uses the fact pattern on tab Q46 in the
Exam Workbook. Your answer should be written in % format, rounded
to the nearest whole number. So if answer is 31.003% you should input
Assuming an initial investment of $2,500 on 12/31/13, what is the IRR
assuming all cash flows occur at the end of each period?
47. Instructions: This question uses the fact pattern on tab Q47 in the
Exam Workbook. Your answer should be written in % format, rounded
to the nearest whole number. So if answer is 31.003% you should input
Assuming an initial investment of $2,500 on 12/31/13, what is the IRR
assuming all cash flows occur at the end of each period?
48. Instructions: This question uses the fact pattern on tab Q48 in the
Exam Workbook. Below the fact pattern, there is a data table designed
to display the effect on 2015 Net Profit based of changes in 2015
Revenue Growth and 2015 COGS%.
Please provide:
1. The cell reference required in cell D15. For this answer, do not use
anchors ($) or the = sign. So if the cell reference is =E$6, your answer
would be E6.
2. The row input cell required by the Data Table
3. The column input cell required by the Data Table
Write all three cell references, in the order above, separated by commas
with no space (i.e. A1,A2,A3)
E8,E10,E