cell reference separated from formulae

Johanbb

New Member
Joined
Oct 19, 2018
Messages
2
I have a question regarding cell referencing (range).
For instance in the vlookup function you defilé the range in the second part as i.e. C3:E9
like this vlookup(what, range, position, false). I know that you can select the range and rename this.

But can I also put the range as input in for instance in cell A1 like this C3:E9

And in the formulae reference to cell A1 for the range, it is not working but do not know how to put this there maybe in brackets or something like that.

Appreciate your help.
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Hi. Yes you could use INDIRECT. For example:

=VLOOKUP(B1,INDIRECT(A1),3,0)
 
Upvote 0

Forum statistics

Threads
1,226,113
Messages
6,189,048
Members
453,522
Latest member
Seeker2025

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