Cust # Call Date Count 123 1/1/2020 3 123 12/20/2019 2 123 11/14/2019 1 123 1/24/2020 4 567 12/21/2019 1 567 1/7/2020 2 987 11/8/2019 1 987 1/29/2020 3 987 12/23/2019 2
This above is my goal. I have customer numbers that called on a certain date. My goal is to have a count of the customers but 1 being the earliest call date. SQL or VBA Is not my specialty but I can comprehend and if shown an example relating to something I have done. How do I go about this?