Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Find row referenced by a formula

Hello this is going to sound like a lame question but I was wondering is
there is a way to get the row from a formula. For example I am using the
large formula to find the second largest value in a range, I would like to be
able to find the row of the value that the large formula returns. Is there
anyway to do this. Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 812
Default Find row referenced by a formula

Suppose the range is A3:A8 and the LARGE formula is in B3.
Then =MATCH(B3,A3:A8,0)+ROW(A3)-1 would give the row
number in col A of the value in B3.

Hth,
Merjet

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Find row referenced by a formula



"merjet" wrote:

Suppose the range is A3:A8 and the LARGE formula is in B3.
Then =MATCH(B3,A3:A8,0)+ROW(A3)-1 would give the row
number in col A of the value in B3.

Hth,
Merjet

Thank. I just tried it and it worked like a charm. Thanks a million merjet your great.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Find row referenced by a formula



"merjet" wrote:

Suppose the range is A3:A8 and the LARGE formula is in B3.
Then =MATCH(B3,A3:A8,0)+ROW(A3)-1 would give the row
number in col A of the value in B3.

Hth,
Merjet

Sorry to ask another dumb question but is there anyway to create a cell reference using that row value. Example. Once I get the row number I want to create a formula in a cell that takes the row value to reference a cell. =A(row value) or =B(Row value) . Thanks again for all your help.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 812
Default Find row referenced by a formula

Sorry to ask another dumb question but is there anyway
to create a cell reference using that row value. Example.
Once I get the row number I want to create a formula in a
cell that takes the row value to reference a cell.
=A(row value) or =B(Row value) .


Sorry; that's not clear to me. Maybe a more specific
example would help.

Merjet


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Find row referenced by a formula

Sorry. After finding which row holds the greatest value I would like to
create another formula that can pull more information using that row value. I
was wondering if there is a way to concatenate a column letter with the row
value inside of a formula. Example. using your Match formula we find that the
row with the greatest value is row 4. I would like to create a formula that
looks at that value and uses that row number to pull more information from
that row. The column may change but the row referenced will be the value that
the Match formula found. I am sorry about how confusing this is but it is
kind of hard to explain. Thanks.

"merjet" wrote:

Sorry to ask another dumb question but is there anyway
to create a cell reference using that row value. Example.
Once I get the row number I want to create a formula in a
cell that takes the row value to reference a cell.
=A(row value) or =B(Row value) .


Sorry; that's not clear to me. Maybe a more specific
example would help.

Merjet

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 812
Default Find row referenced by a formula

It's still not clear to me. But have a look at the
INDEX formula. It may help each your goal.

Hth,
Merjet

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 and return name of worksheet tab for referenced cell MMangen Excel Worksheet Functions 2 July 2nd 09 04:35 PM
Can't find pictures in a referenced formula S Boak Excel Worksheet Functions 6 April 25th 08 01:29 AM
Creating a formula to find a range for a cross-referenced value Fay Roberts Excel Worksheet Functions 1 February 22nd 08 04:12 PM
Find where else in a spreadsheet a cell is referenced with formula Analyser Excel Worksheet Functions 1 June 27th 07 02:52 PM
Missing linked file - can still be referenced but can't find it! dziw Excel Worksheet Functions 0 August 17th 05 10:16 AM


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