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.
スプレッドシートで、特定の Tier グループごとのセッション数を合計したいと考えています。
たとえば、標準セッションの合計数を知りたいとします。これには簡単な式がありますか、それとも Excel に頼りすぎていますか?
画像はこちら
SUMIF を試してみてください。
=SUMIF(G:G,"Standard",E:E)