I have a series of prices as; D4 = Item A, D5 = Item B D6 = Item C
I have a IF statement in J15 which reads =IF(H15="YES",$D$4+D$6$,0) so adding Item A + Item C
In I15, if this contains a "Yes", I want the above statement in J15 to add together all three items (so D4+D5+D6)
What is the best way to do this? I am trying to do a nested IF but it stops after the initial statement so just adding items A + C
I have a IF statement in J15 which reads =IF(H15="YES",$D$4+D$6$,0) so adding Item A + Item C
In I15, if this contains a "Yes", I want the above statement in J15 to add together all three items (so D4+D5+D6)
What is the best way to do this? I am trying to do a nested IF but it stops after the initial statement so just adding items A + C