Identify files on two diff spreadsheets

J

JoeL

I need help...

I have two spreadsheets, named 2008 and RS, both with file numbers in column
A1 with different information in the other columns. I need to know if the
files on the spreadsheet "RS" are on the spreadsheet "2008" and if so, then
put a "1" in column "U" next to that file on the "2008" spreadsheet.

I tried the vlookup function, but couldn't quite figure it out. Please help.

Thanks in advance.
 
J

JLatham

Try this formula in column U of the 2008 sheet:
=IF(COUNTIF(RS!A:A,'2008'!A1)>0,"U","")
fill the formula down so that it appears in each row that has an account
number in it on the 2008 sheet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top