If cell A4 contains the formula =B7*C9; what would happen to the formula if A4 was copy and pasted over two columns and down two rows?
A) It would not change. B) It would become =B9*C11.
C) It would become =D7*E9. D) It would become =D9*E11.
D
You might also like to view...
It is only possible to promote text to a higher level prior to entering the text
Indicate whether the statement is true or false
The until loop is the opposite of the while loop. Instead of looping while a tested expression remains true, the until loop executes until ____.
A. The tested condition becomes true B. The tested condition becomes false C. The end of an array is reached D. None of the above
Creating a database from a(n) template saves time since it contains many ready-made database objects. __________________________
Answer the following statement true (T) or false (F)
In C++, >> is used as a stream extraction operator and as a right shift operator.
Answer the following statement true (T) or false (F)