Skip to content

Commit

Permalink
Update microsoft-excel-quiz.md (Ebazhanov#208)
Browse files Browse the repository at this point in the history
* Update microsoft-excel-quiz.md

* Update microsoft-excel-quiz.md
  • Loading branch information
testtree authored Aug 2, 2020
1 parent 9871dec commit 3f862e0
Showing 1 changed file with 69 additions and 1 deletion.
70 changes: 69 additions & 1 deletion microsoft-excel/microsoft-excel-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,72 @@
- [ ] mode
- [ ] modulus
- [ ] average
- [x] median
- [x] median

#### Q35. Which format setting does not change the background appearance of a cell?
- [ ] Cell style
- [ ] Fill color
- [ ] Pattern style
- [ ] Font color

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

#### 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?

8.5% 2018 Commission
Sales Rep 2018 Sales Comenion Earned
Jordan Hinton $123,938.00
Lilah Douglas 5594,810.00
Karyn Reese $235,954.00
Chiquita Walsh $684,760.00

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

#### Q39. If you start a date series by dragging down the fill handle of a single cell that contains the date 12/1/19, what will you get?
- [ ] a series of consecutive days following the initial date
- [ ] a series of days exactly one month apart
- [ ] a series of days identical to the initial date
- [ ] a series of days exactly one year apart

#### Q40. To discover how many cells in a range contain values that meet a single criterion, use the ___function.
- [ ] COUNT
- [ ] SUMIFS
- [ ] COUNTA
- [ ] COUNTIE

#### Q41. Of these four chart types, which works best for summarizing time-based data?
- [ ] pie chart
- [ ] XY scatter chart
- [ ] bar chart
- [ ] 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

#### 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)
- [ ] 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)
- [ ] =LARGE (H2:H30, 29)
- [ ] =UPPER(H2:H30,1)

0 comments on commit 3f862e0

Please sign in to comment.