Hello,

I have a simple issue yet hard for me to figure out. If i have ten usernames in column "A" and i want to match the corresponding password in the same row but in column "D", how do i do that?

So my user name is for example TEST and its in column "A2", my password is for example TESTING, but its in "D2". How can I check that the username that was entered in the textbox actually exist in column "A" and if it does, how do i check in column "D" that it matches?

Please help, i have been trying and experimenting with this for a while with no result, thank you.