I'm trying to write an IF Logic for following scneario
I have the following columns
Loan | Code | Date |
---|---|---|
1234 | FCAP | 10/10/2014 |
1234 | JJJJ | 12/12/2014 |
5678 | JJJJ | 1/1/2014 |
I want to flag the last record (loan 5678) in the above table as exception as it does not have an FCAP code.