Skip to content

Commit

Permalink
Updated Excel questions 36-38-41-42-43-44-37 (Ebazhanov#289)
Browse files Browse the repository at this point in the history
* update 43 & 44

* update 42

* update 41

* update 38

=$A$1*B3

* Remove Q37 repetitive

Q16 & Q37
The question is

* update 36
  • Loading branch information
AliMilani authored Aug 16, 2020
1 parent 015b607 commit e891bb6
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions microsoft-excel/microsoft-excel-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,16 +247,10 @@

#### Q36. In Excel, what do most formulas begin with?
- [ ] :
- [ ] =
- [x] =
- [ ] (
- [ ] *

#### Q37. You are working with columns whose width and font size should not be changed. Yet the columns are too narrow to display all the text in each cell. What tool should you use to solve this problem?
- [ ] Fill Handle
- [ ] Wrap Text
- [ ] Sparklines
- [ ] Centered Alignment

#### Q38. You need to determine the commission earned by each Sales Rep, based on the Sales amounts in B3:B50 and the Commission rate specified in cell A1. You want to enter a formula in C3 and copy it down to C50. Which formula should you use?

|| A | B | C |
Expand All @@ -269,7 +263,7 @@
|6|Chiquita Walsh|$684,760.00||

- [ ] =$A1*B3
- [ ] =$A$1*B3
- [x] =$A$1*B3
- [ ] =A1*$B3
- [ ] =A1*B3

Expand All @@ -289,22 +283,22 @@
- [ ] pie chart
- [ ] XY scatter chart
- [ ] bar chart
- [ ] line chart
- [x] line chart

#### Q42. Your worksheet has the value 27 in cell B3. What value is returned by the function =MOD (B3,6)?
- [ ] 4
- [ ] 1
- [ ] 5
- [ ] 3
- [x] 3

#### Q43. For an IF function to check whether cell B3 contains a value between 15 and 20 inclusively, what condition should you use?
- [ ] OR(B3=>15,B3<=20)
- [ ] AND (B3>=15,B3<=20)
- [x] AND (B3>=15,B3<=20)
- [ ] OR(B3>15,B3<20)
- [ ] AND(B3>15, B3<20)

#### Q44. Which of these functions returns the largest value within the range H2:H30?
- [ ] =MAXIMUM (H2:H30)
- [ ] =MAX(H2:H30)
- [x] =MAX(H2:H30)
- [ ] =LARGE (H2:H30, 29)
- [ ] =UPPER(H2:H30,1)

0 comments on commit e891bb6

Please sign in to comment.