Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I'm trying to get a calculation using SUMIFS that looks at 2 criteria to determine whether a figure should be included in a sum but I want the Sum Range to span multiple columns. I can get the formula to work for a single column but not multiples.
I guess I can't upload the file here but the formula currently is: =SUMIFS('New Sales'!$N$11:$N$9999,'New Sales'!$E$11:$E$9999,$A$5,'New Sales'!$J$11:$J$9999,1) I tried to do a named range and that didn't work. Basically, I want where column N is just totally to instead be about 20 columns. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try
SUMPRODUCT(('New Sales'!$N$11:$N$9999)*('New Sales'!$E$11:$E$9999=$A$5)*('New Sales'!$J$11:$J$9999=1)) HTH Mick |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUMIFs across multiple sheets | Excel Worksheet Functions | |||
SUMIFS, one criteria range, multiple criteria | Excel Worksheet Functions | |||
sumifs multiple columns help | Excel Worksheet Functions | |||
Multiple Sumifs | Excel Worksheet Functions | |||
SumifS Multiple Sum Ranges | Excel Worksheet Functions |