G
Gord
Just trying to find a way to tweak a data collection method my company
uses... Here's what we have now:
A sheet flagged as "others" that tracks each sale type (5 or 6
different transactions) and their sale date. So we'll have the client
name in A, the date in B, the month in C and the transaction type in D.
We have a hidden sheet in the workbook that has the following forumla:
=Others!C1&D1 (filled down to cover about 1500 transactions)
Now, on a summary sheet we have a count if function that says:
=COUNTIF(Hidden!A:A,"JanType") which gives us a running count of all of
each transaction done per month.
Rows along the top are for each month, and a summary for the quarter.
The COUNTIF function changes to inclue FEB, MAR, etc.
In a prefect would I would like a forumla to replace the one on summary
sheet that would allow us to count:
All of each type of transaction in D, but only for the month needed AND
i'd like to get rid of the redudent Column C and pull the month from
the date entry.
Ideas? Suggestions?
Since this paperwork is emailed in on a weekly basis using pivot tables
is not an option since it bumps the file size up too much...
uses... Here's what we have now:
A sheet flagged as "others" that tracks each sale type (5 or 6
different transactions) and their sale date. So we'll have the client
name in A, the date in B, the month in C and the transaction type in D.
We have a hidden sheet in the workbook that has the following forumla:
=Others!C1&D1 (filled down to cover about 1500 transactions)
Now, on a summary sheet we have a count if function that says:
=COUNTIF(Hidden!A:A,"JanType") which gives us a running count of all of
each transaction done per month.
Rows along the top are for each month, and a summary for the quarter.
The COUNTIF function changes to inclue FEB, MAR, etc.
In a prefect would I would like a forumla to replace the one on summary
sheet that would allow us to count:
All of each type of transaction in D, but only for the month needed AND
i'd like to get rid of the redudent Column C and pull the month from
the date entry.
Ideas? Suggestions?
Since this paperwork is emailed in on a weekly basis using pivot tables
is not an option since it bumps the file size up too much...