InterviewSolution
Saved Bookmarks
| 1. |
What is a Range reference operator? |
|
Answer» Colon (:) is the range reference operator. It is used to group a range of cells. An expression using a range operator has the following syntax: reference left : reference right. Where reference left is the starting cell address of a linear group of cells or upper left comer address of a rectangular group of cells. Reference right may be a last cell address of a linear group or lower right comer address of a rectangular group of cells. |
|