rogueakula
New Member
- Joined
- Apr 23, 2018
- Messages
- 19
I have a large list of items that I want to verify. There are two sheets, one with the raw data and the second with a list of items. Set up kind of like this:
Sheet One
[TABLE="width: 500"]
<tbody>[TR]
[TD]Host[/TD]
[TD]User[/TD]
[/TR]
[TR]
[TD]host1[/TD]
[TD]user1[/TD]
[/TR]
[TR]
[TD]host1[/TD]
[TD]user2[/TD]
[/TR]
[TR]
[TD]host2[/TD]
[TD]user1[/TD]
[/TR]
[TR]
[TD]host2[/TD]
[TD]user2[/TD]
[/TR]
[TR]
[TD]host3[/TD]
[TD]user3[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Host[/TD]
[TD]User[/TD]
[/TR]
[TR]
[TD]host1[/TD]
[TD]user1[/TD]
[/TR]
[TR]
[TD]host2[/TD]
[TD]user2[/TD]
[/TR]
[TR]
[TD]host3[/TD]
[TD]user3[/TD]
[/TR]
</tbody>[/TABLE]
What I would like to do is highlight the user in sheet one based on the username and host matching in sheet 2. I am sure that I can do this but it is more complicated than then a simple conditional highlight. Thank you guys so much for your help!
-Josh
Sheet One
[TABLE="width: 500"]
<tbody>[TR]
[TD]Host[/TD]
[TD]User[/TD]
[/TR]
[TR]
[TD]host1[/TD]
[TD]user1[/TD]
[/TR]
[TR]
[TD]host1[/TD]
[TD]user2[/TD]
[/TR]
[TR]
[TD]host2[/TD]
[TD]user1[/TD]
[/TR]
[TR]
[TD]host2[/TD]
[TD]user2[/TD]
[/TR]
[TR]
[TD]host3[/TD]
[TD]user3[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Host[/TD]
[TD]User[/TD]
[/TR]
[TR]
[TD]host1[/TD]
[TD]user1[/TD]
[/TR]
[TR]
[TD]host2[/TD]
[TD]user2[/TD]
[/TR]
[TR]
[TD]host3[/TD]
[TD]user3[/TD]
[/TR]
</tbody>[/TABLE]
What I would like to do is highlight the user in sheet one based on the username and host matching in sheet 2. I am sure that I can do this but it is more complicated than then a simple conditional highlight. Thank you guys so much for your help!
-Josh