The TEXT Function in Excel: Date to another date format -


in previous excel version, have dates such 01.01.2012 automatically converted format using: =text(c1;"yyyy-mm") : 2012-01 if open document in excel 2013, this: yyyy-00. know error lies. have tried many different solutions fix , cannot find it!

thank help:)

in languages mm gives minutes mm gives months, , need yyyy change too, in german need this:

=text(c1;"jjjj-mm")

once work out format works in text function i'd suggest use cell formatting rather text function, e.g. if use =c1 , custom format "jjjj-mm", or whatever works, in future automatically update if regional settings changed - text function won't update


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -