I want to convert a date like 15.09.2015 into a text string in order to get rid of weekend gaps in a figure.
According to support pages, that is done by TEXT(Value,format). Examples look like:
B5: 15.09.2015
A5: TEXT(B5,"dd/mm/yyyy")
My version works with semicolons instead of commas, so I tried:
A5: TEXT(B5;"dd.mm.yyyy")
A5: TEXT(B5;"dd/mm/yyyy")
A5: TEXT(B5;"dd.mm.yy")
All of them return a #VALUE error.
So how do I do it and what is the problem? I use Excel 2010 non commercial version
Thx
Frank
Bookmarks