colinheslop1984
Board Regular
- Joined
- Oct 14, 2016
- Messages
- 129
- Office Version
- 2016
I am referencing an external workbook. Which has a table similar to this one below: (Assume the table starts at cell A1)
I want to reference this table, using the name in the concat column to return the notes for that person.
I tried a VLOOKUP but it just returns a value of zero. The formatting seems fine. I have checked spellings and for spaces.
I am looking for a solution that works. Can anyone help?
Here is an example of the formula not working for me =VLOOKUP(C15,'[Caseload Management File.xlsx]Sheet1'!$D$6:$H$250,4)
First Name | Last Name | Concat | Job Search | Notes |
Peter | Parker | Peter Parker | Y | Wants a job as a photographer |
Bruce | Wayne | Bruce Wayne | N | |
Pepper | Potts | Pepper Potts | Y | Secretary or PA work |
I want to reference this table, using the name in the concat column to return the notes for that person.
I tried a VLOOKUP but it just returns a value of zero. The formatting seems fine. I have checked spellings and for spaces.
I am looking for a solution that works. Can anyone help?
Here is an example of the formula not working for me =VLOOKUP(C15,'[Caseload Management File.xlsx]Sheet1'!$D$6:$H$250,4)