I'm attempting to find a entry in a worksheet using a column from another worksheet. Example; Sheet1 column 20 contain 12345. Is this number in Sheet 2 column 5.
I have tried the CountIF, Vlookup and Match. I sort of got the Match to work, but have a problem with reference the cell.
=MATCH(AJ104,ProdITG!E2:E1307,0), this returns an error.
If I code =Match('12345",ProdITG!E2:E1307,0), it will return the row prior to the record.
How should it be coded to use the cell reference?
ProdITG is Sheet2.
Sheet1 has about 3800 rows and Sheet2 had 1307 rows.
I have tried the CountIF, Vlookup and Match. I sort of got the Match to work, but have a problem with reference the cell.
=MATCH(AJ104,ProdITG!E2:E1307,0), this returns an error.
If I code =Match('12345",ProdITG!E2:E1307,0), it will return the row prior to the record.
How should it be coded to use the cell reference?
ProdITG is Sheet2.
Sheet1 has about 3800 rows and Sheet2 had 1307 rows.