Ok, I updated the result and added the Experience and the
year based on the experience. Another suprise, the experience
seems to be wrong in some case and correct in other cases.
Some players has 0 year of experience, the current year is 2004
and their first year stats are 2002. In that case experience should be 2.
I wonder if I could update players in that case only this way:
if EXP = 0 and CurrentYear - FirstYear > 0 then EXP = CurrentYear - FirstYear
At least, this specific case will be fix. For the rest, I dont know
What do you think?
Thanks
Updated Utility