Deck 6: Excel : Formulas and Functions

ملء الشاشة (f)
exit full mode
سؤال
Which of the following will not return the system clock's date?

A)NOW()
B)TODAY()
C)Ctrl+;
D)DATE()
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
If a cell containing =B$14 is copy 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
سؤال
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
سؤال
What describes a function's purpose?

A)Arguments
B)Name
C)Category
D)Variables
سؤال
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?
سؤال
Which of the following is not a valid test in an =IF statement?

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

A)Period (.)
B)Semi-colon (;)
C)Comma (,)
D)Colon (:)
سؤال
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
سؤال
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
سؤال
Which status bar statistic can you not enable?

A)SUM
B)MIN
C)Range Name
D)Page Number
سؤال
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
سؤال
Which function would you use to find the oldest date in a range?

A)MIN
B)MAX
C)OLDEST
D)MEDIAN
سؤال
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 of the following is not a valid lookup function?

A)HLOOKUP
B)VLOOKUP
C)LLOOKUP
D)LOOKUP
سؤال
Which of the following is not a category of functions?

A)Logical
B)Financial
C)Statistical
D)Graphing
سؤال
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
سؤال
The ROUND function requires how many arguments?

A)2
B)3
C)4
D)1
سؤال
Which of the following would not give the same result for "=(5+32+75+21)\4"?

A)=SUM(5,32,75,21)\4
B)=MEDIAN(5,32,75,21)+7.25
C)=AVERAGEIF(5+32+75+21,4)
D)=AVERAGE(5,32,75,21)
سؤال
How many functions does Excel provide?

A)Over 40
B)Over 400
C)Over 4,000
D)Unlimited
سؤال
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
سؤال
If you wanted to count the number of entries in a list that contained numbers, text, and blank cells, but ignore the blank cells, which function would you use?

A)COUNT
B)COUNTA
C)COUNTBLANK
D)COUNTIF
سؤال
What keyboard shortcut will automatically update any formulas using =TODAY()or =NOW()?

A)F8
B)F9
C)F10
D)F11
سؤال
What actually changes the value Excel stores to a user determined number of decimal places?

A)Decrease decimal setting
B)Increase decimal setting
C)ROUND function
D)DECIMAL function
سؤال
What is the default method of referencing cells in formulas?

A)Absolute
B)Relative
C)Mixed
D)Default
سؤال
What is not a direct option on the AutoSum drop down menu?

A)Median
B)Sum
C)Count numbers
D)Max
سؤال
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)
سؤال
What does the AVERAGE function not ignore?

A)Text
B)Empty cells
C)Dates
D)Cells with N\A
سؤال
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
سؤال
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)
سؤال
What type of cell reference should be used when a value remains constant?

A)Absolute
B)Relative
C)Mixed
D)Constant
سؤال
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
سؤال
Which keyboard shortcut toggles through the types of reference options?

A)F2
B)F3
C)F4
D)F5
سؤال
If a cell contains =$N$21 and two new columns are inserted in front of column N and three rows are inserted above row 21, what happens to the =$N$21?

A)It becomes =$P$24
B)It remains =$N$21
C)It becomes =$L$18
D)It becomes =$Q$23
سؤال
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 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 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)
سؤال
What error will you get if you type a function name incorrectly?

A)#FUNCTION?
B)#VALUE?
C)#ERROR?
D)#NAME?
سؤال
What do you use to separate arguments in a function?

A)Period (.)
B)Semi-colon (;)
C)Comma (,)
D)Colon (:)
سؤال
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")
سؤال
It is called a(n)________ function when a function is used inside of another function.
سؤال
When working with dates, Excel actually assigns ________ numbers to each date.
سؤال
________ is a set of analytical tools that appears when you select a range.
سؤال
The TODAY()and NOW()functions are updated every time you open or ________ the spreadsheet.
سؤال
If A9>B7 is the test in an IF function, ________ would result in the same results as long as the value if true and the value if false arguments are switched.
سؤال
The ________ function finds the smallest value in a range.
سؤال
When you use the VLOOKUP function, the ________ column in the array is used to look up the value.
سؤال
In military time, 15:00 is ________ in non-military time.
سؤال
The ________ function is similar to the TODAY()function, except that it also returns the system time.
سؤال
In the PMT function, the PV argument refers to the ________ of the loan.
سؤال
The inputs in a function are specified by its ________.
سؤال
________ references change when formulas are copy and pasted.
سؤال
A function's ________ defines the rules by which the function operates.
سؤال
The test argument in an IF statement must evaluate to either ________.
سؤال
In a lookup table, the number of the column which contains the return values is called the ________.
سؤال
After you type a function and its opening parenthesis "(" the ________ appears and displays the function's arguments.
سؤال
Using ________ simplifies adding complex mathematical formulas to a cell.
سؤال
If the annual interest rate is 12% and payments are made monthly, then you would enter ________ in the RATE argument in the PMT function.
سؤال
The range that contains the lookup table is called the ________.
سؤال
The ________ is the lowest value for a category in the table lookup table.
سؤال
If you omit the fourth argument in a VLOOKUP function, Excel will assume you intend the fourth argument to be False.
سؤال
The default calculation using the PMT function will produce a negative number.
سؤال
If you will be paying monthly for six years to pay off a car, then you would enter ________ in the NPER argument in the PMT function.
سؤال
All IF functions have three arguments.
سؤال
There are rare occasions when both the second and third argument of an IF function are executed.
سؤال
The VLOOKUP function has four required arguments.
سؤال
When entering functions, the square brackets, [], indicate required values.
سؤال
If you will never copy and paste a formula you do not have to be concerned about absolute, relative, or mixed references.
سؤال
It is very important to sort the first column in a table lookup array in descending order.
سؤال
The MIN and MAX functions can be used with ________ as well as numbers.
سؤال
The PMT function uses three required arguments and no optional arguments.
سؤال
You could use both A3>b9 or B9
سؤال
In the HLOOKUP function, the third argument is the column index number.
سؤال
Excel assigns date number 1 to January 1, 1900.
سؤال
The most used logical function is the IF function.
سؤال
The ________ function finds the largest value in a range.
سؤال
The ________ function counts the number of calculable values, but ignores cells that have text or are empty.
سؤال
If you are looking up exact values in a lookup table then it does not matter how the table is sorted.
سؤال
A good practice when entering function names is to type them in lowercase and see if Excel converts them to upper case.
سؤال
The ________ feature in Excel displays various options when you type an equal (=)sign and then begin typing a function name.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 6: Excel : Formulas and Functions
1
Which of the following will not return the system clock's date?

A)NOW()
B)TODAY()
C)Ctrl+;
D)DATE()
D
2
If a cell containing =B$14 is copy 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
A
3
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
B
4
What describes a function's purpose?

A)Arguments
B)Name
C)Category
D)Variables
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
5
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?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
6
Which of the following is not a valid test in an =IF statement?

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

A)Period (.)
B)Semi-colon (;)
C)Comma (,)
D)Colon (:)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
8
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
9
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
10
Which status bar statistic can you not enable?

A)SUM
B)MIN
C)Range Name
D)Page Number
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
11
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
12
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
13
Which function would you use to find the oldest date in a range?

A)MIN
B)MAX
C)OLDEST
D)MEDIAN
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
14
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
15
Which of the following is not a valid lookup function?

A)HLOOKUP
B)VLOOKUP
C)LLOOKUP
D)LOOKUP
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
16
Which of the following is not a category of functions?

A)Logical
B)Financial
C)Statistical
D)Graphing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
17
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
18
The ROUND function requires how many arguments?

A)2
B)3
C)4
D)1
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
19
Which of the following would not give the same result for "=(5+32+75+21)\4"?

A)=SUM(5,32,75,21)\4
B)=MEDIAN(5,32,75,21)+7.25
C)=AVERAGEIF(5+32+75+21,4)
D)=AVERAGE(5,32,75,21)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
20
How many functions does Excel provide?

A)Over 40
B)Over 400
C)Over 4,000
D)Unlimited
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
21
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
22
If you wanted to count the number of entries in a list that contained numbers, text, and blank cells, but ignore the blank cells, which function would you use?

A)COUNT
B)COUNTA
C)COUNTBLANK
D)COUNTIF
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
23
What keyboard shortcut will automatically update any formulas using =TODAY()or =NOW()?

A)F8
B)F9
C)F10
D)F11
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
24
What actually changes the value Excel stores to a user determined number of decimal places?

A)Decrease decimal setting
B)Increase decimal setting
C)ROUND function
D)DECIMAL function
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
25
What is the default method of referencing cells in formulas?

A)Absolute
B)Relative
C)Mixed
D)Default
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
26
What is not a direct option on the AutoSum drop down menu?

A)Median
B)Sum
C)Count numbers
D)Max
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
27
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)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
28
What does the AVERAGE function not ignore?

A)Text
B)Empty cells
C)Dates
D)Cells with N\A
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
29
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
30
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)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
31
What type of cell reference should be used when a value remains constant?

A)Absolute
B)Relative
C)Mixed
D)Constant
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
32
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
33
Which keyboard shortcut toggles through the types of reference options?

A)F2
B)F3
C)F4
D)F5
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
34
If a cell contains =$N$21 and two new columns are inserted in front of column N and three rows are inserted above row 21, what happens to the =$N$21?

A)It becomes =$P$24
B)It remains =$N$21
C)It becomes =$L$18
D)It becomes =$Q$23
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
35
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
36
What does Excel use to indicate optional arguments in a function?

A)Square brackets []
B)Parenthesis ()
C)Curly brackets {}
D)Quote marks ""
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
37
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)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
38
What error will you get if you type a function name incorrectly?

A)#FUNCTION?
B)#VALUE?
C)#ERROR?
D)#NAME?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
39
What do you use to separate arguments in a function?

A)Period (.)
B)Semi-colon (;)
C)Comma (,)
D)Colon (:)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
40
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")
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
41
It is called a(n)________ function when a function is used inside of another function.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
42
When working with dates, Excel actually assigns ________ numbers to each date.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
43
________ is a set of analytical tools that appears when you select a range.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
44
The TODAY()and NOW()functions are updated every time you open or ________ the spreadsheet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
45
If A9>B7 is the test in an IF function, ________ would result in the same results as long as the value if true and the value if false arguments are switched.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
46
The ________ function finds the smallest value in a range.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
47
When you use the VLOOKUP function, the ________ column in the array is used to look up the value.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
48
In military time, 15:00 is ________ in non-military time.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
49
The ________ function is similar to the TODAY()function, except that it also returns the system time.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
50
In the PMT function, the PV argument refers to the ________ of the loan.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
51
The inputs in a function are specified by its ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
52
________ references change when formulas are copy and pasted.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
53
A function's ________ defines the rules by which the function operates.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
54
The test argument in an IF statement must evaluate to either ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
55
In a lookup table, the number of the column which contains the return values is called the ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
56
After you type a function and its opening parenthesis "(" the ________ appears and displays the function's arguments.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
57
Using ________ simplifies adding complex mathematical formulas to a cell.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
58
If the annual interest rate is 12% and payments are made monthly, then you would enter ________ in the RATE argument in the PMT function.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
59
The range that contains the lookup table is called the ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
60
The ________ is the lowest value for a category in the table lookup table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
61
If you omit the fourth argument in a VLOOKUP function, Excel will assume you intend the fourth argument to be False.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
62
The default calculation using the PMT function will produce a negative number.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
63
If you will be paying monthly for six years to pay off a car, then you would enter ________ in the NPER argument in the PMT function.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
64
All IF functions have three arguments.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
65
There are rare occasions when both the second and third argument of an IF function are executed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
66
The VLOOKUP function has four required arguments.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
67
When entering functions, the square brackets, [], indicate required values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
68
If you will never copy and paste a formula you do not have to be concerned about absolute, relative, or mixed references.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
69
It is very important to sort the first column in a table lookup array in descending order.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
70
The MIN and MAX functions can be used with ________ as well as numbers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
71
The PMT function uses three required arguments and no optional arguments.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
72
You could use both A3>b9 or B9
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
73
In the HLOOKUP function, the third argument is the column index number.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
74
Excel assigns date number 1 to January 1, 1900.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
75
The most used logical function is the IF function.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
76
The ________ function finds the largest value in a range.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
77
The ________ function counts the number of calculable values, but ignores cells that have text or are empty.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
78
If you are looking up exact values in a lookup table then it does not matter how the table is sorted.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
79
A good practice when entering function names is to type them in lowercase and see if Excel converts them to upper case.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
80
The ________ feature in Excel displays various options when you type an equal (=)sign and then begin typing a function name.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.