Excel

Excel

複数セルのデータを改行して1つのセルにまとめる関数と計算式【TEXTJOIN】

Excelワザ: 複数セルのデータを改行して1つのセルにまとめる方法 (TEXTJOIN + CHAR(10))Excelで作業していると、「縦に並んだリスト項目を1つのセルにまとめたい」「複数のセルに入力された住所や備考を、改行して1つの...
Excel

SUBSTITUTE関数の多重ネストを使わずに複数文字を一括置換するExcel 関数テクニック

さよならSUBSTITUTEネスト!TEXTSPLITとTEXTJOINで複数文字を一括置換する新テクニックExcelを使っていると、「文字列の中にある複数の種類の文字や記号を、別の特定の文字にまとめて置き換えたい」という場面がよくあります...
Excel

複数の空白文字(全角/半角/タブ)を使ってExcel セルを分割する式と関数

Excel: 複数の空白文字(全角/半角/タブ)で賢く分割!TEXTSPLIT応用テクニックExcelでデータを扱っていると、全角スペース、半角スペース、タブ文字などが混在していて、単純な区切り方ではうまくセルに分割できないことがありますよ...
Excel

区切り文字で文字列を分割するExcel関数「TEXTSPLIT」

Excel新関数TEXTSPLITとは?区切り文字で文字列を簡単分割!基本の使い方を解説Excelでデータを扱っていると、「カンマ(,)」や「スラッシュ(/)」などで区切られた長い文字列を、別々のセルに分けたい場面がよくありますよね?例えば...
Excel

【Excel時短】メールアドレスからドメイン・アカウント名を取り出す式

【Excel 時短ワザ】メールアドレスからドメイン・アカウント名を一瞬で取り出す3つの公式「大量のメールアドレスが並んだリストから、ドメインやアカウント名だけを抜き出したい…」マーケティングや顧客管理の現場では、こんなシーンがよくありますよ...
Excel

Excelで改行を基準にセルの内容を分割!TEXTSPLIT関数で簡単操作

Excelで改行を基準にセルの内容を分割!TEXTSPLIT関数で簡単操作Excelで複数行に渡るデータを扱う際に、セル内の改行を基準にしてデータを分割したい場合があります。たとえば、住所情報やリスト形式のデータを個別のセルに分けたいケース...
Excel

Excelで日時から時刻部分のみを取り出す方法と計算式:関数を使った簡単な手順

Excelで日時から時刻部分のみを取り出す方法:MOD関数を使った簡単な手順Excelで日時データを扱っていると、日付部分を除いて時刻部分だけを抽出したい場合があります。例えば、特定の時間帯のデータを分析したいときなどに便利です。本記事では...
Excel

Excel macro that automatically generates a pattern list of combinations

How to Auto Generate Combinations in Excel VBA MacroThis article will show you how to auto generate a combination of dif...
Excel

What is “exponential” in Excel’s display format?

When you select "Exponential" as the Excel display format, the numbers in that cell are displayed in scientific notation...
Excel

When I enter a number with brackets in Excel, it is converted to a minus sign.

In accordance with common accounting practice, Excel displays negative numbers in parentheses. Thus, if you enter a numb...
Excel VBA Macro

It only takes one shot! How to bulk replace destination addresses of hyperlinks in Excel workbook

It only takes one shot! How to bulk replace destination addresses of hyperlinks in Excel workbookIf you want to replace ...
Excel

To print at the maximum size that fits on one page

In Excel, I will introduce how to print a worksheet as enlarged as possible.It is a procedure to expand as long as it do...
Excel

Count specific characters “other than” with COUNTIF function

COUNTIF functionLearn how to count non-specific characters with the COUNTIF function.The format of the COUNTIF function ...
Excel

Count specific characters “other than” with COUNTIF function

COUNTIF functionLearn how to count non-specific characters with the COUNTIF function.The format of the COUNTIF function ...
Excel

Use “none” inside an IF function

Basic form of the IF functionIf the in column A is "○" when it is "star", and if it is "×" otherwise, use the IF functio...