I. Intro
The CELL function returns the information of a given cell, such as its address, row number, column number, and so on, which can be used for analysis.
II. About the function
- Formula: =CELL(info_type, [reference])
- Arguments:
- info_type: The type of information you want, referenced using double quotation marks. For instance, "address" returns the cell address, "col" returns the column number, "row" returns the row number, and so on.
- reference: Optional; the cell whose information needs to be obtained. If omitted, the information of the current cell will be obtained by default. If you select a region, such as A1:D4, the system will only obtain the information of the cell in the upper-left corner of that region, that is, the information of A1.
- Example: =CELL("address",A1) returns the address of A1, which is $A1$1.
III. Steps
Use the function
- Open the spreadsheet, select a cell, and enter the formula =CELL(info_type, [reference]).
- Press Enter to get the result.
250px|700px|reset
You can query different cell information using different info types. The following info types are supported:
Delete the function
Select the cell with the function and press Delete.
IV. FAQs