shellj
Technical User
- Sep 19, 2002
- 30
My spreadsheet contains information exported from a database. Column 1 contains a unique ID number but there may be multiple rows with the same number. In each row there are also dates - I want to be able to count the number of rows with the same ID number, take the last row of each number and compare the dates to the previous row in the same group. I'm sure I will have to use an array of some sort but am not entirely sure how to do this. Can someone please point me in the right direction. Thanks.