Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tj tj is offline
external usenet poster
 
Posts: 71
Default Sumif across workbook tabs

I have a workbook of 10 tabs and need to be able to toggle whether or not to
include each tab in a summary presented in a separate tab. One idea was to
toggle each tab on or off and use the sumif function to sum the data if the
tab is toggled on (where 1 = on).

My formula is: =SUMIF('Sheet1:Sheet10'!E6,1,'Sheet1:Sheet10'!F6).

The result is a value error. Any suggestions?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default Sumif across workbook tabs

Are your sheet names really Sheet1, Sheet2, Sheet3 etc ?

Biff

"tj" wrote in message
...
I have a workbook of 10 tabs and need to be able to toggle whether or not
to
include each tab in a summary presented in a separate tab. One idea was
to
toggle each tab on or off and use the sumif function to sum the data if
the
tab is toggled on (where 1 = on).

My formula is: =SUMIF('Sheet1:Sheet10'!E6,1,'Sheet1:Sheet10'!F6).

The result is a value error. Any suggestions?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default Sumif across workbook tabs

Hi

You could achieve this a different way.
Create 2 new sheets called First and Last and drag these to positions
where they "sandwich" the set of sheet you wish to sum, but not your
Summary sheet.
On your Summary sheet, use the formula =SUM(First:Last!A1) etc. to
calculate the various totals required.
Now, dragging any individual sheet to a position outside of the sandwich
will exclude it from the summation.

--
Regards

Roger Govier


"tj" wrote in message
...
I have a workbook of 10 tabs and need to be able to toggle whether or
not to
include each tab in a summary presented in a separate tab. One idea
was to
toggle each tab on or off and use the sumif function to sum the data
if the
tab is toggled on (where 1 = on).

My formula is: =SUMIF('Sheet1:Sheet10'!E6,1,'Sheet1:Sheet10'!F6).

The result is a value error. Any suggestions?



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
Is it possible to sort the tabs in a workbook? Jules Excel Discussion (Misc queries) 1 August 3rd 06 07:49 PM
Sumif Linking to Another Workbook error #VALUE! drgka55 Excel Discussion (Misc queries) 3 July 27th 06 05:32 PM
CREATE NEW WORKBOOK AND SHEETS BASED ON COLUMN DATA control freak Excel Worksheet Functions 2 July 20th 06 06:00 PM
sumif using other cell contents as workbook Nigel Excel Discussion (Misc queries) 3 November 22nd 05 10:19 PM
Setup Entire Workbook to print all tabs Duplex John Jr. Excel Worksheet Functions 1 August 4th 05 06:46 PM


All times are GMT +1. The time now is 10:07 AM.

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"