How do I return a cell address in Excel instead of value?

How do I return a cell address in Excel instead of value?

Lookup And Return Cell Address Using the ADDRESS Function

  1. row_num: Row number of the cell for which you want the cell address.
  2. column_num: Column number of the cell for which you want the address.
  3. [abs_num]: Optional argument where you can specify whether want the cell reference to be absolute, relative, or mixed.

Can Vlookup return cell reference?

Lookup_value can be a value or a reference to a cell. The range of cells in which the VLOOKUP will search for the lookup_value and the return value. You can use a named range or a table, and you can use names in the argument instead of cell references.

How do you present your cell address?

Each cell reference contains one or more letters followed by a number. The letter or letters identify the column and the number represents the row. In a standard spreadsheet, the first column is A, the second column is B, the third column is C, etc.

How do you return a name in Excel cell?

You can use =Cell(“row”, K9) and get back row number 9 and there’s an equivalent “col” parameter but it returns the column number (11) rather than the letter. Reference the named cell in another cell, E12 in this case, and then use this formula: =”‘”&FORMULATEXT(E12).

How do I return a cell address in Excel?

The Excel ADDRESS function returns the address for a cell based on a given row and column number. For example, =ADDRESS(1,1) returns $A$1. ADDRESS can return an address in relative, mixed, or absolute format, and can be used to construct a cell reference inside a formula.

How do I return a cell reference?

If you want to return cell address instead of cell value in your formula, how to do it. In this case, you can use another function call CELL in combination with INDEX/MATCH to create a new formula to lookup a value and return cell address. Type this formula into a blank cell and press Enter key on your keyboard.

How do you return a cell reference?

The ADDRESS function returns the address for a cell based on a given row and column number. For example, =ADDRESS(1,1) returns $A$1. ADDRESS can return a relative, mixed, or absolute reference, and can be used to construct a cell reference inside a formula.

What function returns a reference to a cell or cell range in Excel?

Excel INDIRECT Function
The INDIRECT function returns a reference to a range. You can use this function to create a reference that won’t change if row or columns are inserted in the worksheet. Or, use it to create a reference from letters and numbers in other cells.

How to get the address of a cell?

The ADDRESS function will first construct an address containing the column number. It was done by providing 1 for row number, a column number from B6, and 4 for the abs_num argument. After that, we use the SUBSTITUTE function to take out the number 1 and replace with “”.

How to return cell address instead of value in Excel?

When using lookup formulas in Excel (such as VLOOKUP , XLOOKUP, or INDEX/MATCH ), the intent is to find the matching value and get that value (or a corresponding value in the same row/column) as the result. But in some cases, instead of getting the value, you may want the formula to return the cell address of the value.

How does the address function work in Excel?

The ADDRESS function is designed to get a cell address in Excel based on the specified row and column numbers. A cell address is returned as a text string, not an actual reference. The syntax of the ADDRESS function is as follows:

How to return the address of the first cell in a range?

To return a reference to the first cell in a named range, use this generic formula: Assuming the range is named “Sales”, the real formula goes as follows: And returns the address of the upper left cell in the range: