I am having an issue with excel. I have racked my brain with all the tricks I can think of and I am stuck. For a little back story, I work at a shelter and we have a list where we input guests that come in for dinner. My staff inputs whole names like "John Doe". I have another tab where I have a list of guests that have been separated from the facility. This list has a first name column and a last name column. It is structured this was for easier usability. I want to check the name that is inputted from, let's say, cell H69 on Tab 1 and check it against the list on Tab 2 and highlight the name on tab 1 if there is a match. I am using conditional formatting to accomplish this. The is the currently formula that I am using "=COUNT(SEARCH('Alpha Separated-Trespass List'!$B$2:$B$107, $H69))". The problem I am having is that it is only checking the last name. I have tried adding and IF in there and essentially copying the code to add the first name column to no avail.
Secondary issue I am having, the list on tab 2 is ever changing. People being added or removed. The above code does not like blank spaces either. I would like it to check a list that is going to grow without me manually changing the coding.
Please help me before I light something on fire. Thank you for your time and consideration!
Secondary issue I am having, the list on tab 2 is ever changing. People being added or removed. The above code does not like blank spaces either. I would like it to check a list that is going to grow without me manually changing the coding.
Please help me before I light something on fire. Thank you for your time and consideration!