Column A is date Column B is criteria
Column A is date
Column B is criteria
I want to find the MIN date for each criteria. I tried using Ctrl
MIN
Try this (array formula):
=MIN(IF(B2=B:B,A:A))