You can use MATCH to return the row where the region name is found, and
offset by that number of rows:
=OFFSET($A$1,MATCH(H2,A:A,0),1)
where Region in the pivot table is in column A, and the specific region
is in cell H2.
> I have a single page summary report that obtains specific information from a
> pivot table. I would like to bring back company leaders within designated
[quoted text clipped - 7 lines]
> the same as a MATCH or an INDEX. How can I bring back data first prior to
> OFFSETting the needed information?

Signature
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html
tlk40us - 20 Mar 2006 18:52 GMT
Thank you, this worked great!
> You can use MATCH to return the row where the region name is found, and
> offset by that number of rows:
[quoted text clipped - 15 lines]
> > the same as a MATCH or an INDEX. How can I bring back data first prior to
> > OFFSETting the needed information?