How would you sum a range of cells that alternates (skips every other cell) depending on the value of the cell to its left (the every other cell)'s value being non-zero?
Example:
Sum b1 (if a1 is nonzero), d1 (if c1 is nonzero), and f1 (if e1 is nonzero)