Automatically translated.View original post

Easy Excel 🔰 Summarize addresses in seconds

← Easy Excel time saving technique (@ oharu _ work)

Thank you for watching 😊

🎙️ Sound Ali Recommended

【 TEXTJOIN 】

Disjointed address data, summarized in seconds.

Formula: = TEXTJOIN ("," TRUE, cell range)

1. First argument: delimiter (this time space "")

2. Second argument: TRUE (Ignore blanks! ← This is important)

3. Third argument: the range you want to combine

Even if the building name is blank, it will not be an error or a strange margin 💡

🧙 Good point of TEXTJOIN

🪄 can "ignore" blank cells

(Ideal for address data)

the address data

"People with building names" and "people without building names" are mixed.

Even if a separator (such as a space) is inserted,

Simply set the second argument to TRUE,

It will automatically skip and fill in the blanks

🪄 separator can be specified at once

(Ideal for email lists)

Like "First Name < Address >"

If you want to put spaces or symbols in between.

Just specify "" (space) "once at the beginning,

It enters freely between all data within the range.

Save it and try using it tomorrow 🙌

* It may not work depending on the version or specification

Next time, we will make your daily life easier.

i will deliver it, so please save it and look back

*********************************************

Make some free time /

Mac 17 years | Windows 3 years

We are sending the struggle story of Excel de beginner 🔰.

Please like and follow me if you like

▶️ _ work

Please feel free to DM and comment

********************************************* "

Excel Time Shortening Easy Excel Excel beginner # excel _ beginner

2/16 Edited to

... Read moreExcelで住所データを扱う際、都道府県、市町村、番地、建物名などが別々のセルに入力されていることが多く、これらを一つの行にきれいにまとめる作業は意外と手間がかかります。特に、建物名やマンション名などが入力されていないセルがあると、単純にスペースで結合すると余計な空白スペースが生じてしまい、見た目が悪くなってしまいます。そんな悩みを解消してくれるのが、ExcelのTEXTJOIN関数です。 TEXTJOIN関数の最大の特徴は、第2引数にTRUEを指定することで空のセルを無視して結合できる点です。住所データの中で抜けている建物名も気にせず、スマートに「都道府県 市町村 番地 建物名」という形式で一行にまとめることができます。例えば、石川県金沢市本町1-1-1のようにバラバラのセル範囲を指定して、=TEXTJOIN(" ", TRUE, セル範囲)の数式を一回入力するだけで、建物名が空白の場合でも余分な空白が入らずに住所が整います。 私自身も事務作業を効率化するためにこの関数をよく利用しています。以前は複雑なIF関数やVBAマクロを使っていたのですが、TEXTJOINを知ってからはほとんどこの関数一発で完結できるので作業時間が大幅に削減できました。特に顧客リストや郵送リストを作る際、入力漏れや空白セルがあると見た目も悪く、修正にも時間がかかって大変でしたが、TEXTJOINならその心配なし。一度覚えてしまえば、初心者でも簡単に使いこなせるのでおすすめです。 また、区切り文字も自由に指定できるため、住所だけでなく、メールリストの「苗字 名前 <メールアドレス>」のようにスペースや記号を入れて分かりやすく並べる用途にも便利です。私の周りの同僚や友人にも紹介したところ、データ整理が格段に速くなったと好評です。ExcelのバージョンによってはTEXTJOINが未対応の場合もあるため、その際はアップデートを検討してください。 忙しい事務職の方やExcel初心者の方にとって、このTEXTJOIN関数はまさに時短の強い味方。ぜひ一度試して、バラバラ住所のデータ整理を秒で終わらせてみてください。毎日の業務がぐっと楽になりますよ。