Hello, how do you do the equivalent excel function in SSRS2008r2 expressions
SUMIFS($D$7:$D$148,$C$7:$C$148,"<>CINSTR",$C$7:$C$148,"<>MT",$C$7:$C$148,"<>SPA",$C$7:$C$148,"<>CID")
sum range will be based on number of Sum(Fields!Grads.Value)
the conditions are CINSTR, MT, SPA, CID -> Fields!Course.Value
to be excludes from the Sum(Fields!Grads.Value)
Should this be done in SQL dataset or .Net
Thanks, would appreciate any help