Get cell value by another's cell string

Hi,

is it possible to get a cell value by another’s cell value/string? I need it to cross reference between different sheets.

For Example:

Cell: A1, Value = “20”

Cell: A2, Value = “A1”

Cell: A3, Value = function_get_value_by_cell_value(A2)

Desired output for Cell A3: “20”

Hallo

Use =INDIRECT(A2)

Karolus

thank you :slight_smile: