Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 60
Default How to look up and pull text from another wkst

I have two worksheets, both with text data, not numeric data. I want to tell
Excel to look at cell C2 on worksheet 1, find that matching text in column C
on worksheet 2, and pull the text in column A of that same row to cell A1 of
worksheet 1. Then I'd repeat that formula for all of worksheet 1, until all
of column A is filled with the data from worksheet 2. I can't just copy and
paste all of column A from worksheet 2, because a lot of the entries in
column C don't appear on worksheet 1.

I don't know if this is considered consolidating or what - all the
consolidate tips seem to be about numbers. What command am I looking for?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 136
Default How to look up and pull text from another wkst

One possible way


=INDEX('Worksheet 2'!A2:$C$200,MATCH(C2,'Worksheet 2'!C2:$C$200,0),1)

--


Regards,


Peo Sjoblom


"Carolyn" wrote in message
...
I have two worksheets, both with text data, not numeric data. I want to
tell
Excel to look at cell C2 on worksheet 1, find that matching text in column
C
on worksheet 2, and pull the text in column A of that same row to cell A1
of
worksheet 1. Then I'd repeat that formula for all of worksheet 1, until
all
of column A is filled with the data from worksheet 2. I can't just copy
and
paste all of column A from worksheet 2, because a lot of the entries in
column C don't appear on worksheet 1.

I don't know if this is considered consolidating or what - all the
consolidate tips seem to be about numbers. What command am I looking for?



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
Is there anyway to convert an Excel Wkst to a Outlook Vcard? Amy D Excel Discussion (Misc queries) 1 April 27th 19 01:19 PM
Pull text from cell with if statement Doug Excel Discussion (Misc queries) 2 February 18th 09 08:35 PM
Excell Chart Background Wkst Aurora Charts and Charting in Excel 3 February 27th 07 07:35 PM
Prepare Cash Consolidation Wkst Frantic Excel-er Excel Discussion (Misc queries) 2 January 23rd 06 08:27 PM
Pull-down text in a cell MrSeagull Excel Worksheet Functions 2 October 2nd 05 04:59 AM


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