INDEX & MATCH Issue with Duplicate Entries

dariuzthepole

Board Regular
Joined
Jul 23, 2008
Messages
111
Hi,

Apologies for posting another Index/Match thread, but I think I've been through them all now and I'm still struggling. Index/Match is my Achilles Heel so apologies if this is straightforward.

I have a summary tab displaying stats on various sites (each site has its own tab). An example of the stats for the first site is below. Further sites are in columns D, E, F etc.

BC
5Max Value100
6Max Value (1st Date)01/01/2016 00:00
7Max Value (2nd Date)???

<tbody>
</tbody>

Cell C5 has a straightforward MAX formula looking to column E on the SiteA tab.

In cell C6 I have the following array formula (from another thread) which works:

Code:
{=IFERROR(INDEX(SiteA!$A$2:$A$115855,SMALL(IF($C$5=SiteA!$E$2:$E$115855,ROW(SiteA!$E$2:$E$115855)-ROW(SiteA!$E$2)+1),COLUMNS($C$1:C$1))),"")}

N.B. On the Site A tab, column A has the date/times and column E has the data I want to analyse.

However, I cannot get this to return the next date value in cell C7. I've tried to play around with the formula but so far it only returns the same value as C6.

Any help would be greatly appreciated!
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.

Forum statistics

Threads
1,214,919
Messages
6,122,260
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top