Hi all,
I'm not even sure how to start this one - I'll do my best to explain.
I have one worksheet called "sheet1" and it contains the below data
I then have "sheet2" which contains the following
Is there a way I can search the username field in sheet2 and if it matches sheet1 - highlight the cell green in sheet 1 and copy the status field across also.
The ***\ only exists in sheet1 and can be ignored, it’s the second half that will match and 123_will be always be there in both sheets
If no match is found, the cell in sheet1 needs to be highlighted red.
The examples in username isn't exhaustive and updates... is this a possible thing to achieve?
I'm not even sure how to start this one - I'll do my best to explain.
I have one worksheet called "sheet1" and it contains the below data
Title | User Name | Status |
Backup | 123_nissanseed | |
Authentication | ABCDEF\123_subwaywilderness | |
misc. | 123_hyundaicomedy | |
copy | abc\123_samsungminnow |
I then have "sheet2" which contains the following
Title | User Name | Status |
Backup | On | |
Authentication | 123_subwaywilderness | Off |
misc. | 123_hyundaicomedy | On |
copy | 123_samsungminnow | On |
Is there a way I can search the username field in sheet2 and if it matches sheet1 - highlight the cell green in sheet 1 and copy the status field across also.
The ***\ only exists in sheet1 and can be ignored, it’s the second half that will match and 123_will be always be there in both sheets
If no match is found, the cell in sheet1 needs to be highlighted red.
The examples in username isn't exhaustive and updates... is this a possible thing to achieve?