Get Cell Reference From Cell Address ?

Jaafar Tribak

Well-known Member
Joined
Dec 5, 2002
Messages
9,577
Office Version
  1. 2016
Platform
  1. Windows
Hi dear forum members,

Is there a formula that would take a cell address and return the corresponding cell reference so I can then use this reference as an argument in other fonctions such as INDEX etc... ?

Looking for a Non-UDF solution.

Regards.
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Hi Jaafar,

Take a look at INDIRECT() - for example.


Excel 2013/2016
ABC
1AA1:A100C
2B
3C
4D
5E
6F
Sheet1
Cell Formulas
RangeFormula
C1=INDEX(INDIRECT(B1),3)
 
Upvote 0
Hi Jaafar,

Take a look at INDIRECT() - for example.

Thanks for the quick response FormR,

The INDIRECT function takes a cell reference not a cell address.

I need to pass a literal address string something like "B1".
 
Upvote 0
The INDIRECT function takes a cell reference not a cell address

Hi Jaafar, no - it takes a string and returns a range reference.

In my example I put the string in a cell, but you don't need to do that, for example.


Excel 2013/2016
AB
1AC
2B
3C
4D
5E
6F
Sheet1
Cell Formulas
RangeFormula
B1=INDEX(INDIRECT("A1:A100"),3)
 
Upvote 0
You are right.

The cell reference resolves to a string in the end... I am trying to incorporate the INDIRECT(), ADDRESS() AND CELL("address") functions into a larger formula... I'll get back if I get stuck.

Thank you very much for your help.
 
Upvote 0

Forum statistics

Threads
1,213,482
Messages
6,113,916
Members
448,533
Latest member
thietbibeboiwasaco

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top