View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Luke M Luke M is offline
external usenet poster
 
Posts: 2,722
Default Please help with matching spreadsheets

Perhaps something like this:

=IF(ISNUMBER(MATCH(2008!A1,RS!A:A,0)),1,"")
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"JoeL" wrote:

I have two spreadsheets with file numbers in column A. I need to know if the
files on spreadsheet 1 (named 2008) are located on spreadsheet 2 (named RS).
If so, I need to put a 1 in the column I'm entering the function (column "U",
since columns B through T have different data).

Any immediate help would be appreciated.

Thank you.

Joe



(muggle)