I am trying to find the number of same values are repeated in particular column. Then I need to paste the value and the count of the repeated value in column A,B,C,D of another sheet. I need to count the number of times repeated values: data is like below... [TABLE="border: 0, cellpadding: 0, cellspacing: 0, width: 179"]
Data1
[/td]Data2
[/td]Data3
[/td]Data4
[/td]D1
[/td]D3
[/td]D1
[/td]D1
[/td]D1
[/td]D3
[/td]D1
[/td]D1
[/td]D1
[/td]D2
[/td]D1
[/td]D3
[/td]D2
[/td]D2
[/td]D3
[/td]D3
[/td]D2
[/td]D3
[/td]D2
[/td]D5
[/td]D3
[/td]D1
[/td]D1
[/td]D3
[/td]D3
[/td]D2
[/td]D1
[/td]D1
[/td]D3
[/td]D2
[/td]D1
[/td]D3
[/td]D3
[/td]D3
[/td]D3
[/td]D3
[/td]D3
[/td]D3
[/td]D1
[/td]D3
[/td]
[/TABLE]
and result should get like below [TABLE="border: 0, cellpadding: 0, cellspacing: 0, width: 227"]
Data
[/td]Count1
[/td]Count1
[/td]Count3
[/td]Count4
[/td]D1
[/td]3
[/td]1
[/td]7
[/td]3
[/td]D2
[/td]2
[/td]4
[/td]1
[/td]0
[/td]D3
[/td]5
[/td]5
[/td]2
[/td]6
[/td]D5
[/td]0
[/td]0
[/td]0
[/td]1
[/td]
[/TABLE]