#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default =indirect


=INDIRECT(ADDRESS(MATCH(A:A,Sheet2!A:A,0)+1,4,4,1, "Sheet2"))

I need help changing this a little, once it finds a match it looks
down 2 rows and over 7 rows for the cell containg the word "Productive"
and then go 1 cell over to the right and that is the value I need.

thanks for the help


--
Teerings3
------------------------------------------------------------------------
Teerings3's Profile: http://www.excelforum.com/member.php...o&userid=29560
View this thread: http://www.excelforum.com/showthread...hreadid=492726

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 59
Default =indirect

I think that your Match function is incorrect, the match function requires
the lookup value as the first argument, not a range of cells.

Try match("Productive", Sheet2!A:A,false) and then mess around with the
offsets to get the correct address.

HTH

Martin

"Teerings3" wrote:


=INDIRECT(ADDRESS(MATCH(A:A,Sheet2!A:A,0)+1,4,4,1, "Sheet2"))

I need help changing this a little, once it finds a match it looks
down 2 rows and over 7 rows for the cell containg the word "Productive"
and then go 1 cell over to the right and that is the value I need.

thanks for the help


--
Teerings3
------------------------------------------------------------------------
Teerings3's Profile: http://www.excelforum.com/member.php...o&userid=29560
View this thread: http://www.excelforum.com/showthread...hreadid=492726


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default =indirect


Thanks,
But the first match is employee # and then it needs to look in a range
of cells based on that location to find the word "productive" get that
address and the value I need is one cell over.


--
Teerings3
------------------------------------------------------------------------
Teerings3's Profile: http://www.excelforum.com/member.php...o&userid=29560
View this thread: http://www.excelforum.com/showthread...hreadid=492726

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
Allow EXCEL INDIRECT(ADDRESS()) and INDIRECT(RANGE()) functions Mike Barlow Excel Worksheet Functions 7 May 21st 23 07:42 PM
Indirect BNT1 via OfficeKB.com Excel Discussion (Misc queries) 6 August 4th 09 02:25 PM
INDEX("a"&COLUMNS(INDIRECT(A1):INDIRECT(A2)):A30,4) Dave F[_2_] Excel Discussion (Misc queries) 3 September 20th 07 08:36 PM
#REF using =INDIRECT... frustratedwthis Excel Worksheet Functions 5 May 31st 06 07:28 PM
Indirect.ext #value! Stuartf Excel Discussion (Misc queries) 3 May 24th 06 12:00 PM


All times are GMT +1. The time now is 08:56 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"