SUMPRODUCT SUMIF not excluding named range

jcooooper

Board Regular
Joined
Mar 24, 2018
Messages
74
Office Version
  1. 365
Platform
  1. Windows
Hi all,

The below code works, up untill the last "<>Alternatives"

Code:
=SUMPRODUCT(SUMIFS(Aladdin_notional_weight,Aladdin_country,A4,Aladdin_portfolio_full_name,"<>Alternatives"))

Are named ranges not compatible with the "does not equal" function? Any work arounds?
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Make sure that the ranges defined for each name are the same size.
 
Upvote 0
Hey! I know that this question is a couple of years old, but just in case someone else comes across this in the future...

In your formula the "<>Alternatives" is checking if the sumif is not equal to the string/text "Alternatives".


To refer to the named range you have create , you just have to rewrite it as "<>" & Alternatives
 
Upvote 0
Solution

Forum statistics

Threads
1,215,360
Messages
6,124,492
Members
449,166
Latest member
hokjock

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top