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.
セルの範囲で COUNTIF を使用したいのですが、一部のセルは「1000 未満」を示すために「<1000」のように見えます。
テキストとして「<1000」を含むセルの数を数えたいのですが、COUNTIF を使用すると、「この範囲内で辞書式に 1000 未満のセルがいくつあるか」と尋ねているように、セルが解釈されます。
列Aのデータを想定してこのバージョンを試してください
=COUNTIF(A:A,"=<1000")