Thread: =indirect
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Martin Fishlock[_3_] Martin Fishlock[_3_] is offline
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