Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save discarn8/87ce6c98ad70764d07463b520233be4b to your computer and use it in GitHub Desktop.

Select an option

Save discarn8/87ce6c98ad70764d07463b520233be4b to your computer and use it in GitHub Desktop.
EXCEL - Fetch_Employee_ID_Given_Name
=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