The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
As you may or may not know, I work for an engineer squadron in the USAF. Pretty awesome. You may also know that the USAF is not the most...shall we say, coordinated entity in the construction business.
To that end, I'd like to help by creating an excel file populated by various OTHER excel files. My question to you: Where do I start? I know how you can link cells to other sheets in excel, but I need something a bit bigger. What I want to do is create one "master" excel file which draws its data from several other excel files. Is this possible? Is there a word for this type of linking?
Iceman.USAF on
0
Posts
ChanusHarbinger of the Spicy Rooster ApocalypseThe Flames of a Thousand Collapsed StarsRegistered User, Moderatormod
edited November 2009
Would it be easier to just combine them as sheets within one file or are these multi-sheet files?
Another idea would be to use Word to make a sort of Table of Contents page that hyperlinks the other files... though I'm not really sure how much interaction you plan to have within the Excel files... is this just reference or will values in the individual files be used together?
Chanus on
Allegedly a voice of reason.
0
Deebaseron my way to work in a suit and a tieAhhhh...come on fucking guyRegistered Userregular
edited November 2009
edit: meh
Deebaser on
0
Deebaseron my way to work in a suit and a tieAhhhh...come on fucking guyRegistered Userregular
edited November 2009
What are you trying to accomplish? This sounds like Access work to me.
I don't exactly have an answer, but a few tips. First, you have to master the Excel terminology. Separate files are called "workbooks." I googled "linking excel workbooks" and got this. Probably a good start, at least.
More information is definitely needed, especially regarding how the "source" workbooks are used, where all of the workbooks are in relation to one another, and what is wanted out of the "master" workbook.
The word for that kind of linking is a relational database. You might be able to swing it in Excel, but as far as I'm aware it's better suited to Access. Even if you could do it in Excel, it would certainly be easier with a database program, because that's what they're built for.
I'm a middle level Office user, but I think this might be easier to do as an Access project. You can import a variety of excel sheets as tables within one Access DB.
Like others have said, you can force it through excel with the VLOOKUP function, but creating a relational database in Access will be a lot easier in the long run.
I'll have to check up on the Access route. To be honest, if I had ever used Access before I may have tried it. Well, I know what I'll be messing with at work today! Haha!
Anyway, to clarify...
We've got several sections all working on various parts of a given construction project. Keeping one Excel file isn't working, because people can't edit it on the fly as they'd like or if they can, someone is editing the file (so they cannot) and they forget about it until much later. We need to keep up to date data readily available.
What I'd like is to have one master workbook that draws data from several others that people can keep in their own personal workbook.
So when I open the master workbook, it grabs the pertinent data from all the other ones and populates it with the required information from the individual engineer's workbooks. Does that make more sense?
Choose the excel files you want to use. Each Excel file will represent 1 Linked Table. You'll probably want to create one for each section, or hell, each user.
You should now have an access database that pulls information from the linked tables, which are pulling from the excel files.
When someone updates an Excel file, the changes will be reflected in the linked table in access.
You can then create access reports which go off of these linked tables. For pretty eye candy. If you or someone knows SQL/Access reports, you can use 'DLookUp' to pull information from each table into one master report. With graphs and 3d pictures and ninja stars.
I second the Access route, especially if you're working in the 2007 suite. It's much more integrated and user friendly, especially for a first time user.
As my office's Access guru, I agree with the above.
I have to ask btw: Redhorse? Or another engineering squadron?
mspencer on
MEMBER OF THE PARANOIA GM GUILD
XBL Michael Spencer || Wii 6007 6812 1605 7315 || PSN MichaelSpencerJr || Steam Michael_Spencer || Ham NOØK QRZ || My last known GPS coordinates: FindU or APRS.fi (Car antenna feed line busted -- no ham radio for me X__X )
My Dad is retired USAF. He was over in England with the 819th Redhorse, and then in Florida with the 823rd for a few years.
I'm a CS grad student. While other people in this thread are probably more database-savvy than I and are just as qualified as I am to do this:
Can you ask if you're allowed to post the kinds of objects or things that you track, and what the things are that you use to describe them? Not everything unclassified is necessarily public. I can't send you an MS Access database file, but I can describe how to build what you need.
mspencer on
MEMBER OF THE PARANOIA GM GUILD
XBL Michael Spencer || Wii 6007 6812 1605 7315 || PSN MichaelSpencerJr || Steam Michael_Spencer || Ham NOØK QRZ || My last known GPS coordinates: FindU or APRS.fi (Car antenna feed line busted -- no ham radio for me X__X )
Posts
Another idea would be to use Word to make a sort of Table of Contents page that hyperlinks the other files... though I'm not really sure how much interaction you plan to have within the Excel files... is this just reference or will values in the individual files be used together?
Yeah, this might be edging perilously close to database work.
If everything is static that would work... but I'm not even sure what he's trying to do in the first place.
Anyway, to clarify...
We've got several sections all working on various parts of a given construction project. Keeping one Excel file isn't working, because people can't edit it on the fly as they'd like or if they can, someone is editing the file (so they cannot) and they forget about it until much later. We need to keep up to date data readily available.
What I'd like is to have one master workbook that draws data from several others that people can keep in their own personal workbook.
So when I open the master workbook, it grabs the pertinent data from all the other ones and populates it with the required information from the individual engineer's workbooks. Does that make more sense?
Open an Access database
Go to the tables section
Right click in the blank area in the window.
Choose 'Link Table'
Choose the excel files you want to use. Each Excel file will represent 1 Linked Table. You'll probably want to create one for each section, or hell, each user.
You should now have an access database that pulls information from the linked tables, which are pulling from the excel files.
When someone updates an Excel file, the changes will be reflected in the linked table in access.
You can then create access reports which go off of these linked tables. For pretty eye candy. If you or someone knows SQL/Access reports, you can use 'DLookUp' to pull information from each table into one master report. With graphs and 3d pictures and ninja stars.
I have to ask btw: Redhorse? Or another engineering squadron?
XBL Michael Spencer || Wii 6007 6812 1605 7315 || PSN MichaelSpencerJr || Steam Michael_Spencer || Ham NOØK
QRZ || My last known GPS coordinates: FindU or APRS.fi (Car antenna feed line busted -- no ham radio for me X__X )
I'm a CS grad student. While other people in this thread are probably more database-savvy than I and are just as qualified as I am to do this:
Can you ask if you're allowed to post the kinds of objects or things that you track, and what the things are that you use to describe them? Not everything unclassified is necessarily public. I can't send you an MS Access database file, but I can describe how to build what you need.
XBL Michael Spencer || Wii 6007 6812 1605 7315 || PSN MichaelSpencerJr || Steam Michael_Spencer || Ham NOØK
QRZ || My last known GPS coordinates: FindU or APRS.fi (Car antenna feed line busted -- no ham radio for me X__X )