regarding sheets and referencing cells

Nooberator

New Member
Joined
Sep 13, 2011
Messages
2
Using Excel 2007, XP/SP3.

I have searched as recommended in the FAQ, but as a noobie am having trouble even formulating my search.

Have a "main sheet" and about 40 more "sub sheets" with data. From the mainsheet, I would like to determine the specific subsheet for which its cell P32 has the minimum value of all P32s of all the subsheets. Then I would like to use that specific subsheet's cell Q32 in a formula.

I realize this must all be quite simple, but if someone could point me at the concepts/features I should be learning to implement this, I would be most appreciative.
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Welcome to the board..

If all the sub sheets are displayed one after the other, with no other sheets between them...
Try

=MIN('Sub Sheet1:Sub Sheet40'!P32)

Where
Sub Sheet1 is the SubSheet furthest to left, and
Sub Sheet40 is the SubSheet furthest to the right.


Hope that helps.
 
Upvote 0
Thanks Jonmo1,

That appears to give me the value of the P32 cell on the right subsheet, say Subsheet5.

But how do I then turn that into a reference to the corresponding Q32 cell in a formula? =formula(Subsheet5!Q32)

Seems like I would have to have some kind of sheetname variable that gets loaded with "subsheet5" as a result of the MIN operation, said variable then being used in the reference to Q32 in the next formula.
 
Upvote 0

Forum statistics

Threads
1,224,516
Messages
6,179,231
Members
452,898
Latest member
Capolavoro009

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