Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Andre Croteau
 
Posts: n/a
Default Is it possible to have a 3D sumif result?

Hello,

I tried to do a 3D sumif formula, but it didn't work.
=sumif(sheet1:sheet6!a1,"0") but I got a #VALUE


Does anyone have a method that can be used to get the result that I want?
And could the solution be used for the "Countif" and "Average" functions as
well?

Thanks in advance

André


  #2   Report Post  
Biff
 
Posts: n/a
Default Is it possible to have a 3D sumif result?

Hi!

Create a list of your sheet names and give that list a defined name. Say
that name is Snames.

Then:

=SUMPRODUCT(SUMIF(INDIRECT("'"&Snames&"'!A1"),"0" ))

Biff

"Andre Croteau" wrote in message
...
Hello,

I tried to do a 3D sumif formula, but it didn't work.
=sumif(sheet1:sheet6!a1,"0") but I got a #VALUE


Does anyone have a method that can be used to get the result that I want?
And could the solution be used for the "Countif" and "Average" functions
as
well?

Thanks in advance

André




  #3   Report Post  
Biff
 
Posts: n/a
Default Is it possible to have a 3D sumif result?

Ooops!

And could the solution be used for the "Countif" and "Average" functions as
well?


For Countif:

=SUMPRODUCT(COUNTIF(INDIRECT("'"&Snames&"'!A1")," 0"))

For Average:

=AVERAGE(Sheet1:Sheet3!A1)

If you want a conditional average: 0

Then just use the Sumproduct(Sumif.........)/Sumproduct(Countif(........)

Biff

"Biff" wrote in message
...
Hi!

Create a list of your sheet names and give that list a defined name. Say
that name is Snames.

Then:

=SUMPRODUCT(SUMIF(INDIRECT("'"&Snames&"'!A1"),"0" ))

Biff

"Andre Croteau" wrote in message
...
Hello,

I tried to do a 3D sumif formula, but it didn't work.
=sumif(sheet1:sheet6!a1,"0") but I got a #VALUE


Does anyone have a method that can be used to get the result that I want?
And could the solution be used for the "Countif" and "Average" functions
as
well?

Thanks in advance

André






  #4   Report Post  
Andre Croteau
 
Posts: n/a
Default Is it possible to have a 3D sumif result?

Hi again Biff,

Fantastic stuff!! Thanks

André

"Biff" wrote in message
...
Ooops!

And could the solution be used for the "Countif" and "Average" functions

as
well?


For Countif:

=SUMPRODUCT(COUNTIF(INDIRECT("'"&Snames&"'!A1")," 0"))

For Average:

=AVERAGE(Sheet1:Sheet3!A1)

If you want a conditional average: 0

Then just use the Sumproduct(Sumif.........)/Sumproduct(Countif(........)

Biff

"Biff" wrote in message
...
Hi!

Create a list of your sheet names and give that list a defined name. Say
that name is Snames.

Then:

=SUMPRODUCT(SUMIF(INDIRECT("'"&Snames&"'!A1"),"0" ))

Biff

"Andre Croteau" wrote in message
...
Hello,

I tried to do a 3D sumif formula, but it didn't work.
=sumif(sheet1:sheet6!a1,"0") but I got a #VALUE


Does anyone have a method that can be used to get the result that I

want?
And could the solution be used for the "Countif" and "Average"

functions
as
well?

Thanks in advance

André








  #5   Report Post  
Biff
 
Posts: n/a
Default Is it possible to have a 3D sumif result?

You're welcome. Thanks for the feedback!

Biff

"Andre Croteau" wrote in message
...
Hi again Biff,

Fantastic stuff!! Thanks

André

"Biff" wrote in message
...
Ooops!

And could the solution be used for the "Countif" and "Average" functions

as
well?


For Countif:

=SUMPRODUCT(COUNTIF(INDIRECT("'"&Snames&"'!A1")," 0"))

For Average:

=AVERAGE(Sheet1:Sheet3!A1)

If you want a conditional average: 0

Then just use the Sumproduct(Sumif.........)/Sumproduct(Countif(........)

Biff

"Biff" wrote in message
...
Hi!

Create a list of your sheet names and give that list a defined name.
Say
that name is Snames.

Then:

=SUMPRODUCT(SUMIF(INDIRECT("'"&Snames&"'!A1"),"0" ))

Biff

"Andre Croteau" wrote in message
...
Hello,

I tried to do a 3D sumif formula, but it didn't work.
=sumif(sheet1:sheet6!a1,"0") but I got a #VALUE


Does anyone have a method that can be used to get the result that I

want?
And could the solution be used for the "Countif" and "Average"

functions
as
well?

Thanks in advance

André










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
"1235" appears as "One thousand two hundred thirty five" H. Kan Excel Discussion (Misc queries) 11 December 8th 06 07:56 PM
excel melissa Excel Worksheet Functions 2 August 19th 05 09:46 PM
I NEED HELP with the SPELLNUMBER Function vag Excel Worksheet Functions 0 June 21st 05 08:17 AM
EXCEL:NUMBER TO GREEK WORDS vag Excel Worksheet Functions 1 June 15th 05 05:57 PM
Is there a formula to spell out a number in excel? Sha-nay-nay Excel Worksheet Functions 2 December 18th 04 09:25 PM


All times are GMT +1. The time now is 08:55 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"