Forum Discussion
Velasquezvictor
Jun 27, 2022Copper Contributor
MinIfs Function
Hello, I'm having trouble formatting the minifs statement in VBA. I want the code to look for the minimum value in a data table with two criteria's applied. This what I have so far, I'm not sure if I...
HansVogelaar
Jun 27, 2022MVP
Instead of Application.WorksheetFunction.Evaluate, use Application.WorksheetFunction.MinIfs or shorter, Application.MinIfs