Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.123quattro,microsoft.public.excel.printing,microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default fairly basic excel question (i hope)

I don't have any VBA skills but need to combine data from two excel
lists. one list (A) has 7000 records with many fields against each
unique company, the other list (B) has about half this amount of the
same unique companies (all on original list) but 3 additional fields
that I need to import into the main dataset. So basically is it
possible to set up a formulae that says "If company name in data set
B1 = any company name in data set A then import fields B2, B3 B4 into
dataset A against matching company name - without disturbing the other
fields in A.

Any help greatly appreciated as I asked someone to do this manually
and lost much of the data and much time and now well behind.

mibro
  #2   Report Post  
Posted to microsoft.public.excel.123quattro,microsoft.public.excel.printing,microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.newusers
external usenet poster
 
Posts: 27,285
Default fairly basic excel question (i hope)

Assume the next open column is M, so in M2 on the sheet with 7000 companies,
put in a formula
=vlookup(A2,Sheet2!A2:D3500,2,False)
in N2
=vlookup(A2,Sheet2!A2:D3500,3,False)

and in O2
=vlookup(A2,Sheet2!A2:D3500,4,False)

These would get the values in columns B, C, D of Sheet2

You can then select these three cells and drag fill down the column

if a match is not made, you get #N/A

select M:O, then do
Edit=goto = Special, select formulas and Errors and do Edit=ClearContents

Now select M:O, do Edit copy, then Edit=Pastespecial and select Values.

this will replace your formulas with the results.

--
Regards,
Tom Ogilvy

"mibro" wrote in message
om...
I don't have any VBA skills but need to combine data from two excel
lists. one list (A) has 7000 records with many fields against each
unique company, the other list (B) has about half this amount of the
same unique companies (all on original list) but 3 additional fields
that I need to import into the main dataset. So basically is it
possible to set up a formulae that says "If company name in data set
B1 = any company name in data set A then import fields B2, B3 B4 into
dataset A against matching company name - without disturbing the other
fields in A.

Any help greatly appreciated as I asked someone to do this manually
and lost much of the data and much time and now well behind.

mibro



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
Templete question...I hope there is an answer Rookie000 Excel Worksheet Functions 3 January 15th 06 04:04 AM
VLOOKUP() Question... i hope Adam Kroger Excel Discussion (Misc queries) 2 November 29th 05 10:22 PM
Beginner question (I hope) chadt74 Excel Programming 2 April 23rd 04 02:13 PM
Basic Excel Question MASON Excel Programming 6 December 26th 03 04:28 PM
Basic Question of Excel Neil Greenough Excel Programming 7 October 4th 03 02:54 AM


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