Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
セル (A から N) を埋める csv へのデータ接続があり、そのデータ (O から V) で一致を実行するいくつかの基本的な式もあります。一致するデータは 2 行ごとにグループ化されます。
データをインポートすると、下の画像のように数式を手動で複製できます。
データ接続プロパティ内の [データに隣接する列に数式を入力する]を選択すると、以下に示すように、毎秒ではなく、行ごとに数式が入力されます。
行が偶数かどうかを確認するテストを追加できますmod()。if(mod(row(),2)=0,[your formula],"")
mod()
if(mod(row(),2)=0,[your formula],"")