From 3f862e09bad542ca9a85b046e6505605b82b6565 Mon Sep 17 00:00:00 2001 From: testtree <69110357+testtree@users.noreply.github.com> Date: Sun, 2 Aug 2020 10:11:44 -0400 Subject: [PATCH] Update microsoft-excel-quiz.md (#208) * Update microsoft-excel-quiz.md * Update microsoft-excel-quiz.md --- microsoft-excel/microsoft-excel-quiz.md | 70 ++++++++++++++++++++++++- 1 file changed, 69 insertions(+), 1 deletion(-) diff --git a/microsoft-excel/microsoft-excel-quiz.md b/microsoft-excel/microsoft-excel-quiz.md index 2d1553cc49..4fa45262bc 100644 --- a/microsoft-excel/microsoft-excel-quiz.md +++ b/microsoft-excel/microsoft-excel-quiz.md @@ -237,4 +237,72 @@ - [ ] mode - [ ] modulus - [ ] average -- [x] median \ No newline at end of file +- [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)