I have COVID vaccination data:
| MemberID | VaccinationDate | FullyVaccinated | Days Between Vaccinations |
| JohnDoe | 1/6/2021 | Y | 28 |
| JohnDoe | 2/3/2021 | Y | 28 |
| JaneSmith | 1/20/2021 | N | TBD |
I'm provided with columns 1 and 2 and I'm trying to figure out how to create column 3 and 4 across a large dataset. I've found some articles on dealing with duplicates that say to use the summarize tool, but I can't seem to get that to work.