CFI Assessment Exam Questions And Answers 2023 What combination of keys will autofill highlighted cells to the right?Review Later
a) CTRL + R (PC and Mac)
b) CTRL + D (PC and Mac)
c) ALT + R (PC) / Alt + R (Mac)
d) ATL + D (PC) / Alt + D (Mac) - Answer a) CTRL + R (PC and Mac)
What combination of keys turns the value in a cell into a percentage?
a) CTRL + H (PC) / Command + H (Mac)
b) ALT + H + P (PC) / Ctrl + Shift + % (Mac)
c) ALT + M (PC) / Ctrl + M (Mac)
d) ALT + P (PC) / Ctrl + P (Mac) - Answer b) ALT + H + P (PC) / Ctrl + Shift + %
(Mac) Which of the following formulas properly produces the string "Income Statement"?
- = "Income "+"Statement"
- = "Income"&" "&"Statement"
- = "Income"&"Statement"
- =Income&Statement - Answer b) = "Income"&" "&"Statement"
- 12/14/2014
- =DATE(2014,12,14)
- =12/14/2014
- =TODAY() - Answer c) =12/14/2014
- =D8/C8
- =SUMPRODUCT(C3:C7,D3:D7)/SUM(C3:C7)
- =SUMPRODUCT(C3:C7,D3:D7)/C8
- =(C3*D3+C4*D4+C5*D5+C6*D6+C7*D7)/C8 - Answer a) =D8/C8
Suppose today is December 14, 2014. Which of the following functions will NOT return 12/14/2014 as a date?
Given the above screenshot, which of the following formulas will NOT produce the correct weighted average of 7,751 as in cell D10?
Suppose the following formula is inputted into Excel:=MROUND(1/4,100)The output
in the cell will be:
- 1
- 0.2500
- 0
- 0.25 - Answer c) 0
- / 1