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.
列 B にアルファベット順に並べ替えられたスプレッドシートがあります。B2=B1 AND C2=C1 の場合に、余分な列 E に「1」を生成する数式が必要です。
列 B はアカウント名、列 C は州です。名前と州の一致を探しています。
=(B2=B1)*(C2=C1)
合うかもしれません。要素は TRUE または FALSE を返し、TRUE * TRUE を返します1。
1