Excel sheet ranges

alliswell

Board Regular
Joined
Mar 16, 2020
Messages
190
Office Version
  1. 2007
Platform
  1. Windows
  2. Mobile
Hi everybody,
I have 4 sheets, and renamed 1 to 3 sheets as Sam, Kylie, and John and all the sheets have data in A1:c5.

And in my 4th sheet in a17 i have Above sheet names as list (data validation > list).

Now i want is, in sheet 4, cell a17, i select sam then, the range a1:c5 from sheet same should get pulled in sheet 4 in same range a1:c5. And when i select other names from dropdown list in sheet4 cell a17 it shud do the same.

Thanks to all n regards
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Hi,
In sheet4, cell B17 you can test
Excel Formula:
=INDIRECT($A$17&"!"&SUBSTITUTE(ADDRESS(1,COLUMN()-1,4),1,"")&ROW()-16)
 
Upvote 0
Hi,
In sheet4, cell B17 you can test
Excel Formula:
=INDIRECT($A$17&"!"&SUBSTITUTE(ADDRESS(1,COLUMN()-1,4),1,"")&ROW()-16)
Instead in b17 i need in sheet 4 a1
I tried but giving #value error
 
Upvote 0
How about
Excel Formula:
=INDEX(INDIRECT("'"&$A$17&"'!a1:c5"),ROWS(A$1:A1),COLUMNS($A1:A1))
 
Upvote 0
Solution
Hi,
A tiny modification
Excel Formula:
=INDIRECT($A$17&"!"&SUBSTITUTE(ADDRESS(1,COLUMN(),4),1,"")&ROW())
 
Last edited:
Upvote 0
How about
Excel Formula:
=INDEX(INDIRECT("'"&$A$17&"'!a1:c5"),ROWS(A$1:A1),COLUMNS($A1:A1))
Thankyou fluff. Great job. Love ya. Its working the way i need to. Thanks thanks thanks.

And james thanks yo you too. Your formula too worked but i needed it in A1 sheet4. I tried to alter hut failed. Thanks again to every one.

Love u all

HAVE A NICE DAY !
 
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0
Thankyou fluff. Great job. Love ya. Its working the way i need to. Thanks thanks thanks.

And james thanks yo you too. Your formula too worked but i needed it in A1 sheet4. I tried to alter hut failed. Thanks again to every one.

Love u all

HAVE A NICE DAY !
James your second formula works the way i need too. Thanks bro. Love.
 
Upvote 0

Forum statistics

Threads
1,215,781
Messages
6,126,869
Members
449,345
Latest member
CharlieDP

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