I've got a workbook where there are dates and amounts entered in one sheet called 'dates'. the amounts are in one column and the dates are in an adjacent column. For instance, A7 is 01/01/2015 and B7 is $100.00, A8 is 02/01/2015 and B8 is $50.00 and so on.
On another sheet, I'm trying to display the highest amount and corresponding date. The only problem is I have more than one dates with the same highest amount. On this other sheet I have used the following:
This is for displaying the dates and adjacent cells
This is for displaying the highest value![]()
Please Login or Register to view this content.
On the sheet, I'm trying to display the highest amount in one cell which works with the above formula. The corresponding date in another cell is also shown but only for the first instance. If there are two or more dates with same amount value, it only picks up the first date. I'm trying to include all dates which have the highest number. Just display the highest number once and in the cell underneath the corresponding date and any other dates which have this same highest value.![]()
Please Login or Register to view this content.
For example, A1: Displays Highest Value A2: Displays Highest Value Date B2: Displays Highest Value Date (If Applicable) C2 Displays Highest Value Date (If Applicable) and so on. Like this A1: $100.00 B2: 01/01/2015 B3: 02/01/2015 B4: 03/01/2015. Please note, B3 and B4 are only shown if applicable. I know this can be done with LARGE but I just want them shown if they have the highest value.
Any help would be appreciated.
Bookmarks