Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 244
Default Summing from multiple worksheets

I have a workbook with a large number of worksheets, all
of which are in the same format. The sheets are named by
employee. I would like to sum various cells across the
workbook onto one sheet, eg sum all L48 cells across the
workbook.

Is there a quick way to do this either by formula of
macro? I don't really want to have to create one long
formula by manually clicking through and selecting L48 on
each sheet.

Thanks for any help.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Summing from multiple worksheets

Hi Chris

Add two dummy sheets(empty sheets)with the name start as the first sheet
and one with the name end as the last sheet of your workbook.
this are empty sheets!!!

All worksheets between these sheets will be sum
with this formula

=SUM(start:end!B2)



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Chris" wrote in message ...
I have a workbook with a large number of worksheets, all
of which are in the same format. The sheets are named by
employee. I would like to sum various cells across the
workbook onto one sheet, eg sum all L48 cells across the
workbook.

Is there a quick way to do this either by formula of
macro? I don't really want to have to create one long
formula by manually clicking through and selecting L48 on
each sheet.

Thanks for any help.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 244
Default Summing from multiple worksheets

Perfect! Thanks very much.


-----Original Message-----
Hi Chris

Add two dummy sheets(empty sheets)with the name start as

the first sheet
and one with the name end as the last sheet of your

workbook.
this are empty sheets!!!

All worksheets between these sheets will be sum
with this formula

=SUM(start:end!B2)



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Chris" wrote in

message ...
I have a workbook with a large number of worksheets, all
of which are in the same format. The sheets are named

by
employee. I would like to sum various cells across the
workbook onto one sheet, eg sum all L48 cells across the
workbook.

Is there a quick way to do this either by formula of
macro? I don't really want to have to create one long
formula by manually clicking through and selecting L48

on
each sheet.

Thanks for any help.



.

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
Summing over multiple worksheets Alberta Rose Excel Worksheet Functions 1 January 12th 10 07:15 PM
summing same cell in multiple worksheets Sinkguy1 Excel Worksheet Functions 3 March 26th 09 03:12 PM
Summing same cells in multiple worksheets neilcarden Excel Worksheet Functions 1 July 8th 08 11:58 PM
Summing same cells in multiple worksheets neilcarden Excel Worksheet Functions 0 July 8th 08 11:16 PM
Summing across multiple worksheets HL Excel Worksheet Functions 3 July 7th 08 09:41 PM


All times are GMT +1. The time now is 02:57 AM.

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"