#1   Report Post  
Posted to microsoft.public.excel.misc
imran
 
Posts: n/a
Default montly summary

sir, i m preparing the a daily report, in which i add the figure, in the
last of month , i have to prepare a monthly summary , that i prepare
manually, in the summary,

for example , this month of april, i give the date in the date cell,all
data fill into the daily report. now in monthly summary report ( i have
already prepare the monthly report by date wise from 1~30),
like this :

for example
this is my daily summary
date 4/1/06
this is my data that i write into the cells
parameters value
count 12.1
cv 1.2
clsp 2340
cvb 2.5

now in montly summary,

date count cv clsp cvb
4/1 12.1 1.2 2340 2.5
4/2 12.5 1.4 2340 3.1
4/3
4/4
up to
30/4

now i want my 4/1 values automatic add into the all parameters , and
next day when date change, in montly summary automatic data transfer to
4/2 's parametes,

is it possible in excel or not
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ardus Petus
 
Posts: n/a
Default montly summary

Are your daily reports each on a separate sheet?

How are named the sheets?

You can use INDIRECT on monthly sheet.

HTH
--
AP

"imran" a écrit dans le message de
...
sir, i m preparing the a daily report, in which i add the figure, in the
last of month , i have to prepare a monthly summary , that i prepare
manually, in the summary,

for example , this month of april, i give the date in the date cell,all
data fill into the daily report. now in monthly summary report ( i have
already prepare the monthly report by date wise from 1~30),
like this :

for example
this is my daily summary
date 4/1/06
this is my data that i write into the cells
parameters value
count 12.1
cv 1.2
clsp 2340
cvb 2.5

now in montly summary,

date count cv clsp cvb
4/1 12.1 1.2 2340 2.5
4/2 12.5 1.4 2340 3.1
4/3
4/4
up to
30/4

now i want my 4/1 values automatic add into the all parameters , and
next day when date change, in montly summary automatic data transfer to
4/2 's parametes,

is it possible in excel or not



  #3   Report Post  
Posted to microsoft.public.excel.misc
Arvi Laanemets
 
Posts: n/a
Default montly summary

Hi

Redesign your workbook in following way:

Sheet Data:
Date Parameter Value
4/1/06 count 12.1
4/1/06 cv 1.2
4/1/06 clsp 2340
.....

Define named ranges (from Insert menu, NameDefine) p.e.
Date=OFFSET(Data!$A$1,1,,COUNT($A:$A),1)
Parameter=OFFSET(Data!$B$1,1,,COUNT($A:$A),1)
Value=OFFSET(Data!$C$1,1,,COUNT($A:$A),1)

Sheet Months:
Month

Into A2 enter the 1st of start month in any valid date format, like 1/1/06,
and format like as Custom "yyyy.mmmm"
Into A3 enter the formula:
=IF(A2="","",IF(DATE(YEAR(A2),MONTH(A2)+1,1)TODAY (),"",DATE(YEAR(A2),MONTH(A2)+1,1)))
and format like A2.
Copy A3 down for some resonable amount of rows.

Define a named range Months
=OFFSET(Months!$A$1,1,,COUNT($A:$A),1)

Hide sheet Months


Sheet MonthlyRep:
For some cell, p.e. B1, apply data validation list (From Data menu select
Validation, etc.), with source
=Months
, i.e. the list refers to named range created befor. Now you can select the
any month from start one up to current into this cell. Format the cell in
any valid date format - reasonable will be formats like "yyyy.mmmm or "mmmm
yyyy", etc.

Into row 3 enter table headers
Date Count Cv Clsp Cvb

Into A4 enter the formula
=IF(MONTH($B$1+ROW()-4)=MONTH($B$1),$B$1+ROW()-4,"")
, and format as Custom "dd".
Copy A4 down for 31 rows.
Into cell B4 enter the formula
=IF(A4="","",SUMPRODUCT(--(Date=$A4),--(Parameter=B$3),Value))
Copy the formula from B4 to range B4:E34

It's all!

--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )



"imran" wrote in message
...
sir, i m preparing the a daily report, in which i add the figure, in the
last of month , i have to prepare a monthly summary , that i prepare
manually, in the summary,

for example , this month of april, i give the date in the date cell,all
data fill into the daily report. now in monthly summary report ( i have
already prepare the monthly report by date wise from 1~30),
like this :

for example
this is my daily summary
date 4/1/06
this is my data that i write into the cells
parameters value
count 12.1
cv 1.2
clsp 2340
cvb 2.5

now in montly summary,

date count cv clsp cvb
4/1 12.1 1.2 2340 2.5
4/2 12.5 1.4 2340 3.1
4/3
4/4
up to
30/4

now i want my 4/1 values automatic add into the all parameters , and
next day when date change, in montly summary automatic data transfer to
4/2 's parametes,

is it possible in excel or not



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Summary Counts Functions to filter multiple conditions Kamlesh Excel Worksheet Functions 2 March 14th 06 10:51 AM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
Linking References from Multiple Sheets to One Summary Sheet Kim Setting up and Configuration of Excel 3 May 5th 05 04:56 PM
Linking sheets to a summary sheet in workbook gambinijr Excel Discussion (Misc queries) 4 December 16th 04 08:13 PM
linking multiple sheets to a summary sheet greg g Excel Discussion (Misc queries) 1 December 16th 04 07:43 AM


All times are GMT +1. The time now is 06:35 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"