richardlpalmer
Vendor
I have a caluclated column used to calculate a fiscal year.
[tab][small]=IF(NextReleaseDate=DATE(2009,7,1),YEAR(NextReleaseDate),IF(MONTH(NextReleaseDate)<7,YEAR(NextReleaseDate),(YEAR(NextReleaseDate)+1)))[/small]
It gives a correct year, but the displayed result is less than desireable due to the addition of a comma in the number.
I've tried having the result returned as single line text but it still returns the number with a comma in the thousands position. Trying to use the Date and Time option does not work as it attempts to return a full calendar date instead of just the year.
If I could get the comma to not display that would be ideal. Any help is appreciated.
[tab][small]=IF(NextReleaseDate=DATE(2009,7,1),YEAR(NextReleaseDate),IF(MONTH(NextReleaseDate)<7,YEAR(NextReleaseDate),(YEAR(NextReleaseDate)+1)))[/small]
It gives a correct year, but the displayed result is less than desireable due to the addition of a comma in the number.
I've tried having the result returned as single line text but it still returns the number with a comma in the thousands position. Trying to use the Date and Time option does not work as it attempts to return a full calendar date instead of just the year.
If I could get the comma to not display that would be ideal. Any help is appreciated.