Hello guys and girls,
I just arrived on this forum and I think it is the best Excel community I've discovered until now. I am currently having an Excel issue. I have a table with mentions of a specific car brand from social media channels. I have to analyse the discussions and show the number of time a specific model of the car has been mentioned in all the mentions that are collected.
Below you can see more exactly what I want to achieve.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Brand mentions[/TD]
[TD]Model A90[/TD]
[TD]Model B60[/TD]
[TD]Model C30[/TD]
[/TR]
[TR]
[TD]Lorem ipsum A90[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Lorem ipsum a 90 text text[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]A 90 more text more text[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]asdfa B 60 asdas asd[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]b 60 text text text[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]sad C30 bag[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]asdasd c30.[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]asdas dadsda sda[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
There are 2 issues I don't know how to solve:
I would really appreciate your help. I hope I was clear.
Thank you!
Alex
I just arrived on this forum and I think it is the best Excel community I've discovered until now. I am currently having an Excel issue. I have a table with mentions of a specific car brand from social media channels. I have to analyse the discussions and show the number of time a specific model of the car has been mentioned in all the mentions that are collected.
Below you can see more exactly what I want to achieve.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Brand mentions[/TD]
[TD]Model A90[/TD]
[TD]Model B60[/TD]
[TD]Model C30[/TD]
[/TR]
[TR]
[TD]Lorem ipsum A90[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Lorem ipsum a 90 text text[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]A 90 more text more text[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]asdfa B 60 asdas asd[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]b 60 text text text[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]sad C30 bag[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]asdasd c30.[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]asdas dadsda sda[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
There are 2 issues I don't know how to solve:
- The text from the first coloumn is including the value but not alone. So COUNTIF or VLOOKUP didn't helped me, or I didn't knew how to set them.
- I want to search for more than one value (so not only search for A90 but search for "A90" AND "A 90" AND "a90" AND "a 90")
I would really appreciate your help. I hope I was clear.
Thank you!
Alex
Last edited: