G
Guest
My sumif formula: sum(if(f2+f3>0,"1"))+(if(f3+f4>0,"1")) Works fine to add the values in each set of two rows and if greater than 0 returns a-1, which is what I need. Then I will sum the result from F2 to F50 or whatever. My problem is two fold. (1) Is there a way to specify condition to repeat this formula for every set of 2 rows for the entire column, currently at 250rows without manually entering each 2-cell formula? (2) While manually entering this formula for rows F2 though F50 worked, then my formula gets too long and goes over the character limit. What other options do I have in naming this range to compare every two rows and then sum all results. I hope this makes some sense to you experienced folks out there.