Maxifs and Minifs formula

Sarah23

New Member
Joined
Jun 14, 2018
Messages
1
I am hoping someone may be able to help. I keep trying but it says it is not correct, and I am sure it is something really simple that I am getting wrong.

So I have the below formulas, which is looking for the Min and Max value using specific criteria. As it is dates, when there is anything for that criteria it comes up with 00/01/1900. Now I know I can build the below into a If formula to bring zero back blank but I cant get it to work :(

=MINIFS('Gatehouse Report'!$A:$A,'Gatehouse Report'!$E:$E,$C3,'Gatehouse Report'!$C:$C,$A3)
=MAXIFS('Gatehouse Report'!$A:$A,'Gatehouse Report'!$E:$E,$C3,'Gatehouse Report'!$C:$C,$A3)

Any help much appreciated.
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
It's hard to know exactly how to fix it without a better description of your data. My version of Excel doesn't have the Maxifs and Minifs formulas.

You can do something like this

=MAX(IF((Condition1)*(Condition2)*(ConditionN), ResultRange)) you then do CTRL + SHFT + ENTER

I have had issues with dates in the past. It may be worth checking if your dates are stored as text using ISTEXT. That happens frequently with some programs, such as QuickBooks.
 
Upvote 0

Forum statistics

Threads
1,214,952
Messages
6,122,457
Members
449,083
Latest member
Ava19

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