Hi,

I'm trying to make a that an entry data(First Date, Second Date, Name) but to evaluate first the Dates and look for them in a column that already have the dates and writes the NAME in the third column.

But Ican make it work it out.

for example:

I put First Date: 1/1/2018, Second Date: 1/23/2018, Name: Michael, and I want that the program look for 1/1/2018 and 1/23/2018, in a column and write Michael in the column besides from 1/1/2018, to 1/23/2018.

thank in advance for the help.