I'm using MAXIFS to lookup dates for specific courses. It looks up employee in Col B and Course ID in Col C and if it's a match, returns the latest expired date in column E.
My problem is that If a expiration date is blank, I get zeros and I'd like it to ignore the blank and look at col D for the most recent dates (the last time when the course was credited)
This is what I have so far, it works if there is a real expiration date.. just need to figure out how to handle the blanks.
=MAXIFS($E$3:$E$30,$B$3:$B$30,$H3,$C$3:$C$30,$I$2)
Bookmarks