Column Command
- Column( <Spreadsheet Cell> )
-
Returns the column of the cell as a number (starting at 1).
q = Column(B3)
returns q = 2 since column B is the second column of the
spreadsheet.
Returns the column of the cell as a number (starting at 1).
q = Column(B3)
returns q = 2 since column B is the second column of the
spreadsheet.