Thread: excel Formula
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
George A. Jululian[_2_] George A. Jululian[_2_] is offline
external usenet poster
 
Posts: 89
Default excel Formula

Many thanks it works but when i copy it down it gave the same result
the same row number which is wrong


"Bob Phillips" wrote:

=MATCH(MAX(B:B),B:B,0)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"George A. Jululian" wrote in
message ...
Hi

column B from b1 till b500 is full of numbers and I have formula in column
a
=LARGE($B$1:$B$500,1)

I want to find the result of the formula came from which row number

please help