I am trying to add a yes/no switch in a column which would determine if the lines are included in the below formula's calculations. I thought a simple IF statement would work, but I can't get it to work.
So these formulas should only include summing the rows which have column P (on the Lengths sheet) as a "yes".
=SUMIF('Lengths'!L:L,"2",'Lengths'!N:N)
=ROUND(SUM('Lengths'!I:I)/1000,0)
Thank you!!!
Bookmarks