Thread
:
Find row referenced by a formula
View Single Post
#
2
Posted to microsoft.public.excel.programming
merjet
external usenet poster
Posts: 812
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
Reply With Quote
merjet
View Public Profile
Find all posts by merjet