I have data for a greenhouse - specifically each time a bulb or ballast is changed. There are over a thousand lights, each has a unique identifier. Each week the data is updated. There are hundreds of rows. I want to add a column that looks up the unique identifier, takes the most recent repair date (another column in the file), and subtracts the previous repair date for the same unique identifier. This would give me a time between repairs. Make sense?