ChiScott27
New Member
- Joined
- Feb 25, 2013
- Messages
- 20
Good Afternoon,
I am trying to create a "MAX IF" array formula without any luck. I am trying to find the maximum value in a given range based on a key word criteria and two date restrictions.
Below is the formula I have so far.
=max(if(('Data Set'!$E:$E=$H16)*('Data Set'!$G:$G)*('Data Set'!$B:$B,">="&I$13+0)*('Data Set'!$B:$B,"<="&I$14+0),('Data Set'!$G:$G)))
range $E:$E is searching for a key term
range $G:$G is the range I want to find the the maximum value in
range $B:$B is the range that contains dates
Any help with this would be appreciated.
I am trying to create a "MAX IF" array formula without any luck. I am trying to find the maximum value in a given range based on a key word criteria and two date restrictions.
Below is the formula I have so far.
=max(if(('Data Set'!$E:$E=$H16)*('Data Set'!$G:$G)*('Data Set'!$B:$B,">="&I$13+0)*('Data Set'!$B:$B,"<="&I$14+0),('Data Set'!$G:$G)))
range $E:$E is searching for a key term
range $G:$G is the range I want to find the the maximum value in
range $B:$B is the range that contains dates
Any help with this would be appreciated.