Re: Formulas
- From: Gord Dibben <gorddibbATshawDOTca>
- Date: Thu, 06 Jul 2006 09:25:05 -0700
If your data to sum is in the same cell on each sheet you can use a 3D
reference.
=SUM(Sheet1:Sheet31!$H$26)
Gord Dibben MS Excel MVP
On Thu, 6 Jul 2006 07:36:01 -0700, Stephanie
<Stephanie@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
First, I have an excel document that I use for daily accounting. I use one
worksheet for each day. On each day I have several columns for various
products we sell. Is there a way to have a worksheet collect the data from
certain columns in each worksheet and total it? For example, I want to know
how many products in category A I sold over the month. Can I have one
worksheet where it takes the data from the other 31 worksheets and totals it?
I don't know how to arrange a formula to do that. Is it possible?
.
Relevant Pages
- RE: auto fill data
... One method is to use a worksheet change function. ... Paste function below on VBA page. ... For RowCount = 1 To LastRow ... C gives total of A and B, whereas D totals Column C for a day. ... (microsoft.public.excel.programming) - RE: auto fill data
... The location of C column may be in same worksheet, ... The code assumes the data is in the active workbook and worksheet. ... "hsg" wrote: ... C gives total of A and B, whereas D totals Column C for a day. ... (microsoft.public.excel.programming) - Re: Sum Function
... able to reuse the named range on addition lines in the worksheet. ... I can copy it to cells adjacent to it cells (monthly totals and a ... genric formula to sum the continuous rows of numbers above the total line ... (microsoft.public.excel.programming) - Re: Some serious help needed
... productivity report or contract totals is near impossible. ... To start I would love this worksheet to automatically create a check ... the hours and the efficiency percentage, then figures the adjusted pay. ... (microsoft.public.excel) - RE: Requesting Help Please on Auto Worksheet Setup
... Edit Worksheet or Start New Worksheet. ... Have 24 worksheets in each workbook. ... Sat Aug-02, Sun Aug-03 and so forth, Daily Totals, Weekend Totals, Sunday ... sheet called Carriers or a seperate workbook with a sheet caleed Carriers. ... (microsoft.public.excel.programming) |
|