Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Excel 2007 - combining worksheets to use for a mail merge

I am trying to do a mail merge, and the information I need is contained in
two separate excel workbooks.

The first workbook contains the names and addresses of individuals who
receive a specific item number. The second workbok lists the various item
numbers along with the price for each item.

Is there a function in Excel that I can use to add the pricing information
contained in the second workbooks to the first workbook, so that I can
successfully compplete my mail merge using one data source document?


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 793
Default Excel 2007 - combining worksheets to use for a mail merge

You can use VLOOKUP.
Assuming Col C in sheet 1 contains item# and sheet 2 contains item# in Col A
and Price in Col B then you can get price in Col D of sheet 1 by entering
this formula (assuming further that row 1 is header) in D2
=VLOOKUP(C2,Sheet2!A:B,2,FALSE)
and copying the formula down col D

"crazywatergirl" wrote:

I am trying to do a mail merge, and the information I need is contained in
two separate excel workbooks.

The first workbook contains the names and addresses of individuals who
receive a specific item number. The second workbok lists the various item
numbers along with the price for each item.

Is there a function in Excel that I can use to add the pricing information
contained in the second workbooks to the first workbook, so that I can
successfully compplete my mail merge using one data source document?


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
from where has to access mail merge option in MS Excel 2007 vara Excel Worksheet Functions 1 April 4th 09 04:52 PM
Can I use Mail Merge to fill in Excel worksheets Lori G Excel Discussion (Misc queries) 1 July 30th 08 12:16 PM
Using Mail Merge in Excel 2007 Helen P Excel Discussion (Misc queries) 1 June 4th 07 06:04 PM
Mail Merge - combining mutiple rows of data on one mailer. Kevin Rhinehart Excel Discussion (Misc queries) 0 January 16th 07 10:35 PM
How do I mail merge from different excel worksheets? Pure Excel Discussion (Misc queries) 3 February 21st 06 03:08 PM


All times are GMT +1. The time now is 08:51 AM.

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"