Hoping someone can help me with this problem I have. I need to have an excel sheet search for a set of numbers in a specific tab. Then if it finds that number, then place the word used or highlight it in some way. So there are tag numbers that are put in a sheet. There are 12 sheets named from January to December. The tags are put in these sheets but only specific ones need to be monitored. I would like to either highlight them in some way or, even better, next to the tag numbers that are being monitored, put what sheet they are on. Cell information would be helpful as well but I am trying to keep this simple. I don’t think VBA works here so I have been trying to figure out a formula to get this to work. I can't post the excel sheet to show but here is what the tables look like:
[TABLE="width: 506"]
<tbody>[TR]
[TD]Used?[/TD]
[TD][/TD]
[TD]Tech Assets[/TD]
[TD]Location[/TD]
[TD]Cell[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]123455[/TD]
[TD]#NAME?[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]12222[/TD]
[TD]12222[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]12333[/TD]
[TD]12333[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Yes[/TD]
[TD]33333[/TD]
[TD]33333[/TD]
[TD]APRIL - S0 & Asset[/TD]
[TD]D3[/TD]
[/TR]
[TR]
[TD]Yes[/TD]
[TD]23456[/TD]
[TD]23456[/TD]
[TD]JANUARY - S0 & Asset[/TD]
[TD]D4[/TD]
[/TR]
</tbody>[/TABLE]
Sheet Name: TECH ASSET TAGS
All other sheets are named: JANUARY - S0 & Asset all the way through DECEMBER
Each sheet looks like this:
[TABLE="width: 1402"]
<tbody>[TR]
[TD]Total[/TD]
[TD]Assets:[/TD]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]S0[/TD]
[TD]Number[/TD]
[TD]Asset Tag[/TD]
[TD]Date[/TD]
[TD]Description[/TD]
[TD]Location[/TD]
[TD]Serial[/TD]
[TD]Tracking Number[/TD]
[/TR]
[TR]
[TD]S0[/TD]
[TD]3423423[/TD]
[TD]12558[/TD]
[TD]1/5/2017[/TD]
[TD]OPTIPLEX SMALL 7040[/TD]
[TD]building 7[/TD]
[TD]4jkl4kj4kj4kj[/TD]
[TD]z123456789[/TD]
[/TR]
[TR]
[TD]S0[/TD]
[TD]3423423[/TD]
[TD]23456[/TD]
[TD]1/5/2017[/TD]
[TD]OPTIPLEX SMALL 7040[/TD]
[TD]building 2[/TD]
[TD]kjlwekjndfsnk[/TD]
[TD]z123456789[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 506"]
<tbody>[TR]
[TD]Used?[/TD]
[TD][/TD]
[TD]Tech Assets[/TD]
[TD]Location[/TD]
[TD]Cell[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]123455[/TD]
[TD]#NAME?[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]12222[/TD]
[TD]12222[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]12333[/TD]
[TD]12333[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Yes[/TD]
[TD]33333[/TD]
[TD]33333[/TD]
[TD]APRIL - S0 & Asset[/TD]
[TD]D3[/TD]
[/TR]
[TR]
[TD]Yes[/TD]
[TD]23456[/TD]
[TD]23456[/TD]
[TD]JANUARY - S0 & Asset[/TD]
[TD]D4[/TD]
[/TR]
</tbody>[/TABLE]
Sheet Name: TECH ASSET TAGS
All other sheets are named: JANUARY - S0 & Asset all the way through DECEMBER
Each sheet looks like this:
[TABLE="width: 1402"]
<tbody>[TR]
[TD]Total[/TD]
[TD]Assets:[/TD]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]S0[/TD]
[TD]Number[/TD]
[TD]Asset Tag[/TD]
[TD]Date[/TD]
[TD]Description[/TD]
[TD]Location[/TD]
[TD]Serial[/TD]
[TD]Tracking Number[/TD]
[/TR]
[TR]
[TD]S0[/TD]
[TD]3423423[/TD]
[TD]12558[/TD]
[TD]1/5/2017[/TD]
[TD]OPTIPLEX SMALL 7040[/TD]
[TD]building 7[/TD]
[TD]4jkl4kj4kj4kj[/TD]
[TD]z123456789[/TD]
[/TR]
[TR]
[TD]S0[/TD]
[TD]3423423[/TD]
[TD]23456[/TD]
[TD]1/5/2017[/TD]
[TD]OPTIPLEX SMALL 7040[/TD]
[TD]building 2[/TD]
[TD]kjlwekjndfsnk[/TD]
[TD]z123456789[/TD]
[/TR]
</tbody>[/TABLE]