#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default VLOOKUP Help

Please bare with me, but I've never used the vlookup function and I'm having
difficulties.

I have two spread sheets with file numbers in column A. I need to know if
the files in spreadsheet two (smaller data set, named "RS2008") are within
spreadsheet one (larger data set, named '2008'). If so, I need a "1"
populated into spreadsheet one, column U (data in columns B-T).

Please help how I would accomplish this task.

Thank you!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 61
Default VLOOKUP Help

Hi,

In U2 of Spread Sheet one, enter the following formula and drag to fill down
the column.

=IF(ISNUMBER(MATCH(A2,[RS2008.xlsx]Sheet1!$A:$A,0)),1,"")

The part "[RS2008.xlsx]Sheet1!$A:$A" corresponds to the entire column A in
spread sheet two. You don't have to type it in the formula. Rather select
the actual data range in column A or the entire column A range (by clicking
on "A" above the cell A1) of that spread sheet, and this action inserts it in
the formula, including the correct file extension depending on which version
of Excel is used.

If this is helpful, please give a feedback by clicking on the "Yes" button.

Regards,
B. R. Ramachandran

"JoeL" wrote:

Please bare with me, but I've never used the vlookup function and I'm having
difficulties.

I have two spread sheets with file numbers in column A. I need to know if
the files in spreadsheet two (smaller data set, named "RS2008") are within
spreadsheet one (larger data set, named '2008'). If so, I need a "1"
populated into spreadsheet one, column U (data in columns B-T).

Please help how I would accomplish this task.

Thank you!

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
If (Vlookup 0) working, but what if Vlookup cell does not exist Steve Excel Worksheet Functions 18 November 18th 09 07:33 PM
VLookUp - Does the VLookUp return the exact information? Cpviv Excel Worksheet Functions 2 October 28th 08 09:57 AM
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP buffgirl71 Excel Discussion (Misc queries) 12 November 14th 06 11:36 PM
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) MikeR-Oz New Users to Excel 1 March 22nd 06 09:01 AM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM


All times are GMT +1. The time now is 10:58 PM.

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"