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 に 30,000 行以上の大規模なレポート データがあり、日付を持つ 2 つの値があります。日付はイスラム暦で、日付の 80% は正しいですが、いくつかの値が日付シリアル番号に表示され40383ます1432/8/12。これらをこの形式で日付に戻す方法はあります ( yyyy/mm/dd)。これは、日付を計算する別の関数と重複する値を作成したためです ...
40383
1432/8/12
yyyy/mm/dd
Selection.NumberFormat = "[$-1170000]B2yyyy/mm/dd;@"