Excel functions will propose a range if data is _______________ of a selected cell.
a. above or to the left
b. below or to the left
c. below or to the right
d. above or to the right
Ans: a. above or to the left
You might also like to view...
Templates are readily available through the ________ tab when creating a new workbook
A) File B) Home C) Insert D) Data
While pointers can be passed to a function, they cannot be returned.
Answer the following statement true (T) or false (F)
A business ____ is the way a company operates to generate revenue, create profits, and continue as a viable business entity.
A. plan B. organization C. model D. website
Which of the following statements will convert a string s into a double value d?
a. d = Double.parseDouble(s); b. d = (new Double(s)).doubleValue(); c. d = Double.valueOf(s).doubleValue(); d. All of the above.