Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default Please help with matching spreadsheets

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)
  #2   Report Post  
Posted to microsoft.public.excel.misc
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)

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I need help matching spreadsheets JoeL Excel Worksheet Functions 1 December 30th 09 10:21 PM
Merging and matching spreadsheets laandmc Excel Discussion (Misc queries) 3 August 14th 08 04:11 PM
Matching between spreadsheets? Dan the Man[_2_] Excel Worksheet Functions 2 August 1st 07 11:32 AM
Matching two spreadsheets method373 Excel Discussion (Misc queries) 2 February 18th 06 09:25 AM
Matching data in two spreadsheets Barry in Denver Excel Discussion (Misc queries) 2 May 4th 05 12:08 AM


All times are GMT +1. The time now is 04:57 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"