Excel Advanced Quiz Please enter your name* First Name Surname Please enter your email address* You are building a Pivot Table with the fields as shown below. How would you build a pivot table that shows revenue by Province as well as Town.* Revenue into the Columns Area, Province into the Values Area and Town into the Values area Revenue into the Values Area, Province into the Filters Area and Town into the Row area Revenue into the Values Area, Province into the Rows Area and Town into the Rows area Province into the Values Area, Revenue into the Filters Area and Town into the Rows We have the following 2 sheets. What formula can we type into Cell C2 in Sheet 2 (the yellow highlighted cell) which can then be copied down to the green cells below that will bring in the student names from Sheet 1.*Sheet 1 Sheet 2 =VLOOKUP(A2,'Sheet1'!$A$1:$B$13,2,FALSE) =VLOOKUP(A2,'Sheet1'!$A$1:$B$13,2,TRUE) =VLOOKUP(A2,Sheet1,Student Name) =VLOOKUP(A2,'Sheet1'!A1:B13,2,FALSE) =VLOOKUP(A2,'Sheet1'!A1:B13,2,TRUE) None of the above In Column C below, if someone has scored at least 50 we would like it to say PASS. And if they scored less than 50 it should say FAIL. What formula should we enter into the yellow highlighted cell which can then be copied down into the green highlighted cells.* =IF(B2>50, FAIL, PASS) =IF(B2>50, PASS, FAIL) =IF(B2>=50, FAIL, PASS) =IF(B2>=50, PASS, FAIL) =IF(B2>=50,"FAIL","PASS") =IF(B2>50,"PASS","FAIL") =IF(B2>=50,"PASS","FAIL") =IF(B2>50,"FAIL","PASS") What is the shortcut key to cycle through the different types of absolute cell references* Alt + R Alt + A F4 Ctrl + R F3 Ctrl + A What are the shortcut keys for AutoSum?* ALT and = CTRL and S CTRL and = ALT and S For the data below, you want to show the percentage of sales by product type for each year in a column chart. Which chart type should you use* B and C A B C A and B A and C Which function would give you the current date ?* DATE DAY NOW CURRENTDATE You have the following data which is the sales for each product over the last few years. Someone has already created a chart. You want to display the growth trend for each product over time. What should you do?* Change the chart to a pie chart Nothing - the chart is fine as is Change the chart to a pie chart Modify the chart to have the product type as the Legend and years on the horizontal axis. Create 3 separate charts - one for each year You are creating a spreadsheet to work out new prices for products, by applying a percentage price increase to last years price. You will enter the formula into the yellow highlighted cell and then simply copy it to the green highlighted cells below. What formula should you enter in the yellow highlighted cell i.e. Cell C5, so that it will work properly when copied down into the other cells* =B$5*$B1 =B5*B1 =$B$5*$B$1 =B$5*$B$1 =B5*$B$1 =B$5*B1 What formula was entered in Cell A3 (yellow highlighted cell)* =Financial Statements +A1 ="Financial Statements"+A1 ="Financial Statements"&A1 ="Financial Statements "&A1 Besides sorting on Cell Values, what other options can you sort on?* Cell Color, Font Color, Conditional Formatting Icon Cell Color, Font Type and Formulas You can only sort on Cell Values Only Cell Color and Font Color If cell A1 has the number "5.4342" , what formula should be used to round this number to the closest integer?* =MROUND(A1,10) =ROUND(A1,1) =ROUND(A1,0) =MROUND(A1,0) You can review your answers above. If you are happy with your answers please click on the SUBMIT button below.