Forum Discussion
deeps470
Feb 13, 2023Copper Contributor
Vlookup, Index and Match
I have two tabs called "table" and "data". I need to find the dates when employees were last trained in each topic. On tab "data" there's staffs name on Column A, topic in Column B, Trained date on C...
deeps470
Feb 13, 2023Copper Contributor
HansVogelaar Hi Hans, Thank You for your help. However, i require formula to be put on B2 by comparing two coloums in "Name and Course Title to get the trained date in.
HansVogelaar
Feb 13, 2023MVP
deeps470 Sorry, I interpreted your question the other way round.
In B2 on the table sheet:
=MAXIFS(data!$C$2:$C$1000, data!$A$2:$A$1000, $A2, data!$B$2"$B$1000, B$1)
Fill to the right to F2, then fill down.