Advanced Excel For Actuaries Quiz

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Actuwaiter
A
Actuwaiter
Community Contributor
Quizzes Created: 2 | Total Attempts: 1,766
| Attempts: 541 | Questions: 5
Please wait...
Question 1 / 5
0 %
0/100
Score 0/100
1. Using the INDEXMATCH method, what formula did you enter into cell D7 to get the Plus brand Camera warranty price?

Explanation

The correct answer is =INDEX($H$4:$I$17,MATCH(B7,$G$4:$G$17,0),MATCH(C7,$H$3:$I$3,0)). This formula uses the INDEX and MATCH functions to retrieve the warranty price for the Plus brand Camera. The INDEX function returns a value from a specified range based on a row and column number. The MATCH function is used to find the position of a value in a range. In this case, the first MATCH function is used to find the row number of the Plus brand in the range G4:G17, and the second MATCH function is used to find the column number of the Camera in the range H3:I3. By combining these functions with the INDEX function, the formula retrieves the correct warranty price for the Plus brand Camera.

Submit
Please wait...
About This Quiz
Microsoft Office Quizzes & Trivia

See if you got the correct answers to the assignment.

Tell us your name to personalize your report, certificate & get on the leaderboard!
2. On the Summary tab, what formula did you use to get Region 6's Aug value (cell G9)?

Explanation

The formula used to get Region 6's Aug value (cell G9) is =INDIRECT("'"&G$1&"'!"&$L9). This formula uses the INDIRECT function to reference the value in cell G1 (which contains the name of the sheet) and combines it with the value in cell L9 to create a cell reference in the form 'SheetName'!$L9. The INDIRECT function then returns the value from that cell.

Submit
3. What Total Warranty Sales for 2015 did you get as an answer?

Explanation

The correct answer for the Total Warranty Sales for 2015 is 27852.

Submit
4. To create a dynamic range for the last 10 sales values, what does "COUNT(DynamicCharts!$B$3:$B$1000)-1" in the formula: "=OFFSET(DynamicCharts!$B$3,COUNT(DynamicCharts!$B$3:$B$1000)-1,0,-10,1)"

Explanation

The expression "COUNT(DynamicCharts!$B$3:$B$1000)-1" in the formula represents the number of rows down from the reference point. The COUNT function counts the number of cells in the range B3 to B1000 that contain values. By subtracting 1 from this count, the formula determines how many rows down from the reference point (B3) the new dynamic range should start. This allows the formula to create a dynamic range for the last 10 sales values by specifying the appropriate height and starting position.

Submit
5. What is the correct formula to parse the Region number for the first part of the text string cell F2?

Explanation

The correct formula to parse the Region number for the first part of the text string in cell F2 is "=if(left(F2,2)="10","10",left(F2,1))". This formula checks if the first two characters of the text string in cell F2 are equal to "10". If they are, it returns "10". If they are not, it returns the first character of the text string.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 22, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Feb 20, 2013
    Quiz Created by
    Actuwaiter
Cancel
  • All
    All (5)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Using the INDEXMATCH method, what formula did you enter into cell D7...
On the Summary tab, what formula did you use to get Region 6's Aug...
What Total Warranty Sales for 2015 did you get as an answer?
To create a dynamic range for the last 10 sales values, what does...
What is the correct formula to parse the Region number for the first...
Alert!

Advertisement