I am trying to have excel generate a serial number based on dates. In column a I enter the date (usually today's date) and want column B to generate a simple serial number yyJJJ.01 with the decimal increasing with each instance of the same date. I have a formula working for everything in front of the decimal but can't get the decimal to change unless I enter it manually (which I have been doing) here is the formula I am using =RIGHT(YEAR(A2),2)&TEXT(A2-DATE(YEAR(A2),1,0),"000.01"), any help is appreciated
Bookmarks