Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Specific use of INDIRECT inside VLOOKUP...

Hi,

ENV: Excel 2003 running on XP


PROBLEM DETAILS:

I have a call as:

=VLOOKUP($A4, '[NEW FNO EOD Data.xls]03-Dec'!$B$2:'[NEW FNO EOD
Data.xls]03-Dec'!$Z$500, 9, FALSE)

In above call, I wish to dynamically pick up text "03-Dec" [which
refers to sheet name on different file], from another cell - say A10
of current sheet, using INDIRECT function. However, I am somehow
faultering in my permutations of INDIRECT use above. I tried to see if
REPLACE could work,but thats returning string literal, hence probably
forming invalid 2nd argument for VLOOKUP.

Even though I got useful clue in my recent post, for a slightly easier
variation of my above attempt in below thread [URL give below],
somehow there is more work to be done here.

Any clues shall be much helpful.

Thanks for your time.

- KA

http://groups.google.com/group/microsoft.public.excel.programming/browse_thread/thread/7e53da21753caae0/2dd6b21e7d791be0?lnk=gst&q=Kedar+Agarkar#2dd6b21e7 d791be0
[Watch URL wrap]
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Specific use of INDIRECT inside VLOOKUP...

Self resolved:

= IF(
ISERROR( VLOOKUP($A16,INDIRECT("'[NEW FNO EOD Data.xls]"&H
$3&"'!$B$2:$Z$500"), 8, FALSE) ),
0,
VLOOKUP($A16,INDIRECT("'[NEW FNO EOD
Data.xls]"&H$3&"'!$B$2:$Z$500"), 8, FALSE)
)

.....as easy as that.

Thanks anyway to group.

- KA
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
INDIRECT(ADDRESS) inside a VLOOKUP JG Excel Worksheet Functions 13 April 22nd 09 08:33 PM
Indirect(NamedRange) inside Sumproduct Barb Reinhardt Excel Worksheet Functions 1 August 25th 08 09:53 PM
Indirect inside a vlookup Diggsy Excel Worksheet Functions 3 March 10th 08 03:33 PM
Indirect address inside "" Khoshravan Setting up and Configuration of Excel 2 June 26th 06 12:31 AM
highlight/color cells with specific character inside markx Excel Worksheet Functions 6 October 20th 05 10:19 AM


All times are GMT +1. The time now is 08:21 AM.

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"