View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Gary Keramidas Gary Keramidas is offline
external usenet poster
 
Posts: 2,494
Default procedural help lease

thanks for the idea

--


Gary


"dkinn" wrote in message
...
You might want to try the Consolidate feature from the Data menu

It allows you to bring together sheets and sum like fields
so your salt fields will be added and any unique fields will be added to the
list of spices.

it can be done manually or programatically

hope this helps

David

"Gary Keramidas" wrote:

i am just looking for a short description, no code, on how you would proceed
with this task. i have an idea, but just wanted some other input before i
really
got into it too far.

looking to summarize spice blends. every blend is in a separate workbook
whose
name starts with a unique number then has some text description then .xls.

the range of cells for the spices needed for that blend is always the same in
each workbook.

so in the summary workbook, if the user wanted to schedule a particular
blend,
they would just enter the numerical part of the filename then i would just
find
and open it.

then i would need to populate the columns with the spices and the number of
pounds needed.

with multiple blends scheduled, there would be some unique spices and some
that
are reused, like salt, for example. so i would need to add to the number in
that
column, but if the spice hasn't been used yet, i would need to add a column
for
that spice.

would you import all of the blends for the week in a "work" sheet, sort, then
delete the dupes and then populate the actual schedule sheet?

just looking for some ideas here, i know it's not much to go on.

thanks for reading.

--


Gary