Forum Discussion
chibiberu
Feb 20, 2025Copper Contributor
How to format a date (week day) as Japanese, the the English version of Excel ?
Hi, I use the last Excel build of Mcrosoft 365 for Mac (presently Version 16.95 (25021621)), on the last version of macOS (presently 15.3.1) I need to format dates the Japanese way, but using the E...
- Feb 21, 2025
On Windows that is
or if convert to text
=TEXT(TODAY(), "[$-ja-JP]dddd mmmm dd")
SergeiBaklan
Feb 21, 2025Diamond Contributor
On Windows that is
or if convert to text
=TEXT(TODAY(), "[$-ja-JP]dddd mmmm dd")