メインコンテンツへスキップ

Excelで日付を平日、月、年の名前または数値に変換するにはどうすればよいですか?

セルに日付を入力すると、12 年 13 月 2015 日と表示されるとします。 月または曜日だけを表示する方法はありますか、または「」などの月名または曜日名のテキストを表示する方法はありますか?12月「または」日曜日"? 以下で説明する方法を使用すると、Excel で曜日名または月名のみを表示するために、あらゆる種類の日付を簡単に変換または書式設定することができます。

  1. フォーマットセルを使用して、日付を平日/月/年の名前または数値に変換します
  2. TEXT関数を使用して日付を平日/月の名前に変換する
  3. CHOOSE関数を使用して日付を平日/月の名前に変換する
  4. 素晴らしいツールで日付を平日/月/年の名前または数字に変換する

フォーマットセルを使用して、日付を平日/月/年の名前または数値に変換します

Excel でのみ日付の書式をカスタマイズし、日付を曜日名または月名として表示できます。

1。 曜日、月、年の名前/数値に変換する日付セルを選択し、右クリックして セルの書式設定 右クリックメニューから。

Kutools for Excel

群衆から目立つ

300以上の便利なツール
Excel の問題の 80% を解決する
今すぐ無料トライアル

面倒な VBA や数式に別れを告げましょう。

2。 オープニングで セルの書式設定 ダイアログボックス、下 タブをクリックします。 カスタム セクションに カテゴリー ボックスに入力し、「DDD"を タイプ ボックス。

Note: "DDD" は、日付を " のような短い曜日名で表示します。"。日付を取る 3/7/2019 たとえば、次の表は、さまざまなカスタム日付書式設定オプションを示しています。

  A B C
1 「3/7/2019」を表示 フォーマットコード フォーマットされた結果
2 平日(名前) DDD
3 DDDD 木曜日
4 月(名前) MMM 3月
5 MMMM 3月
6 月(数字) m 3
7 mm 03
8 年 (数字) yy 19
9 yyyy 2019
10 月の日 (数字) d 7
11 dd 07

3。 クリック OK ボタンをクリックして、カスタムの日付形式を適用します。

ワンクリックで複数の日付をExcelで週/月/年の名前または数字に変換

右クリックして [セルの書式設定] ダイアログで書式設定コードを指定して、日付を対応する曜日に手動で変換していますか? Kutools for Excelを使用すると、 日付フォーマットを適用する この機能を使用すると、Excel でワンクリックするだけで、一連の日付を月名または曜日として簡単に表示できます。

Kutools for Excel - 300 以上の必須ツールで Excel を強化します。 クレジット カードは必要なく、全機能を備えた 30 日間の無料トライアルをお楽しみください。 今すぐ入手

TEXT関数を使用して日付を平日/月の名前または数値に変換します

MicrosoftExcelの TEXT 関数を使用すると、指定した書式設定コードを使用して、日付を対応する月名または曜日名に簡単に変換できます。

数式を入力してください = TEXT(A2、 "mmmm") 空白のセル (この場合はセル C2) に入力し、 入力します 鍵。 次に、このセルの塗りつぶしハンドルをドラッグして、必要に応じて範囲に数式を適用します。

日付は、対応する月の名前にすぐに変換されます。 スクリーンショットを参照してください:

ヒント: あなたは "んー" に従って他のフォーマットコードに変換します。 上記フォーマットコード表。 たとえば、次の式を使用して日付を曜日名に変換することもできます = TEXT(A2、 "dddd").

目立ちたいですか? 30 を超える Excel の日付機能を今すぐ使用して専門知識を高めましょう。

Kutools の 30 以上の日付機能を使用して Excel スキルを強化しましょう! わずか 3 分で実践的な日付処理の専門知識を習得し、同僚を上回り、昇給や昇進を簡単に確保できます。

好感度を高めるには

Excel の日付の問題を効率的に解決し、職場での評価と評価を獲得します。

家族の時間のために

Excel での反復的でつまらない日付のタスクに別れを告げ、家族の時間をより多く節約できます。

より健康的な生活のために

日付の一括挿入、変更、計算を簡単に行うことができるため、毎日のクリックを最小限に抑え、マウスの負担を軽減できます。

一時解雇について心配する必要はありません

作業効率を 91% 向上させ、Excel の日付の問題の 95% を解決し、タスクを早期に完了します。

心を楽にする

Kutools の 13 の日付式を使用して、複雑な式や VBA コードを忘れて、作業を簡素化します。

300 以上の強力な機能を手に入れる Kutools for Excel たった 1500 を超える作業シナリオに対応するツール $49.0 - 従来の Excel トレーニングの 4000 ドルを超える価値があり、大幅に節約できます。

CHOOSE関数を使用して日付を平日/月の名前に変換する

これらの特定の書式設定コードを覚えて数式で使用するのが難しい場合は、Excel では 選ぶ 日付を月名または曜日名に変換する関数。 その方法は次のとおりです。

空白のセルに数式を入力してください = CHOOSE(WEEKDAY(B1)、 "Sun"、 "Mon"、 "Tue"、 "Wed"、 "Thu"、 "Fri"、 "Sat")、を押して 入力します 鍵。 この数式は、以下のスクリーンショットに示すように、セル B2 の日付を曜日に変換します。

ヒント: 日付を月の名前に変換するには、次の式を適用してください。 = CHOOSE(MONTH(B1)、 "Jan"、 "Feb"、 "Mar"、 "Apr"、 "May"、 "Jun"、 "Jul"、 "Aug"、 "Sep"、 "Oct"、 "Nov "、" XNUMX月 ").

Kutools for Excelを使用して、日付を平日/月/年の名前または数値に変換します

Excel の TEXT 関数は日付を希望の形式に効率的に変換しますが、日付がシート上に散在している場合は不便です。そのような場合、Kutools for Excelの 日付フォーマットを適用する このツールは優れたソリューションを提供し、数回クリックするだけで複数の選択を処理し、選択内のすべての日付を対応する月または曜日の名前に簡単に変換できます。

Kutools for Excel - 300 以上の必須ツールで Excel を強化します。 クレジット カードは必要なく、全機能を備えた 30 日間の無料トライアルをお楽しみください。 今すぐ入手

1。 作業する日付を含む XNUMX つまたは複数の範囲を選択し、 クツール > フォーマット > 日付フォーマットを適用する.

2。 の中に 日付フォーマットを適用する ダイアログ ボックスで日付の形式を選択してください。 日付の書式設定 ボックスをクリックし、 Ok

ヒント:
  • 選択することによって、 03, 3月 or 3月 セクションに 日付の書式設定 ボックスで、日付を月名または月番号に変換できます。
  • 選択することによって、 or Wednesday、日付を曜日名に変換できます。
  • 選択することによって、 01 or 2001を使用すると、日付を年の数値に変換できます。
  • 選択することによって、 14、日付を日数に変換できます。

これで、選択したすべての日付が、月名、曜日、その他選択した形式など、指定した日付形式に変換されました。

注意:

  •   日付フォーマットを適用する このツールは、実際の値を変更せずに表示形式を変更します。 を押すと、変更を簡単に元に戻すことができます。 Ctrlキー+ Z 元に戻すには。
  • にアクセスしたい 日付フォーマットを適用する 特徴? ダウンロード Kutools for Excel 今! これを超えて、Kutools は 300 以上の他の機能を誇り、30 日間の無料トライアルを提供しています。 待ってはいけません、今日試してみてください!

関連記事

最高のオフィス生産性向上ツール

🤖 Kutools AI アシスタント: 以下に基づいてデータ分析に革命をもたらします。 インテリジェントな実行   |  コードを生成  |  カスタム数式の作成  |  データを分析してグラフを生成する  |  Kutools関数を呼び出す...
人気の機能: 重複を検索、強調表示、または識別する   |  空白行を削除する   |  データを失わずに列またはセルを結合する   |   数式なしのラウンド ...
スーパールックアップ: 複数の基準の VLookup    複数の値の VLookup  |   複数のシートにわたる VLookup   |   ファジールックアップ ....
詳細ドロップダウン リスト: ドロップダウンリストを素早く作成する   |  依存関係のドロップダウン リスト   |  複数選択のドロップダウンリスト ....
列マネージャー: 特定の数の列を追加する  |  列の移動  |  Toggle 非表示列の表示ステータス  |  範囲と列の比較 ...
注目の機能: グリッドフォーカス   |  デザインビュー   |   ビッグフォーミュラバー    ワークブックとシートマネージャー   |  リソースライブラリ (自動テキスト)   |  日付ピッカー   |  ワークシートを組み合わせる   |  セルの暗号化/復号化    リストごとにメールを送信する   |  スーパーフィルター   |   特殊フィルター (太字/斜体/取り消し線をフィルター...) ...
上位 15 のツールセット12 テキスト ツール (テキストを追加, 文字を削除する、...)   |   50+ チャート 種類 (ガントチャート、...)   |   40+ 実用的 (誕生日に基づいて年齢を計算する、...)   |   19 挿入 ツール (QRコードを挿入, パスから画像を挿入、...)   |   12 変換 ツール (数字から言葉へ, 通貨の換算、...)   |   7 マージ&スプリット ツール (高度な結合行, 分割セル、...)   |   ... もっと

Kutools for Excel で Excel スキルを強化し、これまでにない効率を体験してください。 Kutools for Excelは、生産性を向上させ、時間を節約するための300以上の高度な機能を提供します。  最も必要な機能を入手するにはここをクリックしてください...

説明


Officeタブは、タブ付きのインターフェイスをOfficeにもたらし、作​​業をはるかに簡単にします

  • Word、Excel、PowerPointでタブ付きの編集と読み取りを有効にする、パブリッシャー、アクセス、Visioおよびプロジェクト。
  • 新しいウィンドウではなく、同じウィンドウの新しいタブで複数のドキュメントを開いて作成します。
  • 生産性を 50% 向上させ、毎日何百回もマウス クリックを減らすことができます!
Comments (51)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
gostaria de uma maneira (fç) para formatar uma data pelo formato de número da semana.
Por exemplo: 04/10/22 seria a W40 ou 40a. semana do ano.
obg
This comment was minimized by the moderator on the site
Hi there,

Suppose the date is in the cell A1, you can enter the formula in another cell to get the week number from the given date quickly: =WEEKNUM(A1)
If you want to add the date in the formula, you can use the following: =WEEKNUM(DATE(2022,10,4))

Amanda
This comment was minimized by the moderator on the site
In Cell 1, Month is mentioned in Text format and how do I find the number of days for the same month in Cell 2
This comment was minimized by the moderator on the site
HOW DO I CONVERT 2ND MONDAY 2019 TO A DATE?
This comment was minimized by the moderator on the site
Suppose today is 25.10.19 that is Friday and I have to make any kind of statement in excel where I need every day to enter previous day date or you can say one day back date that is 24.10.19 which is Thursday in one of the cell in excel. So I tried for date one formula that is =Today()-1 ,so it becomes 24.10.19 but I don't know how to put formula for weekly day ,Can Anyone help me out
This comment was minimized by the moderator on the site
=CHOOSE(WEEKDAY(TODAY()-1),"Sun","Mon","Tue","Wed","Thu","Fri","Sat")
This comment was minimized by the moderator on the site
if I have 4th Thursday of Dec 2019, how would I calculate the date in excel , what will be the formulla
This comment was minimized by the moderator on the site
Hi Daniel,
First, define the day of weekday. In general, we can use 1 represents Sun, 2 represents Mon, …, and 7 for Sat.
Second, the Year and Month are fixed (2019 Dec)
Now we can use the formula =DATE(B3,C3,1+E3*7)-WEEKDAY(DATE(B3,C3,8-VLOOKUP(D3,B6:C12,2,FALSE))) to return the specified date. See screenshot:
Note: B3 is the year, C3 is Month, E3 indicates the nth day of week, D3 is the day of week, B6:C12 is the table where we define the day of weeks.
This comment was minimized by the moderator on the site
Hi,
How can I convert day and time (IST) to PST? For example, SUN 6:00 AM (IST) in column A2, I need the value for PST which is SUN 7:30 PM.
This comment was minimized by the moderator on the site
Hi Saran,
You can use Kutools formula – Add minutes to date: add 810 minutes (13.5 hours) to the IST time, and get the PST time.
This comment was minimized by the moderator on the site
02/01/2016 00:00 i Have date in this format and i want to convert it to the days of the week.....monday tuesday,wednesday etc. Kindly help
This comment was minimized by the moderator on the site
Hi,
Both =TEXT(A1,"dddd") and =TEXT(A1,"ddd") can convert the dates with time to days of week. Try them!
This comment was minimized by the moderator on the site
If I have a date in a1 (1/25/18) and I want a2 to give the month (Jan) but my months from the 25th - 26th of next month, ie; 12/26/17 - 1/25/17 would be Jan, and 1/26/18 - 2/25/18 would be Feb. So in my case if a1 is 1/27/18 would make a2 say Feb. What formula could I use? I can't find anything about setting your own date range to reflect a certain month, for like billing cycles for instance. Please help!!
This comment was minimized by the moderator on the site
Hi,

you can try this formula =IF(DAY(A1)>25,TEXT(DATE(YEAR(A1),MONTH(A1)+1,DAY(A1)),"MMMM"),TEXT(A1,"MMMM"))
This comment was minimized by the moderator on the site
id like to ask, how to compute for the # of days outstanding based on the cut off date : e.g. 07.21.17 ( cutt off date
This comment was minimized by the moderator on the site
Hi Owen,


Do you mean calculate days from today to the deadline? If so, you can try this formula =deadline date -TODAY()
This comment was minimized by the moderator on the site
hello, how can be show month period in this formate like 1 march 2017 to 31 march 2017, pls help
This comment was minimized by the moderator on the site
maybe this formula =TEXT(A1,"d mmmm yyyy") can help you
There are no comments posted here yet
Load More
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations