PC Review


Reply
Thread Tools Rate Thread

How do I link to and import specific data from other workbook.

 
 
DDawson
Guest
Posts: n/a
 
      22nd Feb 2008
I have a database data dump titled "Export_Requests.csv" This is exported
from a user database on a daily basis. I have a Workbook titled "Monitor.xls
" with a Workbook_Open event which opens and hides Export_Requests.csv the
same time as Monitor.xls opens, thereby allowing the data to be updated.

Export_Requests.csv is currently 2,698 rows by 66 columns and it takes about
ten seconds each time I change a cell for the sheet to calculate and
regenerate. I want to use the data to monitor contracts and therefore
autofilter the data down acorrding to each contract. I would prefer to have
separate books for each contract to keep the filesize to a minimum.

I need to import only data from the other columns in Export_Requests.csv
where the value in Column Z = "Contract A" etc., and I can create separate
workbooks for the various contracts A, B, C etc., this should keep the size
to a minimum and allow me to add additional columns with contract specific IF
statements.

I currently use defined names to link and import the data from one workbook
to the other:
For example "ProjectName"
=OFFSET(Export_Requests.csv!$C$1,0,0,COUNTA(Export_Requests.csv!$A:$A),1)
is a named range in Monitor.xls which selects all the populated cells in
Column C of Export_Requests.

In A1 of Monitor.xls I add the formula =Projectname and drag the list down
to link to and populate the column with all the Project Names from Export
Requests. I can even add an IFERROR and drag the row down further to include
for future additions as the database grows.

Is there away to define a range of cells in column C, selecting only cells
of each row where the value in column Z is "Contract A" ?

Kind Regards
D.Dawson




 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
link to a specific worksheet of a workbook with many worksheets eva cheng Microsoft Excel Misc 1 27th Nov 2009 04:51 PM
Macro to copy specific data from master workbook to another workbook Mark767 Microsoft Excel Programming 13 1st Sep 2009 08:57 PM
Import specific sheet from Excel workbook =?Utf-8?B?RXJpYyBAIENNTiwgRXZhbnN2aWxsZQ==?= Microsoft Access External Data 6 4th Jun 2008 03:20 PM
How do I link specific rows of data from one workbook to another? =?Utf-8?B?c3N0YXJjaGVy?= Microsoft Excel Worksheet Functions 0 11th Sep 2006 11:28 PM
How do I link specific rows of data from one workbook to another? =?Utf-8?B?c3N0YXJjaGVy?= Microsoft Excel Worksheet Functions 0 11th Sep 2006 11:28 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:29 AM.