Thread
:
Looking up value
View Single Post
#
2
Posted to microsoft.public.excel.misc
Don Guillett
external usenet poster
Posts: 10,124
Looking up value
From a posting by Mike H. ONE line
=ADDRESS(MIN(IF(MIN(A2:E8)=A2:E8,ROW(A2:E8))),MIN( IF(MIN(A2:E8)=A2:E8,COLUMN(A2:E8))),4)
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"D. Murphy" <D.
wrote in message
...
I am having a problem with a spreadsheet for portfolio values. The table is
layed out with each month being the next column. I want to find the min,
and
then display the month that is associated with that minimum. I can't sort
the
data since it is by month.
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett