Forum Discussion
Excel Datum umwandeln von MM/TT/JJJJ bzw. MM.TT.JJJJ in TT.MM.JJJJ
Lisa128 ,
Hi Lisa,
Select your column, on ribbon Data->Text to Columns, on thirds step of the wizard select Data and MDY format (it doesn't matter what to select on first two steps) and Finish
Result will be the dates in your locale format (in my case ISO format)
but you may apply any date format you wish.
Vielen Danke für die rasche Antwort.
Alles hat super funktioniert :-)
Liebe Grüße, Lisa
- SergeiBaklanMay 17, 2019Diamond Contributor
Lisa, you are welcome, have a nice weekend.
- Lisa128Jul 08, 2019Copper Contributor
Hallo,
Kann ich bitte noch etwas fragen? Leider habe ich die Funktion nicht angefunden, wie ich eine neue Community starten kann. Also schreibe ich hier noch einmal.
Ich habe im Excel (Excel Makro.xlsx) eine Formel, in der ich mich auf ein anderes Registerblatt beziehe:
=Excel!A2&" "&Excel!B2
Und wenn ich nun ein neues Excel aufmache und diese Formel kopiere und einfüge, bezieht sich das immer auf das alte Excel:
='[Excel Makro.xlsx]Excel'!A2&" "&'[Excel Makro.xlsx]Excel'!B2#
Wie kann ich das einfügen, dass das die Formel gleich bleibt wie vorher und sich somit auf das Registerblatt in der aktuellen Excel-Mappe bezieht und nicht auf das ursprüngliche?
=Excel!A2&" "&Excel!B2
Vielen Dank!
Liebe Grüße
Lisa Leiner
- SergeiBaklanJul 09, 2019Diamond Contributor
Lisa, you may start new conversation from this page https://techcommunity.microsoft.com/t5/Excel/bd-p/ExcelGeneral
To copy formulas from one workbook to another without keeping the link on the file - with bulk copy/pasting the workaround is to convert formulas to text in source workbook, copy and paste them, after that convert back to formulas in both workbooks. See, for example, here https://www.extendoffice.com/documents/excel/2882-excel-copy-formula-from-one-workbook-to-another-without-link.html
To copy/paste one or very few formulas it's easier to copy formula in formula bar for source cell, and paste it in formula bar on in cell edit mode for the destination cell.