I'm using the following formula to look up the number of errors a specific person had, and the first time this person was contacted.
=IF(C13=0,"",SMALL(IF(Table1[Code]=A13,Table1[Action Date]),1))
my reasoning is if the previous cell is 0, then do nothing, I don't care since they have no...