Is there a way to show an occurrence number in excel with a list of data and dates? In this case I have a bunch of license plates, and dates. I sort on the dates. I'd like to have a third column that shows the number of times that plate has shown up prior to that date in the month so it looks like this:
License--Date--Occurence
XXX-XXX--5/1/11--1
AAA-AAA--5/1/11--1
XXX-XXX--5/5/11--2
BBB-BBB--5/6/11--1
XXX-XXX--5/12/11--3
Is there a way to do something like this?
License--Date--Occurence
XXX-XXX--5/1/11--1
AAA-AAA--5/1/11--1
XXX-XXX--5/5/11--2
BBB-BBB--5/6/11--1
XXX-XXX--5/12/11--3
Is there a way to do something like this?