
I have a field called "login date" that lists all the times a user logged in. The task is to find the number of users who first logged in 2018, 2019, and 2020. To figure out the first time a person logged in, I did a MIN([Login Date]). However, I'm having trouble figuring out how many of those users and showing the user breakdown by year. Attached is the workbook. Any help would be greatly appreciated. Thanks!