I'm having trouble applying this formula to Excel, I'm trying to display the name for the highest number in the fire type.
Here is the columns and rows
Name Type 1 Type 2 Number Jake=INDEX(A2:A6,MATCH(1,((B2:B6="Fire")*(D2:D6=MAX(IF(B2:B6="Fire",D2:D6)))),0))
Jake Fire 80
Mark Water Fire 100
Thomas Fire 70
Kennzie Grass Water 40
Dan Grass Fire 60
The only problem is that this formula only counts Jake's type 1 Fire, in this Mark's Type 2 Fire has the highest count at 100. How do I incorporate the Type 2 into the formula also?
Here is a screenshot
ScreenShot2013-07-25at103423PM_zps1cb218e5.png
And the file
example.xlsx
Bookmarks