Hi everyone!

I have an excel file in which the first row containg the names of all the columns (Name, Adress, ZipCode...).

I need a code to input a name and get the number of the column that has that name. For example, if my first column is "Name", when in the imput box I write "Name" a certain integer, let's say column_num, will get the 1 value.

Any suggestion? Thank you in advance.