CELL
Definition: CELL is a function that returns information about a cell, such as its format, contents, or location.
Syntax: =CELL(info_type, [reference])
Situation: This formula is suitable when you need to retrieve information about a specific cell, such as its address or contents.
Example: If you want to know the address of cell A1, you can use the formula =CELL(“address”, A1), which returns $A$1.