baitmaster
Well-known Member
- Joined
- Mar 12, 2009
- Messages
- 2,042
Hey all, I've been helping Howerd with some formulas, but he's got me stumped with one. I'm reposting this question in a new thread, as I think not many people will be looking at the original thread, under the misguided belief that I have it covered
Original post http://www.mrexcel.com/forum/showthread.php?t=575396&page=2
Summary:
We can use MIN(range) to find the minimum value
We can use MIN(IF(range1 = condition,range2) entered as array, to return minimum value where condition is met
What formula would work on the condition if it exists, or the full range if it doesn't?
I think its like MIN(IF(OR(range1 = criteria,criteria = ""),range2)), but I'm always returning the full range2 in all circumstances
Note, this needs to be scaleable to multiple ranges of conditions. I can't think how to ignore the test if it's null...
Original post http://www.mrexcel.com/forum/showthread.php?t=575396&page=2
Summary:
We can use MIN(range) to find the minimum value
We can use MIN(IF(range1 = condition,range2) entered as array, to return minimum value where condition is met
What formula would work on the condition if it exists, or the full range if it doesn't?
I think its like MIN(IF(OR(range1 = criteria,criteria = ""),range2)), but I'm always returning the full range2 in all circumstances
Note, this needs to be scaleable to multiple ranges of conditions. I can't think how to ignore the test if it's null...