A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

FORMULA HELP



 
 
Thread Tools Display Modes
  #1  
Old February 20th, 2006, 07:02 PM posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: n/a
Default FORMULA HELP

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  
Old February 21st, 2006, 06:41 AM posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: n/a
Default FORMULA HELP

Not sure, but guess we could try this expression*
to replace "C9" in the formula in M16:

OFFSET(C[-12],,MATCH(R[-6]C,R[-13]C[-9]:R[-13]C[-3],0)+2)

*returns the required column 9, viz.: "I:I"

(M14 is no longer required)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"James McDowell" wrote in message
...
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



  #3  
Old February 21st, 2006, 01:31 PM posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: n/a
Default FORMULA HELP

Not su

You can replace C9 with the following expression:

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

Of course, your own INDIRECT is somehow producing an A1 reference in a
sheet where other formulas are in R1C1. I hope you are not as confused
using it as I am g. Good luck!

Does this help?

Kostis Vezerides

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
adding row to forumla carrera General Discussion 9 August 23rd, 2005 10:24 PM
Formula checking multiple worksheets sonic-the-mouse Worksheet Functions 11 June 6th, 2005 06:37 PM
Problem copying formula to range of cells Ellen Setting up and Configuration 4 November 20th, 2004 12:52 AM
Formula to Count and Return Most common Value in a Dynamic Named Range Tinä General Discussion 1 October 23rd, 2004 11:26 PM
Formula to Count and Return Most common Value in a Dynamic Named Range Tinä General Discussion 1 October 23rd, 2004 08:51 PM


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


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