Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ken Ken is offline
external usenet poster
 
Posts: 590
Default Combining information in sets of columns

I have two spreadsheets which share common elements in one column. The other
columns have different information. I would like to combine them such that
the information in columns are aligned.

As an example: Assume I have associated columns with the values a-z in one
and words beginning in the letters a-z in another and I want to add more
words from two columns on a different spread sheet, let's say one with
letters b, l, n, q, r and asssociated words for these letters in the next
column. I would like the final result to be columns a-z, with the original
associated words and another column with the additionl words in a new column
for b, l, n, q, r. How do I do it?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Combining information in sets of columns

Assume you have in Sheet1, cols A and B, from row2 down

a ask
b bad
c cat
etc

(Sheet1's col A is assumed to contain the complete reference list, all are
uniques)

And in Sheet2, you have in cols A and B, from row2 down

b boy
c clone
a akin
etc

(Listing in col A may be incomplete, but assumed to contain no duplicates)

In Sheet1,

Put in C2:
=IF(ISNA(MATCH(A2,Sheet2!A:A,0)),"",INDEX(Sheet2!B :B,MATCH(A2,Sheet2!A:A,0)))
Copy down as far as required to pull over the items from Sheet2's col B
aligned with the complete reference list in Sheet1's col A.

For the sample above, we'd get:

a ask akin
b bad boy
c cat clone

--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Ken" wrote:
I have two spreadsheets which share common elements in one column. The other
columns have different information. I would like to combine them such that
the information in columns are aligned.

As an example: Assume I have associated columns with the values a-z in one
and words beginning in the letters a-z in another and I want to add more
words from two columns on a different spread sheet, let's say one with
letters b, l, n, q, r and asssociated words for these letters in the next
column. I would like the final result to be columns a-z, with the original
associated words and another column with the additionl words in a new column
for b, l, n, q, r. How do I do it?

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
Combining Text from 2 Columns into 1 then Deleting the 2 Columns sleepindogg Excel Worksheet Functions 5 September 19th 08 12:36 AM
autofill information from rows to columns without using transpose Rayce Excel Discussion (Misc queries) 1 September 4th 05 01:44 AM
Clearing information in certain columns jolly_lolly Excel Discussion (Misc queries) 1 April 22nd 05 02:41 AM
Combining Information in a Bar Chart B. Scace Charts and Charting in Excel 4 January 13th 05 08:55 PM
combining 3 columns of same info for a pivot table Julie Excel Worksheet Functions 0 December 15th 04 03:12 PM


All times are GMT +1. The time now is 12:29 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"