Forum Discussion
prr924
Mar 12, 2019Copper Contributor
Excel formula help
I'd like to create a formula that either sums columns D2 through H2 OR D2-G2 plus I2. In other words, for the second option I want it to skip H2. Can this be done and if so how do I do it? Screen sho...
PJKCI
Mar 12, 2019Copper Contributor
If only one or the other of H2 or I2 has a non-zero value, i.e., a student could't have marks in both Option 1 and Option 2, then just using the formula
=SUM(D2:I2)
should always work.