ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   array formula help please (https://www.excelbanter.com/excel-programming/333076-array-formula-help-please.html)

Gary Keramidas[_2_]

array formula help please
 

i have a simple sumif formula that works on a single page, this one for
january:
=SUMIF(Jan!B4:B56,"=W",Jan!$G$4:$G$56)

how would i create the formula to work with sheets jan:dec?


thanks

--


Gary




Eddie O

array formula help please
 
simplest way would probably be to take what you already have, and just
duplicate it for each sheet with a "+" sign in between. i.e.:
=SUMIF(Jan!B4:B56,"=W",Jan!$G$4:$G$56) +
SUMIF(Feb!B4:B56,"=W",Feb!$G$4:$G$56) + SUMIF(Mar!B4:B56,"=W",Mar!$G$4:$G$56)
.....

Eddie O

"Gary Keramidas" wrote:


i have a simple sumif formula that works on a single page, this one for
january:
=SUMIF(Jan!B4:B56,"=W",Jan!$G$4:$G$56)

how would i create the formula to work with sheets jan:dec?


thanks

--


Gary





Gary Keramidas[_2_]

array formula help please
 
that was my last resort, if somebody wasn't able to come up with something
simpler

--


Gary


"Eddie O" wrote in message
...
simplest way would probably be to take what you already have, and just
duplicate it for each sheet with a "+" sign in between. i.e.:
=SUMIF(Jan!B4:B56,"=W",Jan!$G$4:$G$56) +
SUMIF(Feb!B4:B56,"=W",Feb!$G$4:$G$56) +
SUMIF(Mar!B4:B56,"=W",Mar!$G$4:$G$56)
....

Eddie O

"Gary Keramidas" wrote:


i have a simple sumif formula that works on a single page, this one for
january:
=SUMIF(Jan!B4:B56,"=W",Jan!$G$4:$G$56)

how would i create the formula to work with sheets jan:dec?


thanks

--


Gary








All times are GMT +1. The time now is 12:21 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com