In Excel I have a row with many dates in it:
Oct-13 Nov-13 Dec-13 Jan-14 Feb-14 Mar-14 Apr-14 May-14
However they are coded as:
=TEXT(AD42,"MMM-YY")
=TEXT(AD41,"MMM-YY")
=TEXT(AD40,"MMM-YY")
=TEXT(AD33,"MMM-YY")
=TEXT(AD31,"MMM-YY")
=TEXT(AD28,"MMM-YY")
=TEXT(AD26,"MMM-YY")
=TEXT(AD23,"MMM-YY")
, respectively.
I need to increase all of their numbers by one. So Oct-13 is now Oct-14. They are all formatted as general. I have tried to change the numbers multiple times but the majority of times it gets coded as Jan-00. This was a file given to me that I did not create, but simply trying to manipulate. I don't really think Excel has the greatest continuity with the Date function.
In the end I simply took the long way and just did: 'MMM-YY Thank you all