Conditional Copy of cells from one sheet/workbook to another

xyzoblivion

New Member
Joined
Jan 17, 2012
Messages
3
Hello friends i am new to excel and vba and i don't use it often.

I am stuck in a problem i don't know where to find it, google returns results but it is beyond my understanding.

my workbook has 2 sheets and i want to create a summary of it
Sheet 1 has a student list which contain 2 fields.
RollNumber and Name. It is populated with the full list of students eg. 100 students. "Sheet 2" has RollNumber, Name, Grade, GPA fields but with different arrangement and less number of students as they are removed because they are either Grade "F" or in attendance shortage.

Now i want all the student's Marks, Grade and GPA from "Sheet 2" to be pasted on sheet 1 so that grades are pasted in front of the correct students.

I think its a little too high for my level. Please help

Regards, and thank you in advance.
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Use VLOOKUP

If you can provide an example sheet we can probably clarify this properly as we dont know what vlaues are in what column
 
Upvote 0

Forum statistics

Threads
1,215,518
Messages
6,125,291
Members
449,218
Latest member
Excel Master

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