FormulaCraft

CELL

CELL retrieves metadata about a specified cell using an info_type keyword such as "address", "col", "row", "type", "width", "format", or "filename". It is useful for building dynamic labels, auditing cell properties, or creating position-aware formulas without hard-coding references.

Excel
=CELL("address",A2)
Google Sheets
=CELL("address",A2)

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

How it works

  1. 1Enter the info_type as a quoted text string (e.g., "address", "row", "col", "type", "contents").
  2. 2Provide the cell reference as the second argument (e.g., A2).
  3. 3The function returns the requested metadata; note that CELL can be volatile and recalculates on any sheet change.

Need a version for your data?

Try: “Get the exact cell address of a reference as text so I can display it in a label

Related

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: