VBA Functions (SELECTED) : String
VBA Functions (SELECTED) : String
Function Description
ADDRESS Returns a reference as text to a single cell in a worksheet
COLUMN Returns the column number of a reference
COLUMNS Returns the number of columns in a reference
ROW Returns the row number of a reference
ROWS Returns the number of rows in a reference
INDIRECT Returns a reference indicated by a text value
VLOOKUP Looks in the first column of an array and moves across the row
to return the value of a cell
HLOOKUP Looks in the top row of an array and returns the value of the
indicated cell
INDEX Uses an index to choose a value from a reference or array
MATCH Looks up values in a reference or array
TRANSPOSE Returns the transpose of an array