Hi all,
Sure this is simple for an expert.
Below is the formula to return the value of A3 if the values in row C add to zero.
=(IF(SUM(C3:F3)=0,A3,0))
How do I sum the total of all of all the values from A3:A15 that meet the criteria using relative cell references for column C criteria?
Thanks!