Hi All,
I'm new here, so sorry for any newb mistakes...
I'm trying to find the max between sumifs of multiple adjacent columns in a range, meaning something like this:
=max(sumifs(A1:A5, criteriaRange1, criteria1...), sumifs(B1:B5, criteriaRange1, criteria1...), sumifs(C1:C5, criteriaRange1, criteria1...), etc.)
But obviously without the commas, as I have a lot of columns to sum over.
I cannot use a helper line, as I have many possible changing criteria.
I tried to do it with an array function, and googled it for hours, but without success.
I was hoping for something like:
{=max(sumifs(A1:C5, criteriaRange1, criteria1...)}
But this obviously doesn't work as it just sums over the entire range and not per-column.
Any help would be appreciated!
I'm new here, so sorry for any newb mistakes...
I'm trying to find the max between sumifs of multiple adjacent columns in a range, meaning something like this:
=max(sumifs(A1:A5, criteriaRange1, criteria1...), sumifs(B1:B5, criteriaRange1, criteria1...), sumifs(C1:C5, criteriaRange1, criteria1...), etc.)
But obviously without the commas, as I have a lot of columns to sum over.
I cannot use a helper line, as I have many possible changing criteria.
I tried to do it with an array function, and googled it for hours, but without success.
I was hoping for something like:
{=max(sumifs(A1:C5, criteriaRange1, criteria1...)}
But this obviously doesn't work as it just sums over the entire range and not per-column.
Any help would be appreciated!