View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.newusers
De De is offline
external usenet poster
 
Posts: 19
Default Find cell which returned maximum value in formula

Thanks, Paul, but I found this hard to follow. Excel kept returning that I
had disabled macros but your formula didn't look like a macro to me. I must
have been doing something wrong.
--
De


"Paul B" wrote:

De, try this, =CELL("address",INDEX(A:A,MATCH(MAX(A:A),A:A,0)))

will show the first one if there are more than one

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"De" wrote in message
...

--
De