I'm looking for some guidance with this formula. I can't seem to get the numbers to add up if the condition is met. Essentially if the cell is "No" a number should be added and the number is different based on the column. Those numbers should then be added for a total.
Here's what I'm working with...
=SUMIF([Column]1 = "No", 4, 0:IF([Column]2 = "No", 7, 0:([Column]3 = "No", 1, 0)))
So in theory with this formula, if all three cells were "No" I would have a total of 12.