Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Getting data from 100 Excel sheet to One Help please

Hello kind brains.
I create Purchase orders in Excel - All from the same template. Then i
prepare properties so that the file that contains them displays PO number as
file name - then job number - then amount - then payment method.
I now need all that info to be on one sheet so that i can pivot table so the
boss can be happy. So backdatind i can do by hand but i would like future Pos
to automatically input the relevant data into this new sheet.
Is it possible?

And how? - Must be simple - Rookie here.

All help would be greatfully appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 427
Default Getting data from 100 Excel sheet to One Help please

Just to make sure I understand: the filenames include all the relevant
information you need to use? If that is in fact the case, one way to
collect information from the existing files is to open a DOS window
and type

dir c:\your directory tree here\*.xls c:\your directory tree here
\POFiles.txt

This will create a text file that contains all the xls files in that
directory. You can then import that text file into excel, and parse
the data into a useable format.

This method requires that you type everything exactly, know where all
the directories are, and know a few things about DOS. It's not user
friendly- that's why Windows was developed- but it will work.

Moving forward you can set up your template to save important PO
information from each file to an archive file.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default Getting data from 100 Excel sheet to One Help please

Hi Kevin

Check out my site for example code and a add-in

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Kevin Clark" wrote in message ...
Hello kind brains.
I create Purchase orders in Excel - All from the same template. Then i
prepare properties so that the file that contains them displays PO number as
file name - then job number - then amount - then payment method.
I now need all that info to be on one sheet so that i can pivot table so the
boss can be happy. So backdatind i can do by hand but i would like future Pos
to automatically input the relevant data into this new sheet.
Is it possible?

And how? - Must be simple - Rookie here.

All help would be greatfully appreciated.

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
How to merge data in Excel - one sheet to template sheet? Gabriela Excel Worksheet Functions 2 July 26th 07 03:34 PM
How do you go to the last row containing data in an excel sheet? Carol Excel Discussion (Misc queries) 4 August 24th 05 11:16 PM
Updating excel sheet with selected data from another sheet in the same file gsnivas Excel Worksheet Functions 1 August 4th 05 09:55 AM
Getting Excel Data from One Sheet to Another.... Robin Excel Discussion (Misc queries) 2 April 21st 05 01:15 PM
pull data from sheet two, then fill in the data to sheet one (part Jim Excel Worksheet Functions 3 December 11th 04 04:51 AM


All times are GMT +1. The time now is 02:54 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"