Hi Smartsheet community!
I am trying to find the maximum value in a range with both Vertical and Horizontal criteria. I was able to get the answer I need for a similar column using SUMIFS to add all the values together. Now I need to find the max value (however, Smartsheet doesn't have the MAXIFS formula). Could someone help me turn my SUMIFS formula into a comparable MAXIFS-like formula?
Thanks so much!
=SUMIFS(INDEX({Database - API Historical Rooftops Range 1}, 0, MATCH([Partner Name]@row, {Database - API Historical Rooftops Range 2}, 0)), {Database - API Historical Rooftops Range 3}, >={BegThisYear}, {Database - API Historical Rooftops Range 3}, <={End-0})