The ________ function looks for a value in the top row of a table or array of values and returns the value in the same column from a row you specify
Fill in the blank(s) with the appropriate word(s).
Answer: HLOOKUP
Computer Science & Information Technology
You might also like to view...
The way Objects are displayed can only be changed through the File Menu
Indicate whether the statement is true or false
Computer Science & Information Technology
What is the output of the following code:
int p = 5 + 7/2; switch (p) { case 5: cout << ‘a’; break; case 7: cout << ‘b’; break; case 8: cout << ‘c’; break; default: cout << “None of the above”; } a) a b) b c) c d) None of the above
Computer Science & Information Technology