Hi Pete,
The VALUE() function converts a string to a number. Hence "2013-" and "2013A" both convert to the number 2013. If you want them to be different, then get rid of the VALUE() around FYEAR() and deal with the text string.
_________________________
Andrew Bates