Excel Test(Done)Δ Subscribe First NameLast NameEmail idPhone/MobilePreviousNext1. The process of arranging the items of a column in some sequence or order is known as None of the above Filtering Autofill Sorting2. The ____ feature of MS Excel quickly completes a series of data- Auto complete Sorting Fill Handle Auto Fill3. What type of chart is useful for comparing parts of a whole ? Pie Chart Dot Graph Line Chart Column Chart 4. Which of the following is the correct formula to calculate the weighted average score in cell C8 as shown in the above image? =AVERAGE(C2:C4) =SUMPRODUCT(C2:C5,B2:B5) =SUMPRODUCT(C2:C4,B2:B4) =AVERAGE(B2:B4)5. It is a collection of data that is stored electronically as a series of records in a table Spreadsheet Database Presentation MS Word6. Which of the following keyboard shortcut can be used for creating a 'Chart' from the selected cells ? F11 F3 F10 F27. Which key is used to 'Go to' tab in MS Excel ? F9 F6 F7 F58. To minimize workbook in MS Excel, we use- Ctrl+F9 Ctrl+F7 Ctrl+F6 Ctrl+F8 9. What formula can be used in cell G2 to create a dynamic date which shows the last day of each month ? =EOMONTH($B$2,C1) =EOMONTH($B$2,B1) =EOMONTH($B$2,G1) =MONTH($G$2)10. Assuming cell A1 is displaying the number "12000.7789". What formula should be used to round this number to the closest integer ? =ROUND(A1,0) =MROUND(A1,10) =MROUND(A1,100) =ROUND(A1,1)11. The shortcut keys to increase the number of decimal places are- Alt+H+9 Alt+H+0 Alt+H+D Alt+H+P 12. Suppose a company expected its revenue to be $180,000 for 2014-2018. What formula should be entered in cell E6 so it displays revenue in 2016 if it was above budget, otherwise it'll show 0 ? =IF(E2>$B$6,E2,0) =IF(E2<$B$6,0,E2) =IF(E2<$B$6,E2,0) =IF(E2>$B$6,0,E2)13. Which language is used to create macros in excel ? Java Visual C++ Visual basic C14. To record a sequence of keystrokes and mouse actions to play back later we use- Media Player Sound Recorder Macro recorder None of the above15. We can save and protect the workbook by- Read-only Recommended Any of the above Write Reservation Password Protection Password16. Which of the descriptions listed below best describe what a macro in Excel does ? It is a type of formatting you can apply to enlarge the worksheet area. It is a recording function that allows you to save worksheets, audio recordings and videos that are displayed on the screen. It is a series of instructions contained in one command that you can use to automate complex and/or repetitive tasks. It is a file type that you save a workbook as. 17. Study the screenshot given above. Where will you find the option to launch the Macros dialog box ? Under the Developer tab on the Ribbon, in the Add-Ins group. Under the Developer tab on the Ribbon, in the Code group. Under the Insert tab on the Ribbon, in the Macros group. Under the Formulas tab on the Ribbon, in the Functions group.18. How can you view and delete macros that have been created in a worksheet? Press Alt+F8, select the macro to be deleted and click delete. All of the options listed above are correct. Under the Developer tab, click on the Macros button in the Code group. Select the macro to delete and click delete. Press Alt+F11. Click on Tools and select Macros. Select the macro to delete and click delete. 19. Which of the formula is correct to fetch State from Table B only when the rate in Table A is greater than 10 otherwise it should display "Not Applicable"? =IF($B$2:$B$6>10,”Not Applicable”,VLOOKUP(A3,$D$3:$E$6,2,0)) =IF($B$2:$B$6>10,VLOOKUP(A3,$D$3:$E$6,2,0),”Not Applicable”) =IF($B$2:$B$6>10,VLOOKUP(A3:B6,$D$3:$E$6,2,0),”Not Applicable”) None of the above20. Is VLOOKUP function by default case sensitive ? No Yes21. The sum function is applied to values in a pivot table by default. How can I change this so that values are automatically counted & not summed ? Change the format of the values in the Pivot Table to General Numbers. None of the above In the Calculations group, change the Summarize Values By to Count. Insert the COUNT formula (=Count()) into the PivotTable.22. Which dialog box allows you to change a field name in a Pivot Table ? Field Settings Field Option Field Pane Field Structure23. What type of result does the MATCH function return, when used on its own ? It returns a value that is the same as the lookup value. It returns the cell reference of the lookup value. It returns the lookup value located in a specific location. It returns the relative position of a lookup value, either as a row or column number, within the selected array.24. Study the screenshot given below. Using the INDEX-MATCH function, which of the formulas below, when entered into the highlighted cell (E3), will yield the result Group (32A) ? =INDEX(MATCH(D3,A2:A9,0)) =MATCH(B2:B9,INDEX(D3,A2:A9,0)) =INDEX(B2:B9,MATCH(A2:A9,0)) =INDEX(B2:B9,MATCH(D3,A2:A9,0)) 25. Study the screenshot given above. Using the VLOOKUP function, which of the formulas below, when entered into the highlighted cell (E3), will yield the result Group (32A) ? =VLOOKUP(D3,A2:B9,2,FALSE) =VLOOKUP(D3,A2:B9,FALSE) =VLOOKUP(A2:B9,2,FALSE) =VLOOKUP(D3,A2,2,FALSE)26. In a VLOOKUP formula, what does the argument ‘column index number’ mean ? This is a numerical representation of the letters at the top of a worksheet For eg. A=1, B=2 This is secret INDEX number that each column in an excel worksheet has. This is numbers you assign to columns in your worksheet This is the number of the column within the selected table array where the lookup result is located.27. Using the following string of characters, DLM343456B82, which formula will extract 343456? The data is located in cell B2. =Mid(B2,4,6) =left(B2,4,6) =left(4,6) =Mid(B2,3,6)28. What does COUNTA () function do ? Counts empty cells Counts non empty cells Counts cells having alphabets Counts selected cells29. When all the numbers between 0 & 100 in a range should be displayed in Red color, apply- Use=if() function to format the required numbers red Apply conditional formatting command on home tab None of the above Select the cells that contain number between 0 & 100 then click Red color on Text color tool30. What function displays row data in a column or column data in a row ? Transpose Hyperlink Index Rows Previous Submit Answer