Quiznetik

Excel | Set 1

1. 15-August-2020 was Saturday. Answer of =WEEKDAY(“15-August-2020”) will be_____

Correct : C. 7

2. 15-August-2020 was Saturday. Answer of =MONTH(“15-August-2020”) will be ________

Correct : C. 8

3. 15-August-2020 was Saturday. Answer of =YEAR(“15-August-2020”) will be ________

Correct : A. 2020

4. Answer of =DAYS360(“1-Jan-2020”, “31-Dec-2020”) will be ________

Correct : C. 360

5. Answer of =YEAR(“15-Aug-20”) will be

Correct : B. 2020

6. Answer of =TIMEVALUE(“6:00 PM”) will be ________

Correct : D. 0.75

7. TODAY( ) returns current ______

Correct : A. date

8. Answer of =DAYS360(“31-Dec-2020”, “1-Jan-2020”) will be ________

Correct : D. -360

9. To convert uppercase alphabets to lowercase we use _____

Correct : B. lower( )

10. To find number of characters in a string we use _____

Correct : B. len( )

11. To search a value in the first row of a given range, we use _______.

Correct : B. hlookup( )

12. To count non blank cells, we use _____.

Correct : B. counta( )

13. To count number of cells that contains numbers, we use _____.

Correct : A. count( )

14. Which of the following is not a valid chart type in Excel.

Correct : D. graph

15. Axis Title is not allowed in this type of graphs.

Correct : D. pie

16. Select odd man out from the following graph types.

Correct : D. pie

17. Charts are available under _______ Ribbon/Menu.

Correct : B. insert

18. Goal Seek Option is available under ____ Ribbon/Menu.

Correct : C. data

19. Number of changing cells for a Scenario is limited to ____

Correct : B. 32

20. Number of changing cells for a Goal Seek is limited to ______

Correct : C. 1

21. Solver Option is available under ____ Ribbon/Menu.

Correct : B. data

22. Record Macro option is available under ____ Ribbon/Menu.

Correct : A. developer

23. Cell A2 contains a text COMPUTER. What will be the answer of =LEFT(A2)?

Correct : D. c

24. Cell A2 contains a text COMPUTER. What will be the answer of =LEFT(“A2”)?

Correct : B. a

25. Cell A2 contains a text COMPUTER. What will be the answer of =LEFT(A2, 3)?

Correct : D. com

26. What will be the answer of =DAYS360(“1-Feb-2020”, “1-Mar-2020”)?

Correct : C. 30

27. What will be the answer of =DATEVALUE(“1-Feb-1900”)?

Correct : B. 32

28. What will be the answer of =TIMEVALUE(“12:00 PM”)?

Correct : C. 0.5

29. What will be the answer of =MONTH(32)?

Correct : A. 2

30. What will be the answer of =DAY(32)?

Correct : A. 1

31. What will be the answer of =YEAR(32)?

Correct : D. 1900

32. If cell B1 contains text MUMBAI then what will be the answer of =LOWER(B1)?

Correct : B. mumbai

33. What will be the answer of =PROPER(“verus d’sa”)?

Correct : C. verus d’sa

34. What will be the answer of =MID(“COMMERCE”,3,2)?

Correct : C. mm

35. Excel formula cannot start with ____

Correct : C. *

36. Which of the following is an invalid arithmetic operator?

Correct : C.

37. If cell A1 contains a number 100, then what will be the answer of =IF(A1< 200, A1+10, A1-10)?

Correct : B. 110

38. When we want to hide the records which are not satisfying a given condition, then we use ________ command.

Correct : B. filter

39. We can add constraints while using __________ command.

Correct : B. solver

40. By default extension for template file is _______

Correct : B. .xltx

41. Excel macros can be edited using _______ editor.

Correct : A. visual basic

42. To make data interesting, attractive and easy to read and evaluate, we use ______

Correct : A. graphs

43. _____ graph allows only one range of values.

Correct : D. pie

44. Gridlines are not allowed for ___ type of graphs.

Correct : D. pie

45. With Numeric Filters ______ operation is not allowed.

Correct : D. begins with

46. With Text Filters _____ operation is not allowed.

Correct : C. above average

47. Which of the following function is invalid.

Correct : B. avgif( )