View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Andy the Yeti Andy the Yeti is offline
external usenet poster
 
Posts: 28
Default How can I use both RANK and MATCH

Hi, I have a data table with say 12 columns (A-M) and 12 rows (1-12) of data.

I have create a formula as follows to extract one number depending on my
search criteria.
OFFSET('DataTable'!$A$3,MATCH($A$3,' DataTable '!$A$4:$A$12,0),MATCH(C11,'
DataTable '!$B$2:$FE$2,0))

My question is, can I modify this formula to give the rank of a certain
column. Ie in column D is the third number down RANK 1 in terms of greatest
value?

RANK('52 L'!D3,'52 L'!D1:M12)

Many thanks for any advice.
Andy