MAXIFS Help

Bolsa68

New Member
Joined
Apr 13, 2016
Messages
4
Hi,

I am currently using excel 2010 and there is no "MAXIFS" function. Is there a workaround for this? I am trying to make something like this:

=SUMIFS(TableY[Zone Yield],TableY[Date],">="&B4,TableY[Date],"<="&B5)

Except with a MAXIFS instead of SUMIFS.
Any help would be extremely appreciated as I am really stuck on this one.

Many Thanks!
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
to use MAX with if it needs to be an array (ctrl+shft+entr)

for example if you had a list of names in col A and number values in col B and you wanted Barry's max value it would be

=MAX(IF(A:A="Barry",B:B,""))

Entered with ctrl+shift+enter
 
Upvote 0

Forum statistics

Threads
1,216,146
Messages
6,129,134
Members
449,488
Latest member
qh017

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top