I have a worksheet with about 9,000 rows. Each row applies to one of about 250 Navy ships.
Each row has eight columns, three of them important: ShipName, Month, and Year. All are in the General format. Month is spelled-out text for the name of the month. The rows are currently sorted alphabetically by ShipName, then Month, then Year. The months are sorted non-alphabetically: January, February, May, July, etc. (there’s not an entry for every month in every year).
I want to make a new worksheet that shows, for each ship, its ShipName, the first and last Month and Year that have entries in the original list. It would be something like
USS Neversail (DD-214) January 1966 October 1969
USS November (CA-12) February 1965 December 1970
etc.
The “January 1966” would be taken from the first entry for USS Neversail (DD-214), and “October 1969” would be taken from the last one.
It seems as though this should be easy in Excel, but I have no idea where to start.