Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
RIP
 
Posts: n/a
Default Sum of worksheets.

I have a work book with 31 sheets,1...31, that is dates in a month. And it's
a summary sheet at the end of the same work book. I try to create a formel
that will allow me to enter a start date and end date witch will provide a
sum of the info given between the given range,date.
Summary sheet have date from A6:A36 and the spesific info is from O6:O36
Start date in Q42, End date in R42 and S42 is the cell where i want the sum
calculated. HOW TO FIX THIS.
?????????????????????????
RIP.
  #2   Report Post  
nbrcrunch
 
Posts: n/a
Default


I'm having trouble following your post but the syntax I think you are
looking for is:

=SUM(Sheet1:Sheet2!A1)

In other words:
=SUM(FirstSheet:LastSheet!Range)


--
nbrcrunch
  #3   Report Post  
Jason Morin
 
Posts: n/a
Default

Your post is a little confusing, but this formula will
sum O6:O36 on each sheet that falls in between the dates
(actually just a number 1-31) that you specify in Q42 and
R42:

=SUM(SUMIF(INDIRECT("'"&ROW(INDIRECT(Q42&":"&R42)) &"'!
O6:O36"),"0",INDIRECT("'"&ROW(INDIRECT(Q42&":"&R4 2))&"'!
O6:O36")))

Array-entered, meaning press ctrl + shift + enter.

HTH
Jason
Atlanta, GA

-----Original Message-----
I have a work book with 31 sheets,1...31, that is dates

in a month. And it's
a summary sheet at the end of the same work book. I try

to create a formel
that will allow me to enter a start date and end date

witch will provide a
sum of the info given between the given range,date.
Summary sheet have date from A6:A36 and the spesific

info is from O6:O36
Start date in Q42, End date in R42 and S42 is the cell

where i want the sum
calculated. HOW TO FIX THIS.
?????????????????????????
RIP.
.

  #4   Report Post  
Jason Morin
 
Posts: n/a
Default

Actually, you can shorten the formula to:

=SUM(SUMIF(INDIRECT("'"&ROW(INDIRECT(Q42&":"&R42)) &"'!
O6:O36"),"0"))

Jason

-----Original Message-----
Your post is a little confusing, but this formula will
sum O6:O36 on each sheet that falls in between the dates
(actually just a number 1-31) that you specify in Q42

and
R42:

=SUM(SUMIF(INDIRECT("'"&ROW(INDIRECT(Q42&":"&R42) )&"'!
O6:O36"),"0",INDIRECT("'"&ROW(INDIRECT(Q42&":"&R 42))&"'!
O6:O36")))

Array-entered, meaning press ctrl + shift + enter.

HTH
Jason
Atlanta, GA

-----Original Message-----
I have a work book with 31 sheets,1...31, that is dates

in a month. And it's
a summary sheet at the end of the same work book. I try

to create a formel
that will allow me to enter a start date and end date

witch will provide a
sum of the info given between the given range,date.
Summary sheet have date from A6:A36 and the spesific

info is from O6:O36
Start date in Q42, End date in R42 and S42 is the cell

where i want the sum
calculated. HOW TO FIX THIS.
?????????????????????????
RIP.
.

.

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
How to protect and unprotect 30 worksheets in a file every month . Protect & Unprotect Several Worksheets Excel Worksheet Functions 4 January 10th 05 01:29 PM
Protect/unprotect all worksheets Janna Excel Worksheet Functions 2 January 7th 05 01:01 AM
HELP! How do you--> Lock a set of rows but also link worksheets to FRUSTRATED Excel Discussion (Misc queries) 6 December 29th 04 10:05 PM
Assigning Cells in worksheets to other data in other worksheets. David McRitchie Excel Discussion (Misc queries) 0 November 27th 04 06:15 PM
Sort/Link Worksheets Debby Excel Worksheet Functions 0 November 12th 04 07:50 PM


All times are GMT +1. The time now is 09:07 PM.

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

About Us

"It's about Microsoft Excel"