Let a Excel file with 3 columns
- Name | ID | Pass
 - Adam | id123 | pass123
 - Helen | id234 | pass234
 - ken | id567 | pass567
 
How to make a function that returns Id and Pass if I call by Name.
Ex:
- If call Helen It will return Helen's Id and Pass from the excel.
 - If call ken It will return ken's Id and Pass from the excel.