I have a few columns of data and I am trying to find the top 3 highest values in one column based on meeting one condition in the other column. I also want to ignore hidden rows in my data since I use filters. I am using the AGGREGATE function as follows but it will not ignore hidden rows when I filter the data. Any help would be greatly appreciated.
AGGREGATE(14,5,D3:D17*(F3:F17=B4),1)
Bookmarks