Deck 7: Excell: Formulas and Functions

ملء الشاشة (f)
exit full mode
سؤال
Which Excel function changes the value to a desired number of decimal places?

A) truncate
B) Round
C) Decrease decimal
D) Increase decimal
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
If a cell containing the formula =$B$14 is not copy and pasted, but moved four columns over and four rows down, what would the resultant cell reference become?

A) =F18
B) =$F$18
C) =B14
D) =$B$14
سؤال
If you wanted to reference a cell in a formula and you did not want that cell to change when copying and pasting you would use what kind of reference?

A) Fixed
B) Relative
C) Mixed
D) Absolute
سؤال
What type of cell reference should be used when a value remains constant?

A) Absolute
B) Relative
C) Mixed
D) Constant
سؤال
Functions can be selected by using the ________.

A) Add Function dialog box
B) Format Function dialog box
C) Insert Function dialog box
D) Create Function dialog box
سؤال
What two functions compute the central tendency of values?

A) AVERAGE and MODE
B) AVERAGE and MEDIAN
C) MIN and MAX
D) AVERAGE and CENTER
سؤال
If a cell containing =B$14 is copied and pasted three columns over and two rows down, what would the resultant cell reference become?

A) E$14
B) $E$14
C) B16
D) B$16
سؤال
Which of the following is not a category of functions?

A) Logical
B) Financial
C) Statistical
D) Graphing
سؤال
What does Excel use to indicate optional arguments in a function?

A) Square brackets []
B) Parenthesis ()
C) Curly brackets {}
D) Quote marks ""
سؤال
Which of the following is not a valid logical test?

A) =>
B) <=
C) <>
D) >=
سؤال
What punctuation is used to separate the two cell references in a range?

A) Period (.)
B) Semi-colon (;)
C) Comma (,)
D) Colon (:)
سؤال
Where does Excel automatically display statistics like count, average, and sum when a range of values is selected?

A) Formula bar
B) Name box
C) Status bar
D) Statistics bar
سؤال
Which keyboard shortcut toggles through the types of reference options?

A) F2
B) F3
C) F4
D) F5
سؤال
What do you use to separate arguments in a function?

A) Period (.)
B) Semi-colon (;)
C) Comma (,)
D) Colon (:)
سؤال
What term refers to the necessity of following the rules when it comes to using functions?

A) syntax
B) formula
C) arguments
D) function logic
سؤال
What is the default method of referencing cells in formulas?

A) Absolute
B) Relative
C) Mixed
D) Default
سؤال
What describes a function's purpose?

A) Arguments
B) Name
C) Category
D) Variables
سؤال
If the cell reference $A5 in a formula is copied and pasted over two columns and down two rows from its original cell, what the cell reference become in the new cell?

A) $A5
B) $A7
C) $C5
D) $C7
سؤال
Which function would you use if you wanted to count the number of values, but ignore cells that have text or are empty?

A) COUNT
B) COUNTA
C) COUNTBLANK
D) COUNTVALUES
سؤال
What error will you get if you type a function name incorrectly?

A) #FUNCTION?
B) #VALUE?
C) #ERROR?
D) #NAME?
سؤال
Which function would you use to find the oldest date in a range?

A) MIN
B) MAX
C) OLDEST
D) MEDIAN
سؤال
What function computes the value in which one-half of the data is above and one-half is below.

A) MIDDLE
B) MODE
C) AVERAGE
D) MEDIAN
سؤال
What is the term for the inputs required in a function?

A) formulas
B) syntax
C) arguments
D) terms
سؤال
Which of the following is not a valid test in an =IF statement?

A) A4-B4
B) A4C) A4>A4
D) B4<=B4
سؤال
Which of the following is not a valid =IF statement?

A) =IF(A5>19,"Greater","Not Greater")
B) =IF(A5>19,b7,b9)
C) =IF(A5>19,1,9)
D) =IF(A5>19,Greater,Not Greater)
سؤال
To look up an exact match, what should you enter in the range_lookup argument?

A) FALSE
B) TRUE
C) EXACT
D) Leave it blank
سؤال
If A7=21, which of the following =IF statements would produce the result of "Much Greater"?

A) =IF(A7>14,"Greater",IF(A7>20,"Much Greater","Not Greater than 20"))
B) =IF(A7<50,"Greater",IF(A7>20,"Much Greater","Not Greater than 20"))
C) =IF(A7<14,"Greater",IF(A7>20,"Much Greater","Not Greater than 20"))
D) =IF(A7<14,"Greater",IF(A7>20,"Much Greater","Not Greater than 20")
سؤال
Which of the following would not produce the correct monthly payment on a loan of $13,000 which will be paid off in 5 years with an annual interest rate of 6%?

A) =PMT(6%,60,-13000)
B) =PMT(.5%,60,-13000)
C) =PMT(.5%,5*12,-13000)
D) =PMT(6% / 12,60,-13000)
سؤال
If you will never copy and paste a formula you do not have to be concerned about absolute, relative, or mixed references.
سؤال
What will you see if you enter the TODAY function without the parenthesis?

A) #VALUE?
B) Nothing. It will fill in the parenthesis for you.
C) #FUNCTION?
D) #NAME?
سؤال
What does the AVERAGE function not ignore?

A) Text
B) Empty cells
C) Dates
D) Cells with N / A
سؤال
Which status bar statistic can you not enable?

A) SUM
B) MIN
C) Range Name
D) Page Number
سؤال
If you wanted to count the number of entries in a list that contained numbers, text, and blank cells, but ignore the text and blank cells, which function would you use?

A) COUNT
B) COUNTA
C) COUNTBLANK
D) COUNTIF
سؤال
The ROUND function requires how many arguments?

A) 2
B) 3
C) 4
D) 1
سؤال
Which of the following does not comply with the preferred way of using the SUM function?

A) =SUM(A4:A11)
B) =SUM(A4:A11, B9:E11)
C) =SUM(A4, B8, D14)
D) =SUM(A4 / A11)
سؤال
Which of the following is not an argument associated with the IF function?

A) Test
B) Value if true
C) Value if false
D) Value if neither true nor false
سؤال
Which of the following is not a valid lookup function?

A) HLOOKUP
B) VLOOKUP
C) LLOOKUP
D) LOOKUP
سؤال
What keyboard shortcut will automatically update any formulas using =TODAY() or =NOW()?

A) F8
B) F9
C) F10
D) F11
سؤال
Which of the following will not return the system clock's date?

A) NOW()
B) TODAY()
C) Ctrl+;
D) DATE()
سؤال
What action changes the actual number of decimal places Excel stores instead of just changing what is displayed?

A) Decrease decimal setting
B) Increase decimal setting
C) ROUND function
D) DECIMAL function
سؤال
The VLOOKUP function has four required arguments.
سؤال
The most used logical function is the IF function.
سؤال
It is very important to sort the first column in a table lookup array in descending order.
سؤال
A lookup table should contain at least two rows and two columns, not counting headings.
سؤال
The HLOOKUP function can only be used to find exact matches.
سؤال
The COUNTA function only counts text entries. It does not count calculable values or blank cells.
سؤال
The test in an IF function must evaluate to either a True or a False.
سؤال
Excel assigns date number 1 to January 1, 1900.
سؤال
This is a valid way to use the MAX function: =MAX(a4:d11, f1:f2)
سؤال
In the HLOOKUP function, the third argument is the column index number.
سؤال
If you are looking up exact values in a lookup table then it does not matter how the table is sorted.
سؤال
All IF functions have three arguments.
سؤال
When entering functions, the square brackets, [], indicate required values.
سؤال
The COUNTBLANK function will count cells that contain formulas that compute to a value of zero (0).
سؤال
You could use both A3>b9 or B9
سؤال
The PMT function uses three required arguments and no optional arguments.
سؤال
In a mixed reference you can put the dollar sign ($) in front of the column or row indicator.
سؤال
A good practice when entering function names is to type them in lowercase and see if Excel converts them to upper case.
سؤال
If you omit the fourth argument in a VLOOKUP function, Excel will assume you intend the fourth argument to be False.
سؤال
There are rare occasions when both the second and third argument of an IF function are executed.
سؤال
________ tool is a set of analytical tools that appears when you select a range.
سؤال
The ________ function actually changes the number of decimal places in the value.
سؤال
When working with dates, Excel actually assigns ________ numbers to each date.
سؤال
Functions can be nested inside the arguments in the various lookup functions.
سؤال
The MIN and MAX functions can be used with ________ as well as numbers.
سؤال
A function's ________ defines the rules by which the function operates.
سؤال
The ________ function is similar to the TODAY() function, except that it also returns the system time.
سؤال
________ references change when formulas are copy and pasted.
سؤال
When you use the VLOOKUP function, the ________ column in the array is used to look up the value.
سؤال
The ________ function counts the number of calculable values, but ignores cells that have text or are empty.
سؤال
FV is a required argument in the PMT function.
سؤال
The inputs in a function are specified by its ________.
سؤال
The ________ function finds the largest value in a range.
سؤال
The ________ function finds the smallest value in a range.
سؤال
The ________ feature in Excel displays various options when you type an equal (=) sign and then begin typing a function name.
سؤال
The default calculation using the PMT function will produce a negative number.
سؤال
The two optional arguments in the PMT function allows the function to be used with variable loans.
سؤال
The TODAY() and NOW() functions are updated every time you open or ________ the spreadsheet.
سؤال
Using ________ simplifies adding complex mathematical formulas to a cell.
سؤال
It is called a(n) ________ function when a function is used inside of another function.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/93
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 7: Excell: Formulas and Functions
1
Which Excel function changes the value to a desired number of decimal places?

A) truncate
B) Round
C) Decrease decimal
D) Increase decimal
B
2
If a cell containing the formula =$B$14 is not copy and pasted, but moved four columns over and four rows down, what would the resultant cell reference become?

A) =F18
B) =$F$18
C) =B14
D) =$B$14
D
3
If you wanted to reference a cell in a formula and you did not want that cell to change when copying and pasting you would use what kind of reference?

A) Fixed
B) Relative
C) Mixed
D) Absolute
D
4
What type of cell reference should be used when a value remains constant?

A) Absolute
B) Relative
C) Mixed
D) Constant
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
5
Functions can be selected by using the ________.

A) Add Function dialog box
B) Format Function dialog box
C) Insert Function dialog box
D) Create Function dialog box
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
6
What two functions compute the central tendency of values?

A) AVERAGE and MODE
B) AVERAGE and MEDIAN
C) MIN and MAX
D) AVERAGE and CENTER
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
7
If a cell containing =B$14 is copied and pasted three columns over and two rows down, what would the resultant cell reference become?

A) E$14
B) $E$14
C) B16
D) B$16
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
8
Which of the following is not a category of functions?

A) Logical
B) Financial
C) Statistical
D) Graphing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
9
What does Excel use to indicate optional arguments in a function?

A) Square brackets []
B) Parenthesis ()
C) Curly brackets {}
D) Quote marks ""
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
10
Which of the following is not a valid logical test?

A) =>
B) <=
C) <>
D) >=
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
11
What punctuation is used to separate the two cell references in a range?

A) Period (.)
B) Semi-colon (;)
C) Comma (,)
D) Colon (:)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
12
Where does Excel automatically display statistics like count, average, and sum when a range of values is selected?

A) Formula bar
B) Name box
C) Status bar
D) Statistics bar
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
13
Which keyboard shortcut toggles through the types of reference options?

A) F2
B) F3
C) F4
D) F5
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
14
What do you use to separate arguments in a function?

A) Period (.)
B) Semi-colon (;)
C) Comma (,)
D) Colon (:)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
15
What term refers to the necessity of following the rules when it comes to using functions?

A) syntax
B) formula
C) arguments
D) function logic
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
16
What is the default method of referencing cells in formulas?

A) Absolute
B) Relative
C) Mixed
D) Default
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
17
What describes a function's purpose?

A) Arguments
B) Name
C) Category
D) Variables
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
18
If the cell reference $A5 in a formula is copied and pasted over two columns and down two rows from its original cell, what the cell reference become in the new cell?

A) $A5
B) $A7
C) $C5
D) $C7
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
19
Which function would you use if you wanted to count the number of values, but ignore cells that have text or are empty?

A) COUNT
B) COUNTA
C) COUNTBLANK
D) COUNTVALUES
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
20
What error will you get if you type a function name incorrectly?

A) #FUNCTION?
B) #VALUE?
C) #ERROR?
D) #NAME?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
21
Which function would you use to find the oldest date in a range?

A) MIN
B) MAX
C) OLDEST
D) MEDIAN
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
22
What function computes the value in which one-half of the data is above and one-half is below.

A) MIDDLE
B) MODE
C) AVERAGE
D) MEDIAN
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
23
What is the term for the inputs required in a function?

A) formulas
B) syntax
C) arguments
D) terms
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
24
Which of the following is not a valid test in an =IF statement?

A) A4-B4
B) A4C) A4>A4
D) B4<=B4
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
25
Which of the following is not a valid =IF statement?

A) =IF(A5>19,"Greater","Not Greater")
B) =IF(A5>19,b7,b9)
C) =IF(A5>19,1,9)
D) =IF(A5>19,Greater,Not Greater)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
26
To look up an exact match, what should you enter in the range_lookup argument?

A) FALSE
B) TRUE
C) EXACT
D) Leave it blank
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
27
If A7=21, which of the following =IF statements would produce the result of "Much Greater"?

A) =IF(A7>14,"Greater",IF(A7>20,"Much Greater","Not Greater than 20"))
B) =IF(A7<50,"Greater",IF(A7>20,"Much Greater","Not Greater than 20"))
C) =IF(A7<14,"Greater",IF(A7>20,"Much Greater","Not Greater than 20"))
D) =IF(A7<14,"Greater",IF(A7>20,"Much Greater","Not Greater than 20")
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
28
Which of the following would not produce the correct monthly payment on a loan of $13,000 which will be paid off in 5 years with an annual interest rate of 6%?

A) =PMT(6%,60,-13000)
B) =PMT(.5%,60,-13000)
C) =PMT(.5%,5*12,-13000)
D) =PMT(6% / 12,60,-13000)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
29
If you will never copy and paste a formula you do not have to be concerned about absolute, relative, or mixed references.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
30
What will you see if you enter the TODAY function without the parenthesis?

A) #VALUE?
B) Nothing. It will fill in the parenthesis for you.
C) #FUNCTION?
D) #NAME?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
31
What does the AVERAGE function not ignore?

A) Text
B) Empty cells
C) Dates
D) Cells with N / A
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
32
Which status bar statistic can you not enable?

A) SUM
B) MIN
C) Range Name
D) Page Number
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
33
If you wanted to count the number of entries in a list that contained numbers, text, and blank cells, but ignore the text and blank cells, which function would you use?

A) COUNT
B) COUNTA
C) COUNTBLANK
D) COUNTIF
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
34
The ROUND function requires how many arguments?

A) 2
B) 3
C) 4
D) 1
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
35
Which of the following does not comply with the preferred way of using the SUM function?

A) =SUM(A4:A11)
B) =SUM(A4:A11, B9:E11)
C) =SUM(A4, B8, D14)
D) =SUM(A4 / A11)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
36
Which of the following is not an argument associated with the IF function?

A) Test
B) Value if true
C) Value if false
D) Value if neither true nor false
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
37
Which of the following is not a valid lookup function?

A) HLOOKUP
B) VLOOKUP
C) LLOOKUP
D) LOOKUP
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
38
What keyboard shortcut will automatically update any formulas using =TODAY() or =NOW()?

A) F8
B) F9
C) F10
D) F11
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
39
Which of the following will not return the system clock's date?

A) NOW()
B) TODAY()
C) Ctrl+;
D) DATE()
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
40
What action changes the actual number of decimal places Excel stores instead of just changing what is displayed?

A) Decrease decimal setting
B) Increase decimal setting
C) ROUND function
D) DECIMAL function
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
41
The VLOOKUP function has four required arguments.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
42
The most used logical function is the IF function.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
43
It is very important to sort the first column in a table lookup array in descending order.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
44
A lookup table should contain at least two rows and two columns, not counting headings.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
45
The HLOOKUP function can only be used to find exact matches.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
46
The COUNTA function only counts text entries. It does not count calculable values or blank cells.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
47
The test in an IF function must evaluate to either a True or a False.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
48
Excel assigns date number 1 to January 1, 1900.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
49
This is a valid way to use the MAX function: =MAX(a4:d11, f1:f2)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
50
In the HLOOKUP function, the third argument is the column index number.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
51
If you are looking up exact values in a lookup table then it does not matter how the table is sorted.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
52
All IF functions have three arguments.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
53
When entering functions, the square brackets, [], indicate required values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
54
The COUNTBLANK function will count cells that contain formulas that compute to a value of zero (0).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
55
You could use both A3>b9 or B9
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
56
The PMT function uses three required arguments and no optional arguments.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
57
In a mixed reference you can put the dollar sign ($) in front of the column or row indicator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
58
A good practice when entering function names is to type them in lowercase and see if Excel converts them to upper case.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
59
If you omit the fourth argument in a VLOOKUP function, Excel will assume you intend the fourth argument to be False.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
60
There are rare occasions when both the second and third argument of an IF function are executed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
61
________ tool is a set of analytical tools that appears when you select a range.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
62
The ________ function actually changes the number of decimal places in the value.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
63
When working with dates, Excel actually assigns ________ numbers to each date.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
64
Functions can be nested inside the arguments in the various lookup functions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
65
The MIN and MAX functions can be used with ________ as well as numbers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
66
A function's ________ defines the rules by which the function operates.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
67
The ________ function is similar to the TODAY() function, except that it also returns the system time.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
68
________ references change when formulas are copy and pasted.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
69
When you use the VLOOKUP function, the ________ column in the array is used to look up the value.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
70
The ________ function counts the number of calculable values, but ignores cells that have text or are empty.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
71
FV is a required argument in the PMT function.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
72
The inputs in a function are specified by its ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
73
The ________ function finds the largest value in a range.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
74
The ________ function finds the smallest value in a range.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
75
The ________ feature in Excel displays various options when you type an equal (=) sign and then begin typing a function name.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
76
The default calculation using the PMT function will produce a negative number.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
77
The two optional arguments in the PMT function allows the function to be used with variable loans.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
78
The TODAY() and NOW() functions are updated every time you open or ________ the spreadsheet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
79
Using ________ simplifies adding complex mathematical formulas to a cell.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
80
It is called a(n) ________ function when a function is used inside of another function.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 93 في هذه المجموعة.