merging two columns based on an identifying tag but with different data

erika320

New Member
Joined
May 21, 2013
Messages
3
Excel 2010
ABCDEFGHIJ
2Student NameID NumberGradeDays absent% AbsentNumber of FsODR
(? no pass, truancy, class cuts)
% AbsentNumber of FsODR
(? no pass, truancy, class cuts)
3sample, student5551421000%
4sample, student5551421015%

<tbody>
</tbody>
Summary Sheet
I have the above data. I am looking to merge the two columns into one, so that I end with:
Excel 2010
ABCDEFGHIJ
1Student NameID NumberGradeDays absent% AbsentNumber of FsODR
(? no pass, truancy, class cuts)
% AbsentNumber of FsODR
(? no pass, truancy, class cuts)
2sample, student5551421000%15%

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet3



I am using the ID number as the identifying information and am using it to perform Vlookups from other spreadsheets.

I am new to macros and excels but I think I pick things up quickly. ANY help you can provide would be appreciated. I think I've seen this question a few times from other people but have not seen the answer. If you know it was answered and could point me in the right direction I'd appreciate that too!

Thank you,
Erika
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top