cell
Information about formatting, location, or contents of a cell.
Syntax
Section titled “Syntax”v = cell(info_type, reference)Description
Section titled “Description”Returns properties of reference based on info_type:
'address'— A1-style address'col'— column number'row'— row number'contents'— cell value'filename'— workbook file path'format'— Excel format code'type'—'b'(blank),'l'(text), or'v'(value)'width'— column width'protect'— locked status
Example
Section titled “Example”cell('address', A1) % '$A$1'