TheSubject
New Member
- Joined
- Feb 16, 2016
- Messages
- 23
I am making a weekly summary file for my bar.
End of each week I "move or copy" the 7 daily cash up sheets into the weekly sheet, named by the days of the week.
In the weekly sheet, I have the cash summary page, which has a column of various headers (denomination, pdq, amex, discrepancies, etc) 7 columns for each day and a ninth column for totals.
On the next page I now want to summarise my petty cash.
Each day's sheets has 8 rows for petty cash input, but for the most part only one or two rows are used.
I want to now have each "list" put into one list, so ranging from just a couple of entries to lots of them, in date order, but ignoring blank entries.
It's worth noting that there may be duplicate purchases - say a really hot week where we go through all our ice, my freezer capacity is minimal so we may have to buy ice several days in the week, meaning the list can't be a unique list.
If I just say =Tuesday!B23 (for instance) and theres no purchase there it comes up with "0", so I need a kind of:
=Range(sunday!b22-b29, if no more data, then monday!b22-29, if no more.....)
any ideas?
Thanks in advance
End of each week I "move or copy" the 7 daily cash up sheets into the weekly sheet, named by the days of the week.
In the weekly sheet, I have the cash summary page, which has a column of various headers (denomination, pdq, amex, discrepancies, etc) 7 columns for each day and a ninth column for totals.
On the next page I now want to summarise my petty cash.
Each day's sheets has 8 rows for petty cash input, but for the most part only one or two rows are used.
I want to now have each "list" put into one list, so ranging from just a couple of entries to lots of them, in date order, but ignoring blank entries.
It's worth noting that there may be duplicate purchases - say a really hot week where we go through all our ice, my freezer capacity is minimal so we may have to buy ice several days in the week, meaning the list can't be a unique list.
If I just say =Tuesday!B23 (for instance) and theres no purchase there it comes up with "0", so I need a kind of:
=Range(sunday!b22-b29, if no more data, then monday!b22-29, if no more.....)
any ideas?
Thanks in advance