Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个大型报告数据,Excel 中有 30k+ 行,它们是两个有日期的值,日期在回历中,80% 的日期是正确的,但是日期序列号中出现了一些值,而40383不是1432/8/12, 是有什么方法可以用这种格式()将它们转换回日期,yyyy/mm/dd因为我已经编写了另一个函数来计算日期和重叠值,...
40383
1432/8/12
yyyy/mm/dd
Selection.NumberFormat = "[$-1170000]B2yyyy/mm/dd;@"