Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 28
Default Making a new list (stacking?)

I really didn't know how to search for what I need so I'll try and describe
this in a way that someone will hopefully understand...

On a separate worksheet, I need to create a new list from certain criteria
from another sheet. For instance, if Run #1 is a regular workday for a
driver, which would be listed as "W" on the schedule sheet, I need to be able
to add his run number to a list on another sheet (hopefully in numerical
sequence) so that when the list is populated, I'll have a tracking sheet (on
the other sheet) to be able to make notes, etc., about the regular driver's
performance. My "blank" sheet has a constant 25 rows and the number of
regular drivers in a day would populate (in order, hopefully) down the list
starting at row one. Is this possible?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default Making a new list (stacking?)

You need to write a VBA macro. there are two different types that could work

1) Worksheet_change: when ever a range of cells get changes will activate
the macro. this macro can add information to a second worksheet.

2) Manually activated macro: You can run a macro once a day that take
certain f\data from one worksheet and add it to another worksheet.

"mailrail" wrote:

I really didn't know how to search for what I need so I'll try and describe
this in a way that someone will hopefully understand...

On a separate worksheet, I need to create a new list from certain criteria
from another sheet. For instance, if Run #1 is a regular workday for a
driver, which would be listed as "W" on the schedule sheet, I need to be able
to add his run number to a list on another sheet (hopefully in numerical
sequence) so that when the list is populated, I'll have a tracking sheet (on
the other sheet) to be able to make notes, etc., about the regular driver's
performance. My "blank" sheet has a constant 25 rows and the number of
regular drivers in a day would populate (in order, hopefully) down the list
starting at row one. Is this possible?

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
Stacking data without stacking everything JMCostello Charts and Charting in Excel 1 August 24th 07 12:24 AM
making a list Elvis Excel Discussion (Misc queries) 1 July 6th 06 02:17 AM
making a list ?¿ Brian Brandt Excel Worksheet Functions 0 April 25th 06 02:41 PM
Making a list Pastime Setting up and Configuration of Excel 2 November 20th 05 11:59 PM
Making a new list cityfc Excel Discussion (Misc queries) 3 November 13th 05 12:57 PM


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