Blessy Clara
Board Regular
- Joined
- Mar 28, 2010
- Messages
- 201
Hi
Thank you in Advance,
I have a column of Address, and i would like to know the Number of times, a comma occurs in the cell.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Zillmere, QLD, 4304[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Westfield Belconnen, Benjamin Way, Belconnen, ACT, 2617[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Wanneroo Central Shopping Centre, Rocca Way, Wanneroo, WA, 6065[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Unit 6, 5 Hughes Street, (cnr Nicholson Road & Hughes Street), Canning Vale, WA, 6155[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Desired Result
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 459"]
<tbody>[TR]
[TD="class: xl63, width: 459"]Zillmere, QLD, 4304[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD][TABLE="width: 459"]
<tbody>[TR]
[TD="class: xl65, width: 459"]Westfield Belconnen, Benjamin Way, Belconnen, ACT, 2617[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD][TABLE="width: 459"]
<tbody>[TR]
[TD="class: xl65, width: 459"]Wanneroo Central Shopping Centre, Rocca Way, Wanneroo, WA, 6065[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD][TABLE="width: 459"]
<tbody>[TR]
[TD="class: xl65, width: 459"]Unit 6, 5 Hughes Street, (cnr Nicholson Road & Hughes Street), Canning Vale, WA, 6155[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thank you in Advance,
I have a column of Address, and i would like to know the Number of times, a comma occurs in the cell.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Zillmere, QLD, 4304[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Westfield Belconnen, Benjamin Way, Belconnen, ACT, 2617[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Wanneroo Central Shopping Centre, Rocca Way, Wanneroo, WA, 6065[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Unit 6, 5 Hughes Street, (cnr Nicholson Road & Hughes Street), Canning Vale, WA, 6155[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Desired Result
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 459"]
<tbody>[TR]
[TD="class: xl63, width: 459"]Zillmere, QLD, 4304[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD][TABLE="width: 459"]
<tbody>[TR]
[TD="class: xl65, width: 459"]Westfield Belconnen, Benjamin Way, Belconnen, ACT, 2617[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD][TABLE="width: 459"]
<tbody>[TR]
[TD="class: xl65, width: 459"]Wanneroo Central Shopping Centre, Rocca Way, Wanneroo, WA, 6065[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD][TABLE="width: 459"]
<tbody>[TR]
[TD="class: xl65, width: 459"]Unit 6, 5 Hughes Street, (cnr Nicholson Road & Hughes Street), Canning Vale, WA, 6155[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]