IF/Then statement for worksheet.

spaces999

New Member
Joined
Feb 14, 2017
Messages
6
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:


Used?Tech AssetsLocationCell
123455#NAME?
1222212222
1233312333
Yes3333333333APRIL - S0 & AssetD3
Yes2345623456JANUARY - S0 & AssetD4

<tbody>
</tbody>

Sheet Name: TECH ASSET TAGS

All other sheets are named: JANUARY - S0 & Asset all the way through DECEMBER

Each sheet looks like this:

TotalAssets:2
S0NumberAsset TagDateDescriptionLocationSerialTracking Number
S03423423125581/5/2017OPTIPLEX SMALL 7040building 74jkl4kj4kj4kjz123456789
S03423423234561/5/2017OPTIPLEX SMALL 7040building 2kjlwekjndfsnkz123456789

<tbody>
</tbody>
 
It is hard to explain since I can’t upload the file but I will try and link some photos. VLookup may be something I have to learn.

“it looks like you want to write a list in sheet 1, have the code search for them and tell you all cell adresses they were found on including sheet name(month)”

That’s correct. Somehow I need the numbers to be searched through all 12 sheets. I have a list of numbers that is given to me so I paste that in “TECH ASSET TAGS.” I Need to figure out a way that I can have all of those numbers found within the 12 other tabs that are in that workbook.

https://www.dropbox.com/s/ag2j3l5ox65evn1/EXCEL example 1.jpg?dl=0

https://www.dropbox.com/s/j87x505oxn75px4/EXCEL example 2.jpg?dl=0

https://www.dropbox.com/s/91e1784ejnfhw7k/EXCEL example 3.jpg?dl=0

https://www.dropbox.com/s/x0shcuy7dum712i/EXCEL example 4.jpg?dl=0
 
Upvote 0

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.

Forum statistics

Threads
1,216,372
Messages
6,130,223
Members
449,567
Latest member
ashsweety

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top