I have a list of people's names in one column on a worksheet called "Main". I also have 2 other worksheets, called "OpenIssues" & "ClosedIssues". I am looking for a way where I can start with the first name in the sheet "Main" and find where it is in the "OpenIssues" or in the "ClosedIssues", then provide either the word "OPEN" or "CLOSED" in column A next to the person's name, depending on which sheet the name is located in, and then onto the next name in the "Main" worksheet (down the entire column). Then, if possible, I would like to be able to link from the "OPEN" or "CLOSED" in column A to the location in either the "OpenIssues" list or the "ClosedIssues" list to where that name can be found. I have tried a million different ways in VBA to do this, however, I am not very familiar with VBA code, and can't get it to work just right. Any help in doing this would be GREATLY appreciated! THANKS!