Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default Muliple Worksheet Lookup

Hi

Currently the problem is:

1) I have a varied amount of worksheets. Anything from 1 to 80.
2) On a Summary Worksheet I have table that looks like:

Month 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Jan
Feb
Mar
Apr
Etc

Column A, months can be anything.

Each worksheet tab is named using the same convention as the worksheet tab,
so there could be a worksheet called Jan, Feb or Mar.


I need to contruct a Vlookup that looks on the relevent worksheet tab and
and looks for the heading of the data item on the first row of the summary
sheet and returns the matching item to the summary sheet.

I have used indirect, Address before but canont seem to get any further. Any
ideas.

I do not want to use VBA, only Excel Functions.

Regards
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Muliple Worksheet Lookup

Try something like this in B2:

=INDIRECT($A2&"!"&CHAR(B$1+65)&1)

Then copy across and down as necessary.

Not sure how you can have 80 worksheets if they are all named after a
month - is that what you mean by "months can be anything"? i.e. the
names can be anything? If that is the case and you might have spaces
in the names, then you will need to do this:

=INDIRECT("'"&$A2&"'!"&CHAR(B$1+65)&1)

Note the apostrophes. This will work for up to 25 columns.

Hope this helps.

Pete

On Nov 1, 4:04 pm, DMc2004 wrote:
Hi

Currently the problem is:

1) I have a varied amount of worksheets. Anything from 1 to 80.
2) On a Summary Worksheet I have table that looks like:

Month 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Jan
Feb
Mar
Apr
Etc

Column A, months can be anything.

Each worksheet tab is named using the same convention as the worksheet tab,
so there could be a worksheet called Jan, Feb or Mar.

I need to contruct a Vlookup that looks on the relevent worksheet tab and
and looks for the heading of the data item on the first row of the summary
sheet and returns the matching item to the summary sheet.

I have used indirect, Address before but canont seem to get any further. Any
ideas.

I do not want to use VBA, only Excel Functions.

Regards



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Muliple lookup in one cell TimD Excel Worksheet Functions 15 September 18th 07 12:58 AM
Muliple formulas Shearries Excel Worksheet Functions 7 April 27th 06 07:02 PM
How to link a Worksheet for viewing, for muliple recepients? Mo New Users to Excel 1 January 8th 06 05:46 AM
Sum If on muliple conditions FrankTimJr Excel Worksheet Functions 5 July 23rd 05 07:07 AM
Converting a muliple page worksheet to a single page worksheet [email protected] Excel Discussion (Misc queries) 2 June 30th 05 09:40 PM


All times are GMT +1. The time now is 02:23 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"