Hi, I am looking for help with the following problem.
I am trying to create a incremental file number with each individual record. The file number always consists of the last two digits of the current year 02- and an incremental numbers starting at 1 to whatever. This is used for a police department, the case system tracks each individual case that we respond to. the first case will be 02-1 and then so on. At the end of the year, the 02 will go to 03 (for 2003) and the number will start at 1 again. I was able to get the last two year numbers by using =format(date()"yy-", but I cannot generate an incremental number. I also have to have the number revert back to 0 in on January 1.
Any help will be greatly appreciated. Thanks.
I am trying to create a incremental file number with each individual record. The file number always consists of the last two digits of the current year 02- and an incremental numbers starting at 1 to whatever. This is used for a police department, the case system tracks each individual case that we respond to. the first case will be 02-1 and then so on. At the end of the year, the 02 will go to 03 (for 2003) and the number will start at 1 again. I was able to get the last two year numbers by using =format(date()"yy-", but I cannot generate an incremental number. I also have to have the number revert back to 0 in on January 1.
Any help will be greatly appreciated. Thanks.