khammonds294
New Member
- Joined
- Apr 4, 2019
- Messages
- 8
I am trying to write a formula that adds total numbers from a column based on partial text matches that occur multiple times across many rows.
Main table contents:
I would like a formula that searches for specific words (such as Policy or Training in column (C) and then add up all of the Clicks (E) related to all rows containing that specific word, which would look like this:
Summary table:
So ideally a formula to generate the totals showing in column (K) automatically!
Can anyone help? Thank you!
Main table contents:
(A) Campaign | (B) Date | (C) Description | (D) Area | (E) Click rates |
Staff | October | Policy | HR | 3 |
Student | December | Policy | HR | 2 |
Staff | December | Event | Social | 4 |
Staff | January | Training | Development | 1 |
Student | January | Event | Social | 7 |
I would like a formula that searches for specific words (such as Policy or Training in column (C) and then add up all of the Clicks (E) related to all rows containing that specific word, which would look like this:
Summary table:
(I) Theme | (J) Number of times promoted | (K) Total number of clicks |
Policy | 2 | 5 |
Event | 2 | 11 |
Training | 1 | 1 |
So ideally a formula to generate the totals showing in column (K) automatically!
Can anyone help? Thank you!