Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peter
 
Posts: n/a
Default Vlookup + Address functions combined

Dear Exellions,

I am using the following formula to look for a date in current "Summary"
sheet, then see if it can find relevent match in "ARBSCAPES" sheet and
return a numerical value:

=VLOOKUP(L$1,ARBSCAPES!$A$13:$I$126,9,FALSE)

I need this formula to include something like the ADDRESS function to avoid
having to type in an alternative sheet reference for the other 80 odd sheets
in same Excel file.

I, currently have the 80 odd sheets listed in column A of my "Summary"
sheet, and would like the VLOOKUP to look something like this:

=VLOOKUP(L$1,Address(A2)!$A$1:$B$126,2,FALSE), but this will not work.

Eg, Summary sheet
Row Col A Col B Col L1 Col M
1 01/12/05
01/11/05
2 Beens
=VLOOKUP(L$1,Address(A2)!$A$1:$B$12,2,FALSE)
3 Shoots
=VLOOKUP(L$1,Address(A3)!$A$1:$B$12,2,FALSE)
4 Carrots
=VLOOKUP(L$1,Address(A4)!$A$1:$B$12,2,FALSE)

Eg, Beens sheet
Row Col A Col B
1 01/12/05 £5.25
2 01/11/05 £7.50
3 01/10/05 £2.25

INDIRECT formula is not suitable in this scenario.

Thanks.
Peter


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tony h
 
Posts: n/a
Default Vlookup + Address functions combined


try the indirect function


--
tony h
------------------------------------------------------------------------
tony h's Profile: http://www.excelforum.com/member.php...o&userid=21074
View this thread: http://www.excelforum.com/showthread...hreadid=505526

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tony h
 
Posts: n/a
Default Vlookup + Address functions combined


try
=VLOOKUP(L$1, Indirect(A2 & "!$A$1:$B$12",true) ,2,FALSE)


--
tony h
------------------------------------------------------------------------
tony h's Profile: http://www.excelforum.com/member.php...o&userid=21074
View this thread: http://www.excelforum.com/showthread...hreadid=505526

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
Updating Functions (Vlookup) scoutfinch22 Excel Worksheet Functions 1 December 27th 05 11:25 PM
Can I get Excel to determine the line curve formula without graph. Cadelima Excel Discussion (Misc queries) 8 December 20th 05 09:57 PM
Excel email address hyperlink does not update Michael Excel Discussion (Misc queries) 1 August 2nd 05 02:36 PM
vlookup data hidden within worksheet Excel Worksheet Functions 0 January 26th 05 12:09 PM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM


All times are GMT +1. The time now is 09:43 AM.

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

About Us

"It's about Microsoft Excel"