| << Click to Display Table of Contents >> Navigation: Macros > Macro commands and parameters > Macro functions > Excel functions | 
| Function | Purpose | Example | Result | 
| CELL | Excel-designation of a cell (row, column) | Text(CELL(3,27)) | AA3 | 
| RANGE | Excel-designation of a range (row1, column1,row2, column2) | Text(RANGE(1,1,99,256)) | A1:IV99 |