Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Default Multiple Columns in Sum Range using SUMIFS

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 151
Default Multiple Columns in Sum Range using SUMIFS

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
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
SUMIFs across multiple sheets kwyjibo jones Excel Worksheet Functions 8 April 4th 23 02:30 PM
SUMIFS, one criteria range, multiple criteria GavinS Excel Worksheet Functions 2 September 7th 11 05:40 PM
sumifs multiple columns help duketter Excel Worksheet Functions 2 May 8th 10 08:44 AM
Multiple Sumifs Emeryville John Excel Worksheet Functions 1 September 19th 08 10:12 PM
SumifS Multiple Sum Ranges Harlan Grove[_2_] Excel Worksheet Functions 0 May 23rd 07 08:40 PM


All times are GMT +1. The time now is 11:46 PM.

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"