Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 59
Default How do I link to and import specific data from other workbook.

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
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
link to a specific worksheet of a workbook with many worksheets eva cheng Excel Discussion (Misc queries) 1 November 27th 09 04:51 PM
Import data to specific cells for a specific row Netta Excel Discussion (Misc queries) 0 January 27th 09 04:23 PM
Import or link data? Nrippe Excel Worksheet Functions 0 March 29th 07 08:40 PM
How do I link specific rows of data from one workbook to another? sstarcher Excel Worksheet Functions 0 September 11th 06 11:28 PM
import data to specific columns marlea Excel Discussion (Misc queries) 1 August 12th 05 02:05 AM


All times are GMT +1. The time now is 04:25 AM.

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"