YellowTangerine
New Member
- Joined
- Mar 5, 2023
- Messages
- 29
- Office Version
- 365
- Platform
- Windows
- MacOS
Hello,
Would anyone please be able to help me construct the correct formula to create the desired results in the table below? I've not used VLOOKUP before so am a novice at this. Any support would be most gratefully received.
Thank you.
Would anyone please be able to help me construct the correct formula to create the desired results in the table below? I've not used VLOOKUP before so am a novice at this. Any support would be most gratefully received.
Thank you.
POC Data 050323.xlsx | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | |||
1 | Child Name | Unique Code | Child Name | Unique Code | Parent Name | Parent Email | Parent Name | Parent Emai | Child Name | Unique ID | |||||||||
2 | Child 3 | 359fh4 | #N/A | Name 1 | test1@gmail.com | Child 1 | Not known requires a match from data source 1 | ||||||||||||
3 | Child 1 | 359fh5 | #N/A | Name 2 | test2@gmail.com | Child 2 | Not known requires a match from data source 1 | ||||||||||||
4 | Child 5 | 359fh6 | #N/A | Name 3 | test3@gmail.com | Child 3 | Not known requires a match from data source 1 | ||||||||||||
5 | Child 4 | 359fh7 | #N/A | Name 4 | test4@gmail.com | Child 4 | Not known requires a match from data source 1 | ||||||||||||
6 | Child 2 | 359fh8 | #N/A | Name 5 | test5@gmail.com | Child 5 | Not known requires a match from data source 1 | ||||||||||||
7 | Child 6 | 359fh9 | #N/A | Name 6 | test6@gmail.com | Child 6 | Not known requires a match from data source 1 | ||||||||||||
8 | |||||||||||||||||||
9 | Data Source 1 | Result | Data Source 2 | ||||||||||||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
E2:E7 | E2 | =VLOOKUP($A2:$A7,$K$2:$N$7,COLUMN(A1),0) |
Dynamic array formulas. |