SuperSquirrel
New Member
- Joined
- Aug 18, 2017
- Messages
- 9
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
=IF(C13=0,"",SMALL(IF(Table1
Code:
=A13,Table1[Action Date]),1))[/COLOR][/B]
my reasoning is if the previous cell is 0, then do nothing, I don't care since they have no entries in my table.
If it's not 0, then I want to know the first time that the person was contacted
now my wonderful code is working, for the FIRST time it hits a non-0, but returning 01/00/00 for the the remaining non-0 values...
Last edited by a moderator: