Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"1235" appears as "One thousand two hundred thirty five" | Excel Discussion (Misc queries) | |||
excel | Excel Worksheet Functions | |||
I NEED HELP with the SPELLNUMBER Function | Excel Worksheet Functions | |||
EXCEL:NUMBER TO GREEK WORDS | Excel Worksheet Functions | |||
Is there a formula to spell out a number in excel? | Excel Worksheet Functions |