Hi,Hi Chanthan,
I tried to solve your problem with a new Excel 2016 function called MINIFS.
What I basically did is;
- Find the minimum Open date for a CID
- Create a helper column for lookup based on CID and Open Date
- Make a lookup for on HELPER based on CID and MIN Open Date for that CID
- Take the rows that MIN DATE is not equal to OPEN DATE
You can combine them to one formula or even you can eliminate the helper column using MATCH / INDEX formulas.
I hope this helps,
Best,
AJ
That's why.Hi Chanthan,
Sorry that it did not work for you. It is easy to fix the pink part by adding an other condition to the IF statement.
But without using MINIF, I cannot think of a way immediately on top of my head.
Sorry,
AJ