E
Ed from AZ
We have a list of names on Sheet 1. If one of these people needs
review, there is a column to place an X next to their name; typing the
X makes their name show in another column. Like so:
Name X? Yes
Bob
Sue X Sue
Hal
Edd X Edd
Flo
On Sheet 2 is an imported list of activity reports. One of the items
on the imported list is the file path; from this we can extract the
name into a helper column.
I can use MATCH in Sheet 1 to look up the "Yes" names ("Sue" and
"Edd") within the Name column on Sheet 2 and mark them so we can tell
at a glance if that name has activity available for review. Looks
like:
Name X? Yes CanDo
Bob
Sue X Sue Y
Hal
Edd X Edd Y
Flo
Is there a non-macro solution to mark/highlight the names in Sheet 2
or mark a helper column that match all the "Y" names in the Sheet 1
"CanDo" column? So on Sheet 2, all of Sue's and Edd's activity
reports are somehow indicated so we can easily pick them out of 35k
rows of information? Could be formula, validation, whatever - just
prefer no macros. Where can I start looking?
Ed
review, there is a column to place an X next to their name; typing the
X makes their name show in another column. Like so:
Name X? Yes
Bob
Sue X Sue
Hal
Edd X Edd
Flo
On Sheet 2 is an imported list of activity reports. One of the items
on the imported list is the file path; from this we can extract the
name into a helper column.
I can use MATCH in Sheet 1 to look up the "Yes" names ("Sue" and
"Edd") within the Name column on Sheet 2 and mark them so we can tell
at a glance if that name has activity available for review. Looks
like:
Name X? Yes CanDo
Bob
Sue X Sue Y
Hal
Edd X Edd Y
Flo
Is there a non-macro solution to mark/highlight the names in Sheet 2
or mark a helper column that match all the "Y" names in the Sheet 1
"CanDo" column? So on Sheet 2, all of Sue's and Edd's activity
reports are somehow indicated so we can easily pick them out of 35k
rows of information? Could be formula, validation, whatever - just
prefer no macros. Where can I start looking?
Ed