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.
VBA でその列を読み取り、条件に基づいて値を新しい列に出力したいと思います: - 読み取られている列の値の上位 33% と下位 33% の値を定義する値を見つけたい。たとえば、列 A の値が 1,2,3,4,5,6 の場合、私の答えは 2 と 5 で、列 B と C に表示されます。これを可変長の入力列に使用したいと考えています。
解決策は次のとおりです。