I need to count how many times an item went from a certain source, and afterwards from which source it went the most.
Say...
[TABLE="width: 500"]
<tbody>[TR]
[TD]Source[/TD]
[TD]Item[/TD]
[/TR]
[TR]
[TD]Wallmart [/TD]
[TD]Apple[/TD]
[/TR]
[TR]
[TD]Wallmart [/TD]
[TD]Apple[/TD]
[/TR]
[TR]
[TD]Newegg[/TD]
[TD]Apple[/TD]
[/TR]
[TR]
[TD]Target[/TD]
[TD]Apple[/TD]
[/TR]
[TR]
[TD]Wallmart [/TD]
[TD]Apple[/TD]
[/TR]
[TR]
[TD]Target[/TD]
[TD]Apple[/TD]
[/TR]
[TR]
[TD]Wallmart [/TD]
[TD]Apple[/TD]
[/TR]
</tbody>[/TABLE]
How do I, on a new sheet add next to the cell with value "Apple", columns Wallmart/Target/Newegg, and how many times they appeared related to the value "Apple", or oranges etc.
And/or, just return the "Source" that appeared the most related to the value Apple.
If needed I can provide an actual file with example.
Regards
Say...
[TABLE="width: 500"]
<tbody>[TR]
[TD]Source[/TD]
[TD]Item[/TD]
[/TR]
[TR]
[TD]Wallmart [/TD]
[TD]Apple[/TD]
[/TR]
[TR]
[TD]Wallmart [/TD]
[TD]Apple[/TD]
[/TR]
[TR]
[TD]Newegg[/TD]
[TD]Apple[/TD]
[/TR]
[TR]
[TD]Target[/TD]
[TD]Apple[/TD]
[/TR]
[TR]
[TD]Wallmart [/TD]
[TD]Apple[/TD]
[/TR]
[TR]
[TD]Target[/TD]
[TD]Apple[/TD]
[/TR]
[TR]
[TD]Wallmart [/TD]
[TD]Apple[/TD]
[/TR]
</tbody>[/TABLE]
How do I, on a new sheet add next to the cell with value "Apple", columns Wallmart/Target/Newegg, and how many times they appeared related to the value "Apple", or oranges etc.
And/or, just return the "Source" that appeared the most related to the value Apple.
If needed I can provide an actual file with example.
Regards