Excel Function

INDIRECT

Converts text to a cell reference.

INDIRECT(ref_text, [a1])

Arguments

ref_text

Required

Enter a date/reference-related value.

a1

Optional

Set reference style. TRUE/omitted = A1 style, FALSE = R1C1 style.

Practice Preview

Use INDIRECT to return the value referenced by "B2".

Example Table

#
AProduct ID
BProduct Name
CPrice
DStock
2P001Apple12080
3P002Banana98120
4P003Notebook45035
5P004Pen30060
6P005Grapes15045
7P006Ruler25020
8P007Peach8655

How to Use (Formula)

=INDIRECT("B2", TRUE)

Result

Apple

Practice This Function

INDIRECT FAQ

How do I use INDIRECT in Excel?

Use INDIRECT when you want to turn text into a cell reference. Enter Reference text, Reference style in that order, then add optional arguments when needed.

Where can I practice INDIRECT?

Use the "Start Function Practice" button to jump straight into INDIRECT drills.

What arguments does INDIRECT use?

The main arguments are Reference text, Reference style. Start with the required ones, then add optional arguments if needed.