スプレッドシートのUNIQUE関数とTRNASPOSE関数を組み合わせると
以下のようなことができます
B1に =transpose(unique(A2:A)) と書いて
A列のデータをB列以降にUNIQUE関数で書き出す
I share this blog with my thoughts and creations from my daily programming, knowledge, and technology updates.
Introduction This article will show you a template copier application in Google Apps Script. This application will automatically copy a t...