Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 129
Default Merging Excel Sheet with Excel Sheet (Just like in MS Word!)

Hi everyone,

Purpose: create classroom roster between one Excel spreadsheet as data
source and another excel sheet.

I know how to use one excel spreadsheet as a data source to merge with
another word document; however, by using this method, I found that the link
between the files keep dropping from time to time, especially when the folder
has been moved around.
I'm thinking of creating the same layout of the Word document in another
Excel spreadsheet and somehow "LINK" the data source and the other
spreadsheet together, but I'm not sure how, or whether this is even possible.
I'm thinking of using Vlookup or Hlookup, but this function only return one
result and I'd like the function to return multiple result based on the look
up criteria.

Please find my data source layout below:
First Name | Last Name | Days | Classroom | DoB ...

As you may notice that "Classroom" column will contain repeated information,
and if I choose this as the look up criteria in Vlookup or Hlookup, the
function only return one result. And that's not the whole roster for that
particular classroom.

Is there anyone who have done this sort of thing before?
Is this possible to do in Excel? I'm using Excel 2003.

Thank you,
Neon520


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 293
Default Merging Excel Sheet with Excel Sheet (Just like in MS Word!)

Hi Neon520,

Regarding your original problem, Word links to Excel Workbooks will fail if you relocate or rename the Excel Workbooks - you can
move the Word files without problems. Of course, if you move the files to a different PC, the links will fail if any part of the
path to the Excel Workbooks differs. If you're going to be moving the files around on a regular basis, you may find it useful to
employ the macro code I've posted at: http://lounge.windowssecrets.com/ind...owtopic=670027

--
Cheers
macropod
[Microsoft MVP - Word]


"Neon520" wrote in message ...
Hi everyone,

Purpose: create classroom roster between one Excel spreadsheet as data
source and another excel sheet.

I know how to use one excel spreadsheet as a data source to merge with
another word document; however, by using this method, I found that the link
between the files keep dropping from time to time, especially when the folder
has been moved around.
I'm thinking of creating the same layout of the Word document in another
Excel spreadsheet and somehow "LINK" the data source and the other
spreadsheet together, but I'm not sure how, or whether this is even possible.
I'm thinking of using Vlookup or Hlookup, but this function only return one
result and I'd like the function to return multiple result based on the look
up criteria.

Please find my data source layout below:
First Name | Last Name | Days | Classroom | DoB ...

As you may notice that "Classroom" column will contain repeated information,
and if I choose this as the look up criteria in Vlookup or Hlookup, the
function only return one result. And that's not the whole roster for that
particular classroom.

Is there anyone who have done this sort of thing before?
Is this possible to do in Excel? I'm using Excel 2003.

Thank you,
Neon520



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 510
Default Merging Excel Sheet with Excel Sheet (Just like in MS Word!)

Hi

To avoid problems with linked workbooks (An Excel file as MM source for Word
is linked too) keep all such workbooks on some shared network resource (on
some server, I'll advice). All users who need to link to such workbooks,
have to map this network resource - preferably all with same drive letter
(p.e. X)

Now, all links to those workbooks will be like
'X:\Sources\[SourceWorkbook.xls]SheetName'!A1 - for every user.
Whenever you migrate this network resource to some new location, all users
have to remap it with same drive letter again, and all links will work
without any problems.


Arvi Laanemets


"Neon520" kirjutas sõnumis news:
...
Hi everyone,

Purpose: create classroom roster between one Excel spreadsheet as data
source and another excel sheet.

I know how to use one excel spreadsheet as a data source to merge with
another word document; however, by using this method, I found that the
link
between the files keep dropping from time to time, especially when the
folder
has been moved around.
I'm thinking of creating the same layout of the Word document in another
Excel spreadsheet and somehow "LINK" the data source and the other
spreadsheet together, but I'm not sure how, or whether this is even
possible.
I'm thinking of using Vlookup or Hlookup, but this function only return
one
result and I'd like the function to return multiple result based on the
look
up criteria.

Please find my data source layout below:
First Name | Last Name | Days | Classroom | DoB ...

As you may notice that "Classroom" column will contain repeated
information,
and if I choose this as the look up criteria in Vlookup or Hlookup, the
function only return one result. And that's not the whole roster for that
particular classroom.

Is there anyone who have done this sort of thing before?
Is this possible to do in Excel? I'm using Excel 2003.

Thank you,
Neon520


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 129
Default Merging Excel Sheet with Excel Sheet (Just like in MS Word!)

Hi Macropod,

Thank you for responding to my post.
As much as I'd like to try the method that you suggested, the excel data
file and the word merge file are actually in a single folder on desktop and
never ever moved before, but the link kept broken for whatever reason.

However, the merged files are being access by another user on a separate
computer that have access to that same folder. Do you think it has something
to do with that?

Going back to the solution that I'm trying to do with excel link excel, do
you think it's possible? Any resources you could refer me to?

Thank you,
neon520

"macropod" wrote:

Hi Neon520,

Regarding your original problem, Word links to Excel Workbooks will fail if you relocate or rename the Excel Workbooks - you can
move the Word files without problems. Of course, if you move the files to a different PC, the links will fail if any part of the
path to the Excel Workbooks differs. If you're going to be moving the files around on a regular basis, you may find it useful to
employ the macro code I've posted at: http://lounge.windowssecrets.com/ind...owtopic=670027

--
Cheers
macropod
[Microsoft MVP - Word]


"Neon520" wrote in message ...
Hi everyone,

Purpose: create classroom roster between one Excel spreadsheet as data
source and another excel sheet.

I know how to use one excel spreadsheet as a data source to merge with
another word document; however, by using this method, I found that the link
between the files keep dropping from time to time, especially when the folder
has been moved around.
I'm thinking of creating the same layout of the Word document in another
Excel spreadsheet and somehow "LINK" the data source and the other
spreadsheet together, but I'm not sure how, or whether this is even possible.
I'm thinking of using Vlookup or Hlookup, but this function only return one
result and I'd like the function to return multiple result based on the look
up criteria.

Please find my data source layout below:
First Name | Last Name | Days | Classroom | DoB ...

As you may notice that "Classroom" column will contain repeated information,
and if I choose this as the look up criteria in Vlookup or Hlookup, the
function only return one result. And that's not the whole roster for that
particular classroom.

Is there anyone who have done this sort of thing before?
Is this possible to do in Excel? I'm using Excel 2003.

Thank you,
Neon520



.

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
Excel sheet with links to Word doc QPapillon Excel Discussion (Misc queries) 2 July 23rd 09 06:50 PM
insert an excel sheet into a word doc and keep excel page breaks. Diane Excel Discussion (Misc queries) 0 September 10th 07 12:34 AM
when i insert word art in excel sheet excel file closes automatica marwin Excel Discussion (Misc queries) 1 April 10th 06 03:29 PM
Copy Excel Sheet into word Littlebear Excel Discussion (Misc queries) 4 December 7th 05 08:45 PM
excel to read a row, if word 'x' in then put on other sheet ?? Andy100 New Users to Excel 12 October 13th 05 02:49 PM


All times are GMT +1. The time now is 04:20 PM.

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"