Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Nick Krill
 
Posts: n/a
Default How to use an index number in a search range

The following returns the relative position of an entry in a row of unsorted
data:
{=MATCH(TRUE,D!C22:BD22<C22,0)}

How can I use the value returned by the above for the beginning position in
a search range in row# 22

similar to:
=max(the value created by the above formula:k22)


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernie Deitrick
 
Posts: n/a
Default How to use an index number in a search range

Nick,

With that formula in cell A1:

=MAX(INDIRECT(ADDRESS(22,A1+2)&":K22"))

You need to add 2 to account for the offset from column A of your search range.

HTH,
Bernie
MS Excel MVP


"Nick Krill" wrote in message
...
The following returns the relative position of an entry in a row of unsorted
data:
{=MATCH(TRUE,D!C22:BD22<C22,0)}

How can I use the value returned by the above for the beginning position in
a search range in row# 22

similar to:
=max(the value created by the above formula:k22)




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
vezerid
 
Posts: n/a
Default How to use an index number in a search range

Nick,
I cannot fully understand what you are looking for, but it seems to me
you need the OFFSET()function. Use the expression as the 3rd argument.
If your problem went down columns instead of across rows you could have
also used INDIRECT().

HTH
Kostis Vezerides

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
Find a negative number in a range Scott at Culvers Excel Worksheet Functions 1 November 22nd 05 04:55 PM
Assign one number to a number range Sue New Users to Excel 1 October 6th 05 01:21 AM
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
Program Column B to record numerical range based on number in colm Nikole Excel Discussion (Misc queries) 2 August 17th 05 08:37 PM
Assign a dollar amount to a corresponding number in a range of num slh Excel Discussion (Misc queries) 3 May 19th 05 01:30 AM


All times are GMT +1. The time now is 01:14 AM.

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

About Us

"It's about Microsoft Excel"