CELL function
Description
CELL(column,row) returns the contents, as text, of the cell with coordinates column and row. If the column is identified by means of its alphabetic identifier (and not by a number) the identifier be placed inside quotation marks.
Example
CELL("A",5) returns the text 5*6 when cell A5 contains 5*6.