I am trying to use a formula to find the largest value and return the name in an adjacent column, but I only want it to search among the rows that have the same label.
Here is the formula I am using =INDEX('DATA TAB'!B$9:B$1000,(MATCH(LARGE('DATA TAB'!D$9:D$1000,1),'DATA TAB'!D$9:D$1000,0)))
This works, but it's looking in all the rows. I want to add an element to this formula that tells excel "Among the rows that have the word "Buick", use the formula. I can't figure out how to limit the formula to search for all the rows that have the word "Buick" in column A before doing the above Index. Please help!!!
Bookmarks