Extracting parent email/phone from a list students

andreascostas

Board Regular
Joined
Jan 11, 2011
Messages
150
I have a list of some 800 students; every day some are absent. I am required to notify
Parents that their child was absent on that day. Every day a get a different list of students who are absent.
It takes me a long time to go from the list of kids

That were absent to the master list of all students and their contact info. Is there a fast way for me

To get the contact info for all absent kids on that day?

Column A has the student’s names (800 -900 names); Column B is the student’s grade; Column C is the guardians email;

Column D is the guardian’s phone number.

Right next to that I paste all the absent kids for that day. Column E is the names of students; Column F is the student’s grade.

Is there a way to have the parent email and parent phone show up in columns H and I?



That way I don’t have to search one student at a time

Thank you in advance
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Assuming row 1 are headers and data begins in row 2...

Parent email: =VLOOKUP(E2,A:D,3,false)
Parent phone: =VLOOKUP(E2,A:D,4,false)

Then copy those down to the end of the list of absent students.
 
Upvote 0
Power query would be even faster
full information
absent list with names and phone numbers
everyday refresh and the info is refreshed
 
Upvote 0

Forum statistics

Threads
1,214,821
Messages
6,121,762
Members
449,048
Latest member
excelknuckles

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