View Single Post
 
Old 10-30-2016, 10:54 AM
Jue92 Jue92 is offline Windows 8 Office 2013
Novice
 
Join Date: Oct 2016
Posts: 4
Jue92 is on a distinguished road
Default Subtract value if cell contains X term

Hi,

I seem to be having difficulties with a very simple formula!

ITEM A
Cost A = B6
Outstanding Balance = C6

ITEM B
Cost A = B7
Outstanding Balance = C7

So, if a payment was entered as below:

(A) (B) (C) (D)
Date Paid Amount Method
19/10/2016 ITEM A £350.00 Cash
19/10/2016 ITEM A £300.00 Card
28/10/2016 ITEM B £50.00 BACS

I thought it would be something like =IF(B13:B100="ITEM A",B6-C13:C100,"")

Any help is appreciated!
Reply With Quote