Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 36
Default Cross referencing columns

Hello,

I have 3 columns of values. Column A contains Subject IDs, Column B contains
the initials for those subjects. Column C contains a smaller list of just
Subject IDs.

What I would like to do is to match all of the Subject IDs in columns A & C
and where ever the Subject IDs match, place (or copy) the values that are
currently in column B into column D.

Normally I would do this is Access via a query, but I am curious if is
possible in Excel.

Thanks

Fred
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 176
Default Cross referencing columns

Do you mean the subject ID's in column C are a subset of column A? So you
want to match each subject ID in column C to Column A and pull the
corresponding initial from column B?

Sounds like a VLOOKUP() will work for you. Assuming your data begins in row
1, in D1 enter the following formula and drag down:
=VLOOKUP(C1,$A$1:$B$1000,2,FALSE)

--
Regards,
Dave


"fgwiii" wrote:

Hello,

I have 3 columns of values. Column A contains Subject IDs, Column B contains
the initials for those subjects. Column C contains a smaller list of just
Subject IDs.

What I would like to do is to match all of the Subject IDs in columns A & C
and where ever the Subject IDs match, place (or copy) the values that are
currently in column B into column D.

Normally I would do this is Access via a query, but I am curious if is
possible in Excel.

Thanks

Fred

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
Cross referencing Mervyn Edwards Excel Worksheet Functions 5 November 29th 07 07:01 PM
Cross Referencing Saxman Excel Discussion (Misc queries) 0 October 26th 06 04:58 PM
Cross referencing sb1920alk Excel Worksheet Functions 1 October 4th 06 02:22 AM
cross referencing Phil Excel Worksheet Functions 6 August 2nd 05 06:07 PM
Cross-Referencing numbers. Need help please Mike Excel Discussion (Misc queries) 10 June 9th 05 05:16 AM


All times are GMT +1. The time now is 06:00 PM.

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

About Us

"It's about Microsoft Excel"