sort/match columns on same value and skip missing

Melgro

New Member
Joined
Mar 16, 2021
Messages
1
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
Hello,

Im new here and i've got a question. I'm making a yearbook for students and i want to check if everyone has filled in the forms enquete.
I download a forms sheet with the input from the students and now i want sort the data with my other excel (The excel with al the names)
How can i compare / sort the excels to see who hasn't send something and sort the 2 data's?

I added a example, hope you can help me. Thanks!
 

Attachments

  • MRexcel.png
    MRexcel.png
    20.3 KB · Views: 9

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Welcome to MrExcel!

You can do that with a VLOOKUP:

Book1
ABCDEFGHIJ
1ClassForms
2StudentNRnameMessage 1Message 2StudentNRMessage 1Message 2
320student1ex1eex2e22ex1aex2a
421student2  25ex1bex2b
522student3ex1aex2a26ex1cex2c
623student4  24ex1dex2d
724student5ex1dex2d20ex1eex2e
825student6ex1bex2b
926student7ex1cex2c
10
11
Sheet6
Cell Formulas
RangeFormula
C3:C9C3=IFERROR(VLOOKUP($A3,$H$3:$J$20,2,0),"")
D3:D9D3=IFERROR(VLOOKUP($A3,$H$3:$J$20,3,0),"")


You just need to adjust the range to point to where the messages are. It can be on another sheet, or even another workbook. Depending on how your workbook(s) are set up, a small macro might work too.
 
Upvote 0

Forum statistics

Threads
1,214,652
Messages
6,120,746
Members
448,989
Latest member
mariah3

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