nweber1220
New Member
- Joined
- Apr 20, 2017
- Messages
- 2
I am attempting to create a list based off employee identifiers. I really feel like my formula looks correct, and doesn't give me any formula errors. however, instead of the name of the employee found in column three of the source document, I get #N/A only. Is there something obviously wrong with this formula?
=IF(B11="","",VLOOKUP(B11,'http://chicbl182/sites/SaltLake/SLCHR/SLC Training/Matrix Employee Documents/[Matrix Employee list 4-19-17.xlsx]Sheet1'!$B$3:$H$500,3,FALSE))
In the source document, column B is the employee ID number and Column D is the employee name that I am trying to pull into the cell this formula is in. The source document is on a sharepoint.
=IF(B11="","",VLOOKUP(B11,'http://chicbl182/sites/SaltLake/SLCHR/SLC Training/Matrix Employee Documents/[Matrix Employee list 4-19-17.xlsx]Sheet1'!$B$3:$H$500,3,FALSE))
In the source document, column B is the employee ID number and Column D is the employee name that I am trying to pull into the cell this formula is in. The source document is on a sharepoint.