Printer Forums

Printer Forums - Printing Help and Support > Newsgroups > Printer Newsgroups > Excel Printing > fairly basic excel question (i hope)

Reply
Thread Tools Display Modes

fairly basic excel question (i hope)

 
 
mibro
Guest
Posts: n/a

 
      06-27-2004, 11:29 PM
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 With Quote
 
 
 
 
Tom Ogilvy
Guest
Posts: n/a

 
      06-28-2004, 12:04 AM
Assume the next open column is M, so in M2 on the sheet with 7000 companies,
put in a formula
=vlookup(A2,Sheet2!A23500,2,False)
in N2
=vlookup(A2,Sheet2!A23500,3,False)

and in O2
=vlookup(A2,Sheet2!A23500,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
news: 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 With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help, Excel Files Being Wiped Out: Data Lost or Corrupted Mister Softie Excel Printing 5 10-17-2007 07:06 PM
Printing Excel 2003 Worksheets in Excel 2007 Peter Excel Printing 1 10-03-2007 02:00 AM
Print Margin is not the same when using Excel 2003 vs Excel XP Ver Jacky Ng Excel Printing 7 06-15-2005 07:57 PM
WORD 2000 pages layout when EXCEL table inserted Quetzalcoatl Excel Printing 0 01-04-2005 09:13 PM
Question on Printing an Excel Doc ZZR Excel Printing 1 07-02-2004 11:47 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32