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.
The problem is that I want to know the corresponding month for that value, how would I go about doing that?![]()
=MIN(B193:AI193)
Bookmarks