Naveed7991
New Member
- Joined
- Nov 28, 2017
- Messages
- 2
Hello,
I am naveed, this is the first time ever i am writing on a web portal for help. I hope this works out, below mentioned is my query.
1. Imagine below is the data that we have in Sheet 1
<style>table { }td { padding: 0px; color: black; font-size: 12pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri,sans-serif; vertical-align: bottom; border: medium none; white-space: nowrap; }.xl65 { text-align: center; border: 0.5pt solid windowtext; }.xl66 { text-align: center; border: 0.5pt solid windowtext; background: yellow none repeat scroll 0% 0%; }</style> [TABLE="width: 260"]
<colgroup><col style="width:65pt" span="4" width="87"> </colgroup><tbody>[TR]
[TD="class: xl66, width: 87"]A
[/TD]
[TD="class: xl66, width: 87"]B[/TD]
[TD="class: xl66, width: 87"]C[/TD]
[TD="class: xl66, width: 87"]D
[/TD]
[/TR]
[TR]
[TD="class: xl65"]1
[/TD]
[TD="class: xl65"]2
[/TD]
[TD="class: xl65"]3[/TD]
[TD="class: xl65"]4[/TD]
[/TR]
[TR]
[TD="class: xl65"]8[/TD]
[TD="class: xl65"]7
[/TD]
[TD="class: xl65"]6
[/TD]
[TD="class: xl65"]5
[/TD]
[/TR]
[TR]
[TD="class: xl65"]9[/TD]
[TD="class: xl65"]0[/TD]
[TD="class: xl65"]11[/TD]
[TD="class: xl65"]32
[/TD]
[/TR]
</tbody>[/TABLE]
2. I would like to see the below view in Sheet 2 ( All the column headers)
<style>table { }td { padding: 0px; color: black; font-size: 12pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri,sans-serif; vertical-align: bottom; border: medium none; white-space: nowrap; }.xl65 { text-align: center; border: 0.5pt solid windowtext; background: yellow none repeat scroll 0% 0%; }</style> [TABLE="width: 65"]
<colgroup><col style="width:65pt" width="87"> </colgroup><tbody>[TR]
[TD="class: xl65, width: 87"]A
[/TD]
[/TR]
[TR]
[TD="class: xl65"]B
[/TD]
[/TR]
[TR]
[TD="class: xl65"]C
[/TD]
[/TR]
[TR]
[TD="class: xl65"]D
[/TD]
[/TR]
</tbody>[/TABLE]
3. Now if i swap any column in Sheet 2 as shown below.
<style>table { }td { padding: 0px; color: black; font-size: 12pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri,sans-serif; vertical-align: bottom; border: medium none; white-space: nowrap; }.xl65 { text-align: center; border: 0.5pt solid windowtext; background: yellow none repeat scroll 0% 0%; }</style> [TABLE="width: 65"]
<colgroup><col style="width:65pt" width="87"> </colgroup><tbody>[TR]
[TD="class: xl65, width: 87"]A
[/TD]
[/TR]
[TR]
[TD="class: xl65"]D
[/TD]
[/TR]
[TR]
[TD="class: xl65"]C[/TD]
[/TR]
[TR]
[TD="class: xl65"]B
[/TD]
[/TR]
</tbody>[/TABLE]
4. The data in Sheet 1 should be swapped as shown below
<style>table { }td { padding: 0px; color: black; font-size: 12pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri,sans-serif; vertical-align: bottom; border: medium none; white-space: nowrap; }.xl65 { text-align: center; border: 0.5pt solid windowtext; }.xl66 { text-align: center; border: 0.5pt solid windowtext; background: yellow none repeat scroll 0% 0%; }</style> [TABLE="width: 260"]
<colgroup><col style="width:65pt" span="4" width="87"> </colgroup><tbody>[TR]
[TD="class: xl66, width: 87"]A
[/TD]
[TD="class: xl66, width: 87"]D
[/TD]
[TD="class: xl66, width: 87"]C[/TD]
[TD="class: xl66, width: 87"]B
[/TD]
[/TR]
[TR]
[TD="class: xl65"]1[/TD]
[TD="class: xl65"]4[/TD]
[TD="class: xl65"]3[/TD]
[TD="class: xl65"]2[/TD]
[/TR]
[TR]
[TD="class: xl65"]8[/TD]
[TD="class: xl65"]5[/TD]
[TD="class: xl65"]6[/TD]
[TD="class: xl65"]7[/TD]
[/TR]
[TR]
[TD="class: xl65"]9[/TD]
[TD="class: xl65"]32[/TD]
[TD="class: xl65"]11[/TD]
[TD="class: xl65"]0[/TD]
[/TR]
</tbody>[/TABLE]
I hope this explains well, and to let you know if am not a Macro guy, i just do basic excel stuff. If there is any explanation to this request it to be posted in detail so that i can do it from my end.
I am naveed, this is the first time ever i am writing on a web portal for help. I hope this works out, below mentioned is my query.
1. Imagine below is the data that we have in Sheet 1
<style>table { }td { padding: 0px; color: black; font-size: 12pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri,sans-serif; vertical-align: bottom; border: medium none; white-space: nowrap; }.xl65 { text-align: center; border: 0.5pt solid windowtext; }.xl66 { text-align: center; border: 0.5pt solid windowtext; background: yellow none repeat scroll 0% 0%; }</style> [TABLE="width: 260"]
<colgroup><col style="width:65pt" span="4" width="87"> </colgroup><tbody>[TR]
[TD="class: xl66, width: 87"]A
[/TD]
[TD="class: xl66, width: 87"]B[/TD]
[TD="class: xl66, width: 87"]C[/TD]
[TD="class: xl66, width: 87"]D
[/TD]
[/TR]
[TR]
[TD="class: xl65"]1
[/TD]
[TD="class: xl65"]2
[/TD]
[TD="class: xl65"]3[/TD]
[TD="class: xl65"]4[/TD]
[/TR]
[TR]
[TD="class: xl65"]8[/TD]
[TD="class: xl65"]7
[/TD]
[TD="class: xl65"]6
[/TD]
[TD="class: xl65"]5
[/TD]
[/TR]
[TR]
[TD="class: xl65"]9[/TD]
[TD="class: xl65"]0[/TD]
[TD="class: xl65"]11[/TD]
[TD="class: xl65"]32
[/TD]
[/TR]
</tbody>[/TABLE]
2. I would like to see the below view in Sheet 2 ( All the column headers)
<style>table { }td { padding: 0px; color: black; font-size: 12pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri,sans-serif; vertical-align: bottom; border: medium none; white-space: nowrap; }.xl65 { text-align: center; border: 0.5pt solid windowtext; background: yellow none repeat scroll 0% 0%; }</style> [TABLE="width: 65"]
<colgroup><col style="width:65pt" width="87"> </colgroup><tbody>[TR]
[TD="class: xl65, width: 87"]A
[/TD]
[/TR]
[TR]
[TD="class: xl65"]B
[/TD]
[/TR]
[TR]
[TD="class: xl65"]C
[/TD]
[/TR]
[TR]
[TD="class: xl65"]D
[/TD]
[/TR]
</tbody>[/TABLE]
3. Now if i swap any column in Sheet 2 as shown below.
<style>table { }td { padding: 0px; color: black; font-size: 12pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri,sans-serif; vertical-align: bottom; border: medium none; white-space: nowrap; }.xl65 { text-align: center; border: 0.5pt solid windowtext; background: yellow none repeat scroll 0% 0%; }</style> [TABLE="width: 65"]
<colgroup><col style="width:65pt" width="87"> </colgroup><tbody>[TR]
[TD="class: xl65, width: 87"]A
[/TD]
[/TR]
[TR]
[TD="class: xl65"]D
[/TD]
[/TR]
[TR]
[TD="class: xl65"]C[/TD]
[/TR]
[TR]
[TD="class: xl65"]B
[/TD]
[/TR]
</tbody>[/TABLE]
4. The data in Sheet 1 should be swapped as shown below
<style>table { }td { padding: 0px; color: black; font-size: 12pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri,sans-serif; vertical-align: bottom; border: medium none; white-space: nowrap; }.xl65 { text-align: center; border: 0.5pt solid windowtext; }.xl66 { text-align: center; border: 0.5pt solid windowtext; background: yellow none repeat scroll 0% 0%; }</style> [TABLE="width: 260"]
<colgroup><col style="width:65pt" span="4" width="87"> </colgroup><tbody>[TR]
[TD="class: xl66, width: 87"]A
[/TD]
[TD="class: xl66, width: 87"]D
[/TD]
[TD="class: xl66, width: 87"]C[/TD]
[TD="class: xl66, width: 87"]B
[/TD]
[/TR]
[TR]
[TD="class: xl65"]1[/TD]
[TD="class: xl65"]4[/TD]
[TD="class: xl65"]3[/TD]
[TD="class: xl65"]2[/TD]
[/TR]
[TR]
[TD="class: xl65"]8[/TD]
[TD="class: xl65"]5[/TD]
[TD="class: xl65"]6[/TD]
[TD="class: xl65"]7[/TD]
[/TR]
[TR]
[TD="class: xl65"]9[/TD]
[TD="class: xl65"]32[/TD]
[TD="class: xl65"]11[/TD]
[TD="class: xl65"]0[/TD]
[/TR]
</tbody>[/TABLE]
I hope this explains well, and to let you know if am not a Macro guy, i just do basic excel stuff. If there is any explanation to this request it to be posted in detail so that i can do it from my end.