Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I need to show a date format where ' is part of the format, and I need to show only the first letter of the Month.
So 2015 January should be 15'J, and both Marts and May is M.
=Date(month,'YY') & Chr(39) & Upper(Left(Month(Date(month,'MMM')),1))