track number between two tabs on same workbook

ThierryR

New Member
Joined
Oct 24, 2006
Messages
37
I'm trying to see if the same numbers exists in two different spreasheets on the same workbook. Both "asset tags" columns are sorted ascending. If the number appears on both table I would like my formula to add a "Y" (for yes) on the proper cell. Not sure if I should use Vlookup, sumproduct or sumif formula. Here is the main table where I want that "Y" to appear in Column D.
Thanks for any help
Thierry
Fixed Asset FAP.xls
ABCD
1ASSETTagCheck?DESCRIPTIONMajorEquipment
209436SHAPERDELTAWOOD
3011990KEYCABDELUXEFLOORTYPE
4013075TALLESCOPE19FT
5039218TRACTOR51FORD8N409655W/ACC
6047289XTRUCKLIFTELECTW125-90-2139
7047290CHARGERBATTERYB-30485
8048187SAWPOWERMATIC10INSN066596
9048384LATHE13X48SNB10729USED
Sort by - Asset Tag
 
Okay try this in the sheet where you want the X's. Adjust your ranges to match your sheet.

=IF(ISNUMBER(INDEX($A$1:$A$8,MATCH(A1,Sheet1!$A$1:$A$8,0))),"X","")

Also, instead of entering the first X manually why don't you use

=IF(D1="Y","X","")

For the "IF" formula I can not use it because I manually enter the "X" when i physically see the Asset on the field (the "Y" sign meant that this Asset is a Major Asset instead of a Minor asset)

For the "ISNUMBER" I'm going to give it a try now.
Thanks again for your help
Thierry
 
Upvote 0

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"

Forum statistics

Threads
1,215,410
Messages
6,124,752
Members
449,186
Latest member
HBryant

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