My sheet has a bunch of Name's in column D, either the text "Store" or nothing in column E, and a dollar value in column F. I'm trying to figure a way to display the names in order of highest to lowest dollar value based on the criteria that the name must have the text "Store" next to it in column E. If column E is blank then the name would not be included in the ranking. I thought I could use the following code to accomplish this:
That formula gives me a N/A result. I appreciate any help in getting this to work whether with this formula or something else![]()
{=(INDEX($A$1:$N$10000,MATCH(LARGE(IF($E$1:$E$10000="Store",$F$1:$F$10000-ROW($F$1:$F$10000)/10^5),1),IF($E$1:$E$10000="Store",$F$1:$F$10000-ROW($F$1:$F$10000)/10^5),0),4))}
Bookmarks