メインコンテンツへスキップ

グーグルシートにテキスト文字列の一部が含まれている場合、セルを合計するにはどうすればよいですか? 

次のスクリーンショットに示すように、別の列セルに特定のテキスト文字列の一部が含まれている場合に列のセル値を合計するために、この記事では、Googleスプレッドシートでこのタスクを解決するための便利な数式を紹介します。

docsumifにはテキスト1が含まれています

数式を含むGoogleスプレッドシートの特定のテキスト文字列の一部が含まれている場合はSumifセル


数式を含むGoogleスプレッドシートの特定のテキスト文字列の一部が含まれている場合はSumifセル

次の数式は、別の列セルに特定のテキスト文字列が含まれている場合にセル値を合計するのに役立ちます。次のようにしてください。

1。 次の式を入力します。 =sum(filter(B2:B9, regexmatch(A2:A9, "KTE"))) 空白のセルに入れて、を押します 入力します 結果を取得するためのキー。スクリーンショットを参照してください。

docsumifにはテキスト2が含まれています

注意:

1.上記の式では: B2:B9 合計するセル値は、 A2:A9 範囲には特定のテキスト文字列が含まれています。KTE」は、合計したい特定のテキストです。必要に応じて変更してください。

2.これもあなたを助けることができる別の式です: =sumif(A2:A9,"*KTE*",B2:B9).

最高のオフィス生産性向上ツール

🤖 Kutools AI アシスタント: 以下に基づいてデータ分析に革命をもたらします。 インテリジェントな実行   |  コードを生成  |  カスタム数式の作成  |  データを分析してグラフを生成する  |  Kutools関数を呼び出す...
人気の機能: 重複を検索、強調表示、または識別する   |  空白行を削除する   |  データを失わずに列またはセルを結合する   |   数式なしのラウンド ...
スーパールックアップ: 複数の基準の VLookup    複数の値の VLookup  |   複数のシートにわたる VLookup   |   ファジールックアップ ....
詳細ドロップダウン リスト: ドロップダウンリストを素早く作成する   |  依存関係のドロップダウン リスト   |  複数選択のドロップダウンリスト ....
列マネージャー: 特定の数の列を追加する  |  列の移動  |  Toggle 非表示列の表示ステータス  |  範囲と列の比較 ...
注目の機能: グリッドフォーカス   |  デザインビュー   |   ビッグフォーミュラバー    ワークブックとシートマネージャー   |  リソースライブラリ (自動テキスト)   |  日付ピッカー   |  ワークシートを組み合わせる   |  セルの暗号化/復号化    リストごとにメールを送信する   |  スーパーフィルター   |   特殊フィルター (太字/斜体/取り消し線をフィルター...) ...
上位 15 のツールセット12 テキスト ツール (テキストを追加, 文字を削除する、...)   |   50+ チャート 種類 (ガントチャート、...)   |   40+ 実用的 (誕生日に基づいて年齢を計算する、...)   |   19 挿入 ツール (QRコードを挿入, パスから画像を挿入、...)   |   12 変換 ツール (数字から言葉へ, 通貨の換算、...)   |   7 マージ&スプリット ツール (高度な結合行, 分割セル、...)   |   ... もっと

Kutools for Excel で Excel スキルを強化し、これまでにない効率を体験してください。 Kutools for Excelは、生産性を向上させ、時間を節約するための300以上の高度な機能を提供します。  最も必要な機能を入手するにはここをクリックしてください...

説明


Officeタブは、タブ付きのインターフェイスをOfficeにもたらし、作​​業をはるかに簡単にします

  • Word、Excel、PowerPointでタブ付きの編集と読み取りを有効にする、パブリッシャー、アクセス、Visioおよびプロジェクト。
  • 新しいウィンドウではなく、同じウィンドウの新しいタブで複数のドキュメントを開いて作成します。
  • 生産性を 50% 向上させ、毎日何百回もマウス クリックを減らすことができます!
Comments (9)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Hello, Thank for super post. I had was able to solve few issues with it. I still have one issue isuse- I am unable to sum up if there is a number in condition column say "=SUMIF(B9:B2414;"85*";E9:E2414)" where B can contains values like "ABC", "851", "865", "LUX",etc.
This comment was minimized by the moderator on the site
Hello !
Thank you for this tuto.

Is it possible to sum numbers included in cells if those cells also include a specific word ?

For example :
"car 2"
"house 1"
"dog 7"
"plate 3"
"screen 4"
"horse 2"
"battery 9"
"floor 1"
"river 2"
"plane 0"
"butterfly 7"
"horse 1"
"plate 0"
"house 12"

Formula to find total of house ?
Answer in this examle is 13

"house 1" is the content of one cell. I can't transfer the content in to different cells.
Thank you for your help.

https://i.postimg.cc/26LrtGNt/sumif.jpg
This comment was minimized by the moderator on the site
Thanks for this. I found both techniques shown work, EXCEPT that the filter and regex method returns an N/A error if there are not matches to the filter. So when I have a number of these formulas in a column and then sum the total, using that method causes the sum to return N/A and therefore the totals to break.  However using the sumif and *KTE* method returns a sum of 0 if there are no results, so the summing of totals still works. 
This comment was minimized by the moderator on the site
Hello jodamo5,I get your point. Indeed, the filter and regex method returns an #N/A error when there are no matches to filter. Therefore, I recommend the sumif method. Thanks for your notice. Your support means a lot to us. Have a great day.Sincerely,Mandy
This comment was minimized by the moderator on the site
Hey,
If I want to sum based on one of TWO specific text strains: Ex - "KTE" OR "ABC", would that be possible?
This comment was minimized by the moderator on the site
Hello, Adam,To sum the values based on more specifc text, any of the following formulas can do you a favor.=SUMIF(A2:A7, "*KTE*", B2:B7)+SUMIF(A2:A7, "*ABC*", B2:B7)
=sum(filter(B2:B7, regexmatch(A2:A7, "KTE")))+sum(filter(B2:B7, regexmatch(A2:A7, "ABC")))
please try, hope it can help you!
This comment was minimized by the moderator on the site
Hi,

the sum if formular is really useful. However, do you know how to make the text string dynamic (meaning referring to a cell)?

E.g. "*KTE*" replaced with something like C2 if the text string is in column C already.

=sumif(A2:A9,"*KTE*",B2:B9).
This comment was minimized by the moderator on the site
Hi, Sunith,
To replace the specific text with cell reference, please apply the below formula, change the cell C2 to your need.
=sumif(A2:A9,"*"&C2&"*",B2:B9)

Please try, thank you!
This comment was minimized by the moderator on the site
It works - thank you!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations