Re: exporting from a template into a monthly excel list database
From: Jonathan Rynd (pqaf4hm02_at_atsneakemail.com.invalid)
Date: 02/13/04
- Next message: Jonathan Rynd: "Re: Relative transfer of data from the last sheet"
- Previous message: Robert Nguyen: "VBA question"
- In reply to: jake: "exporting from a template into a monthly excel list database"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 13 Feb 2004 15:59:12 GMT
"jake" <anonymous@discussions.microsoft.com> wrote in news:f6a001c3f1d3
$c15766f0$a001280a@phx.gbl:
> The difficulty I'm having is how to make the
> figures auto update into a seperate worksheet, with the
> same departments, but a weekly, monthly, a year-to-date
> and previous year columns.
It sounds like you really want a database program, rather than Excel.
Databases are much better at keeping historical records and choosing a
subset of the records to make a report on.
If you want do it in Excel you will have to mimic the functionality of a
database. You'll have to store your information like this:
Date Department Register Proceeds
2/13/04 Mens 1 $1097.68
2/13/04 Shoes 1 $898.21
etc.
If you want to enter the information on a template, you'll have to run a
macro to copy the information from the template into the table format I
mentioned above.
Then it is easy to use the database functions (Dfunctions) to get the
totals for weekly, monthly, and year-to-date.
-- My email address has an extra @ (spell it out) and an extra invalid. Please remove them if you are not a spammer or list broker and want to reply.
- Next message: Jonathan Rynd: "Re: Relative transfer of data from the last sheet"
- Previous message: Robert Nguyen: "VBA question"
- In reply to: jake: "exporting from a template into a monthly excel list database"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|