I have tried, but I can't figure out how to find out what cell has the max value. With =max(a1:1200) I can see the max value, but I would like to know which cell has the value.
Just in case all you were looking to do is identify the cell visually, then you can use Conditional formatting, by selecting the whole range, doing Fomrat / conditional formatting, changing 'cell value is' to 'formula is' and putting :-
(using leigh's ranges)
=A3=MAX($A$3:$A$10)
Hit the format button, choose a nice pastel pattern, hit OK twice and you are done.
Regards
Ken.............
---------------------------------------------------------------------------- It's easier to beg forgiveness than ask permission
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.