media_karen
New Member
- Joined
- Mar 2, 2017
- Messages
- 1
Hi all,
The titles says it all. I would like to get a sum value via lookup based on if the text thread matches my search criteria. Below is an example of what I would like to do!
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD][TABLE="width: 355"]
<tbody>[TR]
[TD="class: xl65, width: 355"]Placement Name [/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"]Spend [/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 355"]
<tbody>[TR]
[TD="class: xl65, width: 355"]NAT_STA_DIS_MOB_BAN_STA_INAPP_300x250_DCM[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"] $100.00 [/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 355"]
<tbody>[TR]
[TD="class: xl65, width: 355"]NAT_STA_DIS_MOB_BAN_STA_MW_300x250_DCM[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"] $100.00 [/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 355"]
<tbody>[TR]
[TD="class: xl65, width: 355"]NAT_STA_DIS_MOB_BAN_STA_INAPP_728x90_DCM[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"] $200.00 [/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 355"]
<tbody>[TR]
[TD="class: xl65, width: 355"]NAT_STA_DIS_MOB_BAN_STA__MW_728x90_DCM[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"] $150.00 [/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Mobile
[/TD]
[TD]Spend[/TD]
[/TR]
[TR]
[TD]MOB INAPP[/TD]
[TD]$300.00[/TD]
[/TR]
[TR]
[TD]MOB MW[/TD]
[TD]$250.00[/TD]
[/TR]
</tbody>[/TABLE]
I would like my formula to search though column A on the first able and find all text strings with the words "MOB" & "INAPP" in them. Then it would pull the values corresponding to that string and sum it up. Currently, I have a formula that works with one keyword. But with more variations of the string, I need at least two keywords to make it work. Is that even possible?
Thanks in advance!
The titles says it all. I would like to get a sum value via lookup based on if the text thread matches my search criteria. Below is an example of what I would like to do!
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD][TABLE="width: 355"]
<tbody>[TR]
[TD="class: xl65, width: 355"]Placement Name [/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"]Spend [/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 355"]
<tbody>[TR]
[TD="class: xl65, width: 355"]NAT_STA_DIS_MOB_BAN_STA_INAPP_300x250_DCM[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"] $100.00 [/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 355"]
<tbody>[TR]
[TD="class: xl65, width: 355"]NAT_STA_DIS_MOB_BAN_STA_MW_300x250_DCM[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"] $100.00 [/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 355"]
<tbody>[TR]
[TD="class: xl65, width: 355"]NAT_STA_DIS_MOB_BAN_STA_INAPP_728x90_DCM[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"] $200.00 [/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 355"]
<tbody>[TR]
[TD="class: xl65, width: 355"]NAT_STA_DIS_MOB_BAN_STA__MW_728x90_DCM[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"] $150.00 [/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Mobile
[/TD]
[TD]Spend[/TD]
[/TR]
[TR]
[TD]MOB INAPP[/TD]
[TD]$300.00[/TD]
[/TR]
[TR]
[TD]MOB MW[/TD]
[TD]$250.00[/TD]
[/TR]
</tbody>[/TABLE]
I would like my formula to search though column A on the first able and find all text strings with the words "MOB" & "INAPP" in them. Then it would pull the values corresponding to that string and sum it up. Currently, I have a formula that works with one keyword. But with more variations of the string, I need at least two keywords to make it work. Is that even possible?
Thanks in advance!