Thread: excel Formula
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default excel Formula

=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