fahadmalik09
New Member
- Joined
- Jun 1, 2014
- Messages
- 26
Hey Forum,
[TABLE="width: 50"]
<tbody>[TR]
[TD]Name1[/TD]
[/TR]
[TR]
[TD]Email1[/TD]
[/TR]
[TR]
[TD]Mobile1[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]Name 2[/TD]
[/TR]
[TR]
[TD]Mobile 2[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]Name 3[/TD]
[/TR]
[TR]
[TD]Email 3[/TD]
[/TR]
[TR]
[TD]Mobile 3[/TD]
[/TR]
[TR]
[TD]Mobile3[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The above data has 3 as well as 2 values
i need to transpose Name Mobile Email where some email has no data(blank column)
Some has duplicate Mobile number like in above its Mobile3
As soon as i remove duplicate, it also remove empty column between 2 data
I want to make it like this below
[TABLE="width: 50"]
<tbody>[TR]
[TD]Name1[/TD]
[TD]Email1[/TD]
[TD]Mobile1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Name2[/TD]
[TD][/TD]
[TD]Mobile2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Name3[/TD]
[TD]Email3[/TD]
[TD]Mobile3[/TD]
[TD]Mobile3[/TD]
[/TR]
[TR]
[TD]Name4[/TD]
[TD]Email4[/TD]
[TD]Mobile4[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
If this can be done, i can delete Mobile 3 duplicate contact afterward
Note: Few column has email and few don't have.
I tried concatenate and added all the values, then used comma to separate values and then text to column. But i am doing manually. i dont know how this can be done in 6000+ column.
Help me guys. Thanks in advance
Best Regards
[TABLE="width: 50"]
<tbody>[TR]
[TD]Name1[/TD]
[/TR]
[TR]
[TD]Email1[/TD]
[/TR]
[TR]
[TD]Mobile1[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]Name 2[/TD]
[/TR]
[TR]
[TD]Mobile 2[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]Name 3[/TD]
[/TR]
[TR]
[TD]Email 3[/TD]
[/TR]
[TR]
[TD]Mobile 3[/TD]
[/TR]
[TR]
[TD]Mobile3[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The above data has 3 as well as 2 values
i need to transpose Name Mobile Email where some email has no data(blank column)
Some has duplicate Mobile number like in above its Mobile3
As soon as i remove duplicate, it also remove empty column between 2 data
I want to make it like this below
[TABLE="width: 50"]
<tbody>[TR]
[TD]Name1[/TD]
[TD]Email1[/TD]
[TD]Mobile1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Name2[/TD]
[TD][/TD]
[TD]Mobile2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Name3[/TD]
[TD]Email3[/TD]
[TD]Mobile3[/TD]
[TD]Mobile3[/TD]
[/TR]
[TR]
[TD]Name4[/TD]
[TD]Email4[/TD]
[TD]Mobile4[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
If this can be done, i can delete Mobile 3 duplicate contact afterward
Note: Few column has email and few don't have.
I tried concatenate and added all the values, then used comma to separate values and then text to column. But i am doing manually. i dont know how this can be done in 6000+ column.
Help me guys. Thanks in advance
Best Regards