Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 29
Default LOOKUP Problems

Good morning.

I am trying to nest together some references and I can not get it to work out.

The formula below works fine:
=INDIRECT(ADDRESS(MATCH(R[-5]C,C9,0),3),1)

The problem is that I need the C9 to be dymanic. I have the following
formula:
=MATCH(R[-4]C,R[-11]C[-9]:R[-11]C[-3],0)+3

That will give me the 9 for the C9, but I do not know the sysntax to replace
the C9 in the original formula.
The first formula is in cell M16 and the second is in cell M14..if it is
relevant.

Thanks


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 74
Default LOOKUP Problems

James,

Can you not embed another INDIRECT (using text not ADDRESS)?

Try;

=INDIRECT(ADDRESS(MATCH(R[-5]C,INDIRECT("C"&(MATCH(R[-4]C,R[-11]C[-9]:R[-11]C[-3],0)+3)),0),3),1)

Regards,

Chris.

--
Chris Marlow
MCSD.NET, Microsoft Office XP Master


"James McDowell" wrote:

Good morning.

I am trying to nest together some references and I can not get it to work out.

The formula below works fine:
=INDIRECT(ADDRESS(MATCH(R[-5]C,C9,0),3),1)

The problem is that I need the C9 to be dymanic. I have the following
formula:
=MATCH(R[-4]C,R[-11]C[-9]:R[-11]C[-3],0)+3

That will give me the 9 for the C9, but I do not know the sysntax to replace
the C9 in the original formula.
The first formula is in cell M16 and the second is in cell M14..if it is
relevant.

Thanks


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
LOOKUP problems Martin Ledgard Excel Worksheet Functions 3 September 7th 07 11:42 PM
Problems with LOOKUP ExcelMonkey Excel Worksheet Functions 7 January 10th 07 06:27 PM
Lookup problems Rose Davis Excel Worksheet Functions 1 October 18th 06 05:50 AM
Lookup problems JaB Excel Worksheet Functions 2 September 22nd 05 12:33 PM
Lookup problems zapatista66[_7_] Excel Programming 2 August 4th 04 07:16 PM


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