Using calculated column and row values in a formula

berryalan

New Member
Joined
Jul 16, 2013
Messages
6
HI,

I have a workbook which is populated by a query. Due to the nature of the data, both the width and the length of the data changes. I have created an "Admin" work sheet in which the column headers of Sheet1 are searched to identify the one I need in this particular case as well as finding the last row of populated data in a column. So in my admin page I now, for example, have a cell that contains "AG" and a cell that contains "813". What I now want to do is in another worksheet, refer to the value in this cell I thought I could do it along the lines of "=Sheet1!INDIRECT(B5 & B6)" where B5 is the cell that contains the value "AG" and B6 is the one that contains the value "815 in my Admin worksheet. I get an error. I have tried different parenthesis combinations but again, no joy. I also tried creating a Named Range using =INDIRECT(Admin!b5&815). When I run this on the admin page it goes to the correct cell reference but in the Admin worksheet.


So the question is how do I uses a calculated cell reference contained in a cell in a subsequent formula?
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Try:
=INDIRECT("Sheet1!"&B5 & B6)
 
Upvote 0

Forum statistics

Threads
1,214,983
Messages
6,122,583
Members
449,089
Latest member
Motoracer88

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