View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default move one cell up from result cell

=INDEX(B192:AI192,MATCH(MIN(B193:AI193),B193:AI193 ,0))

--
Regards,

Peo Sjoblom

(No private emails please)


"DKY" wrote in message
...

I have a sheet that has total monies at the end of every month. The
Month's (January, February, March, etc...) are in row 192 whereas the
totals for the months are right below them in row 193. I figured out
how to find the lowest of all the totals by placing the following in a
cell.

Code:
--------------------
=MIN(B193:AI193)
--------------------

The problem is that I want to know the corresponding month for that
value, how would I go about doing that?


--
DKY
------------------------------------------------------------------------
DKY's Profile:
http://www.excelforum.com/member.php...o&userid=14515
View this thread: http://www.excelforum.com/showthread...hreadid=498931