Automatically translated.View original post

Gentle Excel 🔰 vertical and horizontal shots

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

Thank you for watching 😊

🎙️ Sound Ali Recommended

After downloading data from the system,

Have you ever experienced despair while standing in a row for some reason? 😭

Like me, copy and paste three lines at a time... It's hard when there's a lot of data.

At such times, the "WRAPROWS function" is supernatural.

With the specified number of columns (3 columns this time), the vertical data is neatly folded and made into a table ✨

[How to use]

= WRAPROWS (data range, number of items)

⚠️ [Important]

One point to avoid errors If the number of source data is not exactly a multiple of 3, the last "NAn error message "/ A" is displayed.

To prevent this, add a comma to the end of the formula and specify a space "" OK!

👇

Copy and use it!

= WRAPROWS (A2: A100, 3, "")

Please change the range according to the data at hand

This time I introduced it with 3 items, but even if it is 5 items or 10 items, you can express it in an instant just by changing the numbers 💻

It is also recommended to incorporate the "TOCOL function" that automatically skips blanks inside. I'll put a formula with settings to erase the error display

👇

= WRAPROWS (TOCOL (range, 1), number of items, "")

So that you can look back at any time later, it is convenient to [Save] from the "ribbon mark" in the lower right 🔖

* 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

7/7 Edited to

... Read moreExcelで縦に並んだ大量のデータを横一列に並べ替える作業は、手動で行うと時間と労力がかかります。私も以前は3行ずつコピー&ペーストしていて、数十行以上になると非常に面倒でした。そんな時に見つけたのがWRAPROWS関数です。この関数は指定した列数で縦データを自動的に折り返し配置してくれるので、例えば3列に設定すれば、縦に長く続いたデータを3列にきれいに並べ替えられます。データ量が多くても作業時間が激減しました。さらに、元のデータの数が3の倍数でない場合は表の最後に「#N/A」エラーが出ることがあります。その場合は、WRAPROWS関数の最後に空白“”を指定するとエラーを回避できます。私は個人的に、データの空白を省くTOCOL関数も組み合わせて使っています。これにより空白セルを除去しつつ、綺麗にデータをレイアウトできて便利です。もちろん表示したい列数は自由に変えられるため、5列や10列にしたい場合も数字を変えるだけ。バージョンによってはWRAPROWS関数が使えない場合もありますが、Microsoft 365の最新版を使っていれば問題ありません。こうした関数を使いこなすことで、日々のExcel業務がぐっと効率的になります。私はこの方法を知ってから、単調なデータ編集がストレスフリーになり、他の業務にも集中できる時間が増えました。Excel初心者でも気軽に挑戦できるテクニックなので、ぜひお試しください。最後に、効率化したExcel作業は右下のリボンの保存機能を使い忘れずに記録しておくことをおすすめします。