Thread
:
Add up Plus & Minus Figures separately by Location
View Single Post
#
2
cmart02
Posts: n/a
John,
You can try this:
=SUMPRODUCT(--(varianceRange<0)*(locationRange=LocationCodeOrNam e),varianceRange)
Will add all variance smaller than zero for a given location.
Regards,
Robert
Reply With Quote