Created
May 18, 2018 18:33
-
-
Save discarn8/87ce6c98ad70764d07463b520233be4b to your computer and use it in GitHub Desktop.
EXCEL - Fetch_Employee_ID_Given_Name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =IF(A2=0,"",IFERROR(INDEX(EIDDB!$A:$A,MATCH(A2,EIDDB!D:D,0)),"-")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment