Thread
: [Solved]
Subtract value if cell contains X term
View Single Post
10-31-2016, 10:30 PM
xor
Windows 10
Office 2016
Expert
Join Date: Oct 2015
Posts: 1,101
You wrote:
I thought it would be something like =IF(B13:B100="ITEM A",B6-C13:C100,"")
What about
: =$B$6-SUMIF($B$13:$B$100,"ITEM A",$C$13:$C$100)
xor
View Public Profile
Find all posts by xor