0% found this document useful (0 votes)
577 views34 pages

Excel MCQs

The document contains an Excel multiple choice quiz with 50 questions testing various Excel functions and formulas. It tests knowledge of functions like SUM, COUNTIF, VLOOKUP, IF, and more. It also includes some questions about Excel shortcuts and features.

Uploaded by

Pooja Gowda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
577 views34 pages

Excel MCQs

The document contains an Excel multiple choice quiz with 50 questions testing various Excel functions and formulas. It tests knowledge of functions like SUM, COUNTIF, VLOOKUP, IF, and more. It also includes some questions about Excel shortcuts and features.

Uploaded by

Pooja Gowda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 34

Excel Multiple Choice Questions

Employee Gender Department Joining Date Salary


Rachel Green Female Human Resource 1-Mar-22 $25,010
Ross Geller Male Marketing 6-Mar-22 $35,600
Joey Tribbiani Male Finance 7-Mar-22 $42,150
Chandler Bing Male Human Resource 17-Mar-22 $102,000
Monica Geller Female Accounting 25-Mar-22 $28,300
Phoebe Buffay Female Accounting 26-Mar-22 $34,500
Ben Van Lier Male Human Resource 31-Mar-22 $95,000
Adam King Male Finance 15-Apr-22 $12,500
Rowan Bettjeman Male Marketing 20-Apr-22 $35,623
Ellie Harwood Female Finance 25-Apr-22 $66,785
Britt Scott Clark Sales 7-May-22 $135,430
Alan Morrison Male Sales 11-May-22 $187,020
Hamish Parkinson Male Human Resource 20-May-22 $98,456
Byron Coll Male Accounting 29-May-22 $20,400
John Blake Male Finance 29-May-22 $35,455
Stewart Broad Male Marketing 29-May-22 $72,465
Dimitry Berbatov Male Sales 29-May-22 $107,956
Philip Hugo Male Sales 1-Jan-22 $252,200
Amanda Strong Female Marketing 25-Apr-22 $24,598
Leah Heather Marketing 25-Apr-22 $77,804
Multiple Choice Questions
Q1. To insert chart from a data selection, you will need to press -
(A) F5
(B) F7
(C) F11
(D) F12
Q2. To open the Spelling dialog box, you need to press -
(A) F5
(B) F7
(C) F11
(D) F2
Q3. To bring up the custom cell Formatting press -
(A) Ctrl+1
(B) Ctrl+2
(C) Ctrl+3
(D) Ctrl+4
Q4. To find the maximum salary, you can use -
(A) =MAX(F5:F24)
(B) =LARGE(F5:F24,1)
(C) =AGGREGATE(4,0,F5:F24)
(D) All of the above
Q5. You can find the mean of the salaries using -
(A) =AGGREGATE(2,0,F5:F24)
(B) =AVERAGE(F5:F24)
(C) =MEAN(F5:F24)
(D) All of the above
Q6. Which formula will return 0 -
(A) =COUNTA(C5:C24)
(B) =COUNT(C5:C24)
(C) =COUNTBLANK(C5:C24)
(D) None of these
Q7. How many functions are included in the AGGREGATE function -
(A) 17
(B) 18
(C) 19
(D) 20
Q8. To find the string size (number of characters) for the name column, you will use -
(A) =LEN(B5:B24)
(B) =SIZE(B5:B24)
(C) =STRINGLENGTH(B5:B24)
(D) =LENGTH(B5:B24)
Q9. If you want to count the number of employees whose name begins with R, you can use -
(A) =COUNTIF(B5:B24,R*)
(B) =COUNTIF(B5:B24,"R*")
(C) =COUNTIF(B5:B24,"R")
(D) =COUNTIF(B5:B24,"*R")
Q10. To calculate the space position in the name column, you can use -
(A) =FIND(" ",B5:B24,1)
(B) =SEARCH(" ",B5:B24,1)
(C) =AGGREGATE(" ",B5:B25,1)
(D) Both a&b
Q11. The difference between the SEARCH and FIND function is -
(A) The FIND function is case sensitive and the SEARCH function is not.
(B) The SEARCH function is case sensitive and the FIND function is not.
(C) There is no difference between them, only for compatibility, both are listed.
(D) None of these.
Q12. Which Function can be used to Find the Number of Females?
(A) COUNTIFS
(B) COUNTIF
(C) COUNT
(D) Both a & b
Q13. The function to find the highest salary value is -
(A) MAX
(B) MAXIMUM
(C) AGGREGATE
(D) Both a & c
Q14. The total value of salary for the male employees can be calculated by using -
(A) SUMIF
(B) IFS
(C) MAX
(D) INDEX-MATCH
Q15. To find the employee who received the most salary, you will use the following formula -
(A) =INDEX(B5:B24,MATCH(MAX(F5:F24),F5:F24,0))
(B) =INDEX(B5:B24,MATCH(MAX(F5:F24),F5:F24,1))
(C) =INDEX(B5:B24,MAX(F5:F24),0)
(D) =INDEX(B5:B24,MATCH(MAX(F5:F24),F5:F24,-1))
Q16. To find the distinct job department names, you can use -
(A) AGGREGATE
(B) UNIQUE
(C) Combination of IFERROR, INDEX, MATCH
(D) Both b & c
Q17. To extract the day value from the Date Joined column, which of the following features can b
(A) DAY Function
(B) Insert an adjacent helper column and use Flash Fill
(C) LEFT Function
(D) Both a,b & c
Q18. Which function can be used to determine the number of empty cells in the dataset?
(A) COUNT
(B) COUNTA
(C) COUNTBLANT
(D) COUNTBLANK
Q19. Using which function from the list you can return a random name -
(A) =INDEX(B5:B24,MATCH(RANDBETWEEN(1,20),B5:B24,0))
(B) =INDEX(B5:B24,RANDBETWEEN(1,20))
(C) =INDEX(B6:B25,RAND())
(D) =INDEX(B6:B25,RAND(20))
Q20. To determine the number of salary greater than $100,000 AND dates joined after 30th April
needs to be used -
(A) =COUNTIFS(F5:F24,">100000",E5:E24,">44681")
(B) =COUNTIF(F5:F24,">100000")+COUNTIF(E5:E24,">44681")
(C) Both a & b
(D) None of these
Q21. To determine the number of salary greater than $100,000 OR dates joined after 30th April, t
needs to be used -
(A) =COUNTIFS(F5:F24,">100000",E5:E24,">44681")
(B) =COUNTIF(F5:F24,">100000")+COUNTIF(E5:E24,">44681")
(C) Both a & b
(D) None of these
Q22. To calculate the average salary by the male employees, the following formula need to be us
(A) =AVERAGEIF(C5:C24,"Male",F5:F24)
(B) =AVERAGEIFS(C5:C24,"Male",F5:F24)
(C) =IF(C5:C24="Male",AVERAGE(F5:F24),"")
(D) =MEANIF(C5:C24,"Male",F5:F24)
Q23. To find the arithmetic mean, you can use the following function -
(A) MEAN
(B) AVERAGE
(C) GEOMEAN
(D) MIDPOINT
Q24. Shortcut to apply the SUM function is -
(A) Alt+=
(B) Ctrl+=
(C) Shift+=
(D) Ctrl+Alt+=
Q25. To return value from the left side of the matched value, we can use -
(A) VLOOKUP Function
(B) Combination of VLOOKUP and IF Functions
(C) HLOOKUP Function
(D) ZLOOKUP Function
Q26. Which formula is correct for returning the name of the employee for the $25,010 salary?
(A) =VLOOKUP(F5,IF({1,0},F5:F24,B5:B24),2,0)
(B) =ZLOOKUP(F5,F5:F24,B5:B24)
(C) =XLOOKUP(F6,F5:F24,B5:B24)
(D) Both a&c
Q27. The cell C15 is empty and F15 is $135,430. So, the output of =C15*F15 is -
(A) $135,430
(B) 0
(C) #VALUE!
(D) #DIV/0
Q28. Which of the following functions will you use to determine the number of values in the Sala
(A) NUM
(B) NUMBER
(C) COUNT
(D) None of these
Q29. If you want show the current date with time, you can use -
(A) =NOW()
(B) =TODAY()
(C) Both
(D) None of these
Q30. Which of the formulas will you use to round up the salary figure from cell F17 to the nearest
(A) =MROUND(F17,1000)
(B) =FLOOR.MATH(F17,1000)
(C) =CEILING.MATH(F17,1000)
(D) =ROUNDUP(F17,1000)
Q31. You can assign sequential serial number (1,2,3, etc.) to the rows by using the formula and A
(A) =ROWS($B$5:B5)
(B) =ROWS(B5)
(C) =ROW(B5)-3
(D) Both a&c
Q32. Which of the following are not valid Excel functions -
(A) NUM
(B) MEANS
(C) TRUE
(D) Both a&b
Q33. Which of the following functions is available but not shown in Excel Tooltip?
(A) DATEVALUE
(B) DATEDIF
(C) KLOOKUP
(D) DCOUNT
Q34. If you want to fix a cell reference, you will use -
(A) $
(B) !
(C) *
(D) %
Q35. The Not Equal operator in Excel is -
(A) =!
(B) <>
(C) !=
(D) ||
Q36. Circular reference in Excel formula is -
(A) A reference that relies on itself
(B) A type of the absolute cell reference
(C) A reference that Speeds up calculation
(D) None of these
Q37. To fill down a formula, you need to use the following shortcut -
(A) Ctrl+D
(B) Alt+D
(C) Shift+D
(D) Ctrl+Alt+D
Q38. Which of the following shortcuts can be used to use the Flash Fill feature?
(A) Ctrl+F
(B) Ctrl+E
(C) Alt+E
(D) Alt+F
Q39. If you want to display the remainder after you divide 100 by 3, then you should use -
(A) =MOD(100,3)
(B) =DIV(3,100)
(C) =MODE(100,3)
(D) =REMAINDER(100,3)
Q40. To concatenate values in the formula, you need to use -
(A) Semicolon (;)
(B) Comma (,)
(C) Ampersand (&)
(D) Pipe (|)
Q41. Which is the latest lookup function?
(A) KLOOKUP
(B) XLOOKUP
(C) VLOOKUP
(D) LOOKUP
Q42. A formula must begin with -
(A) =
(B) +
(C) -
(D) (
Q43. Which of the following formula contains an error?
(A) =F7+F8
(B) =F9+F11
(C) (F9+F11)
(D) No error
Q44. To find the output of the formula, you need to select the full formula or a portion of it and n
the output. Here X is -
(A) F7
(B) F8
(C) F9
(D) F10
Q45. To refer to a cell reference from another worksheet, you can -
(A) navigate to the sheet and click on that cell
(B) type the sheet name, add !, and include the cell address
(C) both of these
(D) It is not possible in Excel
Q46. Which of the following functions was introduced in Excel 2019?
(A) UNIQUE
(B) IFS
(C) FLOOR.MATH
(D) XLOOKUP
Q47. Which of the following functions can handle all kinds of errors?
(A) IFNA
(B) IFERROR
(C) ISERROR
(D) ALLERROR
Q48. In the VBA Cells function, the argument is Cells (x, y), which means -
(A) x = row number, y = column number
(B) x = column number, y = row number
(C) x = row index y = column index
(D) x = column index, y = row index
Q49. To remove extra spaces, you can use the function -
(A) TRIM
(B) TRUNC
(C) CODE
(D) DELETE
Q50. If there is a VBA code in your Excel file, then you should save the file as ____ format -
(A) .xlsx
(B) .xls
(C) .xlsm
(D) .csv
Your Answer Correct?
C

C ✓

B ✓

A ✓

D ✓

B ✓

B ✓

C ✓
C ✓

A ✓

B ✓

D ✓

A ✓

D ✓

D ✓

A ✓
A ✓

A ✓

B ✓

A ✓

D ✓

B ✓

A ✓

B ✓
B ✓

A ✓

B ✓

A ✓

B ✓

A ✓

B ✓

C ✓
C ✓

A ✓

C ✓

A ✓

D ✓

B ✓

A ✓

B ✓
B ✓

A ✓

A ✓

B ✓

A ✓

C ✓

B ✓

A ✓
A ✓

C ✓

C ✓

C ✓

B ✓

B ✓

C ✓

A ✓
A ✓

C ✓
Excel Multiple Choice Questions

Employee Gender Department Joining Date Salary


Rachel Green Female Human Resource 1-Mar-22 $25,010
Ross Geller Male Marketing 6-Mar-22 $35,600
Joey Tribbiani Male Finance 7-Mar-22 $42,150
Chandler Bing Male Human Resource 17-Mar-22 $102,000
Monica Geller Female Accounting 25-Mar-22 $28,300
Phoebe Buffay Female Accounting 26-Mar-22 $34,500
Ben Van Lier Male Human Resource 31-Mar-22 $95,000
Adam King Male Finance 15-Apr-22 $12,500
Rowan Bettjeman Male Marketing 20-Apr-22 $35,623
Ellie Harwood Female Finance 25-Apr-22 $66,785
Britt Scott Clark Sales 7-May-22 $135,430
Alan Morrison Male Sales 11-May-22 $187,020
Hamish Parkinson Male Human Resource 20-May-22 $98,456
Byron Coll Male Accounting 29-May-22 $20,400
John Blake Male Finance 29-May-22 $35,455
Stewart Broad Male Marketing 29-May-22 $72,465
Dimitry Berbatov Male Sales 29-May-22 $107,956
Philip Hugo Male Sales 1-Jan-22 $252,200
Amanda Strong Female Marketing 25-Apr-22 $24,598
Leah Heather Marketing 25-Apr-22 $77,804
Multiple Choice Questions
Q1. To insert chart from a data selection, you will need to press -
(A) F5
(B) F7
(C) F11
(D) F12
Q2. To open the Spelling dialog box, you need to press -
(A) F5
(B) F7
(C) F11
(D) F2
Q3. To bring up the custom cell Formatting press -
(A) Ctrl+1
(B) Ctrl+2
(C) Ctrl+3
(D) Ctrl+4
Q4. To find the maximum salary, you can use -
(A) =MAX(F5:F24)
(B) =LARGE(F5:F24,1)
(C) =AGGREGATE(4,0,F5:F24)
(D) All of the above
Q5. You can find the mean of the salaries using -
(A) =AGGREGATE(2,0,F5:F24)
(B) =AVERAGE(F5:F24)
(C) =MEAN(F5:F24)
(D) All of the above
Q6. Which formula will return 0 -
(A) =COUNTA(C5:C24)
(B) =COUNT(C5:C24)
(C) =COUNTBLANK(C5:C24)
(D) None of these
Q7. How many functions are included in the AGGREGATE function -
(A) 17
(B) 18
(C) 19
(D) 20
Q8. To find the string size (number of characters) for the name column, you will use -
(A) =LEN(B5:B24)
(B) =SIZE(B5:B24)
(C) =STRINGLENGTH(B5:B24)
(D) =LENGTH(B5:B24)
Q9. If you want to count the number of employees whose name begins with R, you can use -
(A) =COUNTIF(B5:B24,R*)
(B) =COUNTIF(B5:B24,"R*")
(C) =COUNTIF(B5:B24,"R")
(D) =COUNTIF(B5:B24,"*R")
Q10. To calculate the space position in the name column, you can use -
(A) =FIND(" ",B5:B24,1)
(B) =SEARCH(" ",B5:B24,1)
(C) =AGGREGATE(" ",B5:B25,1)
(D) Both a&b
Q11. The difference between the SEARCH and FIND function is -
(A) The FIND function is case sensitive and the SEARCH function is not.
(B) The SEARCH function is case sensitive and the FIND function is not.
(C) There is no difference between them, only for compatibility, both are listed.
(D) None of these.
Q12. Which Function can be used to Find the Number of Females?
(A) COUNTIFS
(B) COUNTIF
(C) COUNT
(D) Both a & b
Q13. The function to find the highest salary value is -
(A) MAX
(B) MAXIMUM
(C) AGGREGATE
(D) Both a & c
Q14. The total value of salary for the male employees can be calculated by using -
(A) SUMIF
(B) IFS
(C) MAX
(D) INDEX-MATCH
Q15. To find the employee who received the most salary, you will use the following formula -
(A) =INDEX(B5:B24,MATCH(MAX(F5:F24),F5:F24,0))
(B) =INDEX(B5:B24,MATCH(MAX(F5:F24),F5:F24,1))
(C) =INDEX(B5:B24,MAX(F5:F24),0)
(D) =INDEX(B5:B24,MATCH(MAX(F5:F24),F5:F24,-1))
Q16. To find the distinct job department names, you can use -
(A) AGGREGATE
(B) UNIQUE
(C) Combination of IFERROR, INDEX, MATCH
(D) Both b & c
Q17. To extract the day value from the Date Joined column, which of the following features can b
(A) DAY Function
(B) Insert an adjacent helper column and use Flash Fill
(C) LEFT Function
(D) Both a,b & c
Q18. Which function can be used to determine the number of empty cells in the dataset?
(A) COUNT
(B) COUNTA
(C) COUNTBLANT
(D) COUNTBLANK
Q19. Using which function from the list you can return a random name -
(A) =INDEX(B5:B24,MATCH(RANDBETWEEN(1,20),B5:B24,0))
(B) =INDEX(B5:B24,RANDBETWEEN(1,20))
(C) =INDEX(B6:B25,RAND())
(D) =INDEX(B6:B25,RAND(20))
Q20. To determine the number of salary greater than $100,000 AND dates joined after 30th April
(A) =COUNTIFS(F5:F24,">100000",E5:E24,">44681")
(B) =COUNTIF(F5:F24,">100000")+COUNTIF(E5:E24,">44681")
(C) Both a & b
(D) None of these
Q21. To determine the number of salary greater than $100,000 OR dates joined after 30th April, t
(A) =COUNTIFS(F5:F24,">100000",E5:E24,">44681")
(B) =COUNTIF(F5:F24,">100000")+COUNTIF(E5:E24,">44681")
(C) Both a & b
(D) None of these
Q22. To calculate the average salary by the male employees, the following formula need to be us
(A) =AVERAGEIF(C5:C24,"Male",F5:F24)
(B) =AVERAGEIFS(C5:C24,"Male",F5:F24)
(C) =IF(C5:C24="Male",AVERAGE(F5:F24),"")
(D) =MEANIF(C5:C24,"Male",F5:F24)
Q23. To find the arithmetic mean, you can use the following function -
(A) MEAN
(B) AVERAGE
(C) GEOMEAN
(D) MIDPOINT
Q24. Shortcut to apply the SUM function is -
(A) Alt+=
(B) Ctrl+=
(C) Shift+=
(D) Ctrl+Alt+=
Q25. To return value from the left side of the matched value, we can use -
(A) VLOOKUP Function
(B) Combination of VLOOKUP and IF Functions
(C) HLOOKUP Function
(D) ZLOOKUP Function
Q26. Which formula is correct for returning the name of the employee for the $25,010 salary?
(A) =VLOOKUP(F5,IF({1,0},F5:F24,B5:B24),2,0)
(B) =ZLOOKUP(F5,F5:F24,B5:B24)
(C) =XLOOKUP(F6,F5:F24,B5:B24)
(D) Both a&c
Q27. The cell C15 is empty and F15 is $135,430. So, the output of =C15*F15 is -
(A) $135,430
(B) 0
(C) #VALUE!
(D) #DIV/0
Q28. Which of the following functions will you use to determine the number of values in the Sala
(A) NUM
(B) NUMBER
(C) COUNT
(D) None of these
Q29. If you want show the current date with time, you can use -
(A) =NOW()
(B) =TODAY()
(C) Both
(D) None of these
Q30. Which of the formulas will you use to round up the salary figure from cell F17 to the nearest
(A) =MROUND(F17,1000)
(B) =FLOOR.MATH(F17,1000)
(C) =CEILING.MATH(F17,1000)
(D) =ROUNDUP(F17,1000)
Q31. You can assign sequential serial number (1,2,3, etc.) to the rows by using the formula and A
(A) =ROWS($B$5:B5)
(B) =ROWS(B5)
(C) =ROW(B5)-3
(D) Both a&c
Q32. Which of the following are not valid Excel functions -
(A) NUM
(B) MEANS
(C) TRUE
(D) Both a&b
Q33. Which of the following functions is available but not shown in Excel Tooltip?
(A) DATEVALUE
(B) DATEDIF
(C) KLOOKUP
(D) DCOUNT
Q34. If you want to fix a cell reference, you will use -
(A) $
(B) !
(C) *
(D) %
Q35. The Not Equal operator in Excel is -
(A) =!
(B) <>
(C) !=
(D) ||
Q36. Circular reference in Excel formula is -
(A) A reference that relies on itself
(B) A type of the absolute cell reference
(C) A reference that Speeds up calculation
(D) None of these
Q37. To fill down a formula, you need to use the following shortcut -
(A) Ctrl+D
(B) Alt+D
(C) Shift+D
(D) Ctrl+Alt+D
Q38. Which of the following shortcuts can be used to use the Flash Fill feature?
(A) Ctrl+F
(B) Ctrl+E
(C) Alt+E
(D) Alt+F
Q39. If you want to display the remainder after you divide 100 by 3, then you should use -
(A) =MOD(100,3)
(B) =DIV(3,100)
(C) =MODE(100,3)
(D) =REMAINDER(100,3)
Q40. To concatenate values in the formula, you need to use -
(A) Semicolon (;)
(B) Comma (,)
(C) Ampersand (&)
(D) Pipe (|)
Q41. Which is the latest lookup function?
(A) KLOOKUP
(B) XLOOKUP
(C) VLOOKUP
(D) LOOKUP
Q42. A formula must begin with -
(A) =
(B) +
(C) -
(D) (
Q43. Which of the following formula contains an error?
(A) =F7+F8
(B) =F9+F11
(C) (F9+F11)
(D) No error
Q44. To find the output of the formula, you need to select the full formula or a portion of it and n
(A) F7
(B) F8
(C) F9
(D) F10
Q45. To refer to a cell reference from another worksheet, you can -
(A) navigate to the sheet and click on that cell
(B) type the sheet name, add !, and include the cell address
(C) both of these
(D) It is not possible in Excel
Q46. Which of the following functions was introduced in Excel 2019?
(A) UNIQUE
(B) IFS
(C) FLOOR.MATH
(D) XLOOKUP
Q47. Which of the following functions can handle all kinds of errors?
(A) IFNA
(B) IFERROR
(C) ISERROR
(D) ALLERROR
Q48. In the VBA Cells function, the argument is Cells (x, y), which means -
(A) x = row number, y = column number
(B) x = column number, y = row number
(C) x = row index, y = column index
(D) x = column index, y = row index
Q49. To remove extra spaces, you can use the function -
(A) TRIM
(B) TRUNC
(C) CODE
(D) DELETE
Q50. If there is a VBA code in your Excel file, then you should save the file as ____ format -
(A) .xlsx
(B) .xls
(C) .xlsm
(D) .csv
Answer
C

C ✓

B ✓

A ✓

D ✓

B ✓

B ✓

C ✓
C ✓

A ✓

B ✓

D ✓

A ✓

D ✓

D ✓

A ✓
A ✓

A ✓

B ✓

A ✓

D ✓

B ✓

A ✓

B ✓
B ✓

A ✓

B ✓

A ✓

B ✓

A ✓

B ✓

C ✓
C ✓

A ✓

C ✓

A ✓

D ✓

B ✓

A ✓

B ✓
B ✓

A ✓

A ✓

B ✓

A ✓

C ✓

B ✓

A ✓
A ✓

C ✓

C ✓

C ✓

B ✓

B ✓

C ✓

A ✓
A ✓

C ✓

You might also like