Dear all,
Sorry for asking this question because I'm very new in understanding excel and I'm not a computer expertise.
I was given a task which contains about 20 thousands of data and have to arrange it accordingly to its ID.
I'm not very good at the words in excel so much, so I here i attach the example of what I have to do.
Excel 1
[TABLE="width: 200"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]ID[/TD]
[TD]FUNCTION[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]S1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]S2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]S6[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]S10[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]S10[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]S20[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]S21[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]S22[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]S22[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]S23[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Excel 2
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]ID[/TD]
[TD]NAME[/TD]
[TD]FUNCTION[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]S1[/TD]
[TD]SAM[/TD]
[TD]SLEEP[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]S2[/TD]
[TD]LILY[/TD]
[TD]WALK[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]S3[/TD]
[TD]SIM[/TD]
[TD]SPEAK[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]S5[/TD]
[TD]ROBERT[/TD]
[TD]RUN[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]S7[/TD]
[TD]WILLIAM[/TD]
[TD]SWIM[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]S10[/TD]
[TD]BETTY[/TD]
[TD]EAT[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]S11[/TD]
[TD]ANNA[/TD]
[TD]CYCLING[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]S12[/TD]
[TD]DANNY[/TD]
[TD]ANGRY[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]S23[/TD]
[TD]DORY[/TD]
[TD]SAD[/TD]
[/TR]
</tbody>[/TABLE]
As you can see, the data that i need to transfer and arrange accordingly from Excel 2 to Excel 1 is the FUNCTION. But not all ID in Excel 1 is in Excel 2, same goes to not all ID in Excel 2 is in Excel 1. In Excel 1 the ID can be redundant, example: A5 with A6 and A9 with A10. Moreover, NAME are not required in Excel 1.
The result that I should get by transferring and arranging the data are as follows:
Excel 1
[TABLE="width: 200"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]ID[/TD]
[TD]FUNCTION[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]S1[/TD]
[TD]SLEEP[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]S2[/TD]
[TD]WALK[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]S6[/TD]
[TD]NA[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]S10[/TD]
[TD]EAT[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]S10[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]S20[/TD]
[TD]NA[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]S21[/TD]
[TD]NA[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]S22[/TD]
[TD]NA[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]S22[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]S23[/TD]
[TD]SAD[/TD]
[/TR]
</tbody>[/TABLE]
The NA stands for not available. When the data comes to the redundant there will be blank space as example: A6 and A10. My data came in bulk that already consume my time for copy and paste one-by-one. If anyone could help me to sort this out by using any formula or anything? Im sorry for troubling you guys. If there is already thread like this can you guys link it?
Thank you so much.
Sorry for asking this question because I'm very new in understanding excel and I'm not a computer expertise.
I was given a task which contains about 20 thousands of data and have to arrange it accordingly to its ID.
I'm not very good at the words in excel so much, so I here i attach the example of what I have to do.
Excel 1
[TABLE="width: 200"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]ID[/TD]
[TD]FUNCTION[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]S1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]S2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]S6[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]S10[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]S10[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]S20[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]S21[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]S22[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]S22[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]S23[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Excel 2
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]ID[/TD]
[TD]NAME[/TD]
[TD]FUNCTION[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]S1[/TD]
[TD]SAM[/TD]
[TD]SLEEP[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]S2[/TD]
[TD]LILY[/TD]
[TD]WALK[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]S3[/TD]
[TD]SIM[/TD]
[TD]SPEAK[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]S5[/TD]
[TD]ROBERT[/TD]
[TD]RUN[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]S7[/TD]
[TD]WILLIAM[/TD]
[TD]SWIM[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]S10[/TD]
[TD]BETTY[/TD]
[TD]EAT[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]S11[/TD]
[TD]ANNA[/TD]
[TD]CYCLING[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]S12[/TD]
[TD]DANNY[/TD]
[TD]ANGRY[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]S23[/TD]
[TD]DORY[/TD]
[TD]SAD[/TD]
[/TR]
</tbody>[/TABLE]
As you can see, the data that i need to transfer and arrange accordingly from Excel 2 to Excel 1 is the FUNCTION. But not all ID in Excel 1 is in Excel 2, same goes to not all ID in Excel 2 is in Excel 1. In Excel 1 the ID can be redundant, example: A5 with A6 and A9 with A10. Moreover, NAME are not required in Excel 1.
The result that I should get by transferring and arranging the data are as follows:
Excel 1
[TABLE="width: 200"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]ID[/TD]
[TD]FUNCTION[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]S1[/TD]
[TD]SLEEP[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]S2[/TD]
[TD]WALK[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]S6[/TD]
[TD]NA[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]S10[/TD]
[TD]EAT[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]S10[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]S20[/TD]
[TD]NA[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]S21[/TD]
[TD]NA[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]S22[/TD]
[TD]NA[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]S22[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]S23[/TD]
[TD]SAD[/TD]
[/TR]
</tbody>[/TABLE]
The NA stands for not available. When the data comes to the redundant there will be blank space as example: A6 and A10. My data came in bulk that already consume my time for copy and paste one-by-one. If anyone could help me to sort this out by using any formula or anything? Im sorry for troubling you guys. If there is already thread like this can you guys link it?
Thank you so much.