Pulling data by row into other sheets

shrinkingnadia

New Member
Joined
Jan 11, 2022
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi, there!

I am trying to do something that might be simple but I can not think of how to word it to search for it elsewhere. Will try to explain it. . .

I want to have a front sheet with contents by row and additional sheets that will pull the data from those rows.

For example, front sheet:

Trial 1ApplesArtichokesAsparagus
Trial 2TurtlesTortillasTogasTangerines

Sheet 1:
Applesmanual notes
Asparagus
Apricots

Sheet 2:
Turtlesmanual notes
Togas
Tangerines

Right now, I have data for about 7 trials, but will be adding more throughout the year. I would like to simplify this as much as possible by creating a template/sheet that would pull certain information from the first sheet, but specific to that trial. So, Contents!A1 or such is simple enough manually, but is there a way to set a sheet so it will “know” to use Contents!A6 for the sixth trial?

For example, if I put a name into the new sheet like Trial6, would there be a way to have the formulas react to pull data from the corresponding row on the first sheet?

Basically, the front will have quick-reference information and the additional sheets will expand on each trials’s information, but it would be lovely if information only needed to be entered once.
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
this should work for what you're going for
---------
Book1
AB
1Applesmanual notes
2Asparagus
3Apricots
4Artichokes
Trial 1

---------
Book1
AB
1Turtlesmanual notes
2Togas
3Tangerines
4Tortillas
Trial 2

---------
Book1
AB
1Bananasmanual notes
2Boats
3Bandanas
4Bands
Trial 3

---------
Book1
ABCDE
1Trial 1ApplesAsparagusApricotsArtichokes
2Trial 2TurtlesTogasTangerinesTortillas
3Trial 3BananasBoatsBandanasBands
Refrence
Cell Formulas
RangeFormula
B1:E3B1=TRANSPOSE(INDIRECT("'"&A1&"'!"&"a1:a4"))
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,215,834
Messages
6,127,164
Members
449,368
Latest member
JayHo

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