Hello all, I'm hoping there is a better way to count the number of times the number "2" appears in a column other than the cumbersome code I'm using now??
ie.
{={If{=Sum(Tbl c1)= 2{=COUNT(Tbl c1)} 0}+{If{=Sum(Tbl c2)= 2{=COUNT(Tbl c2)} 0}}
Is there a way that Word can look at the table as a whole similar to the MAX, MIN, or AVERAGE rather than using individual cell references. The problem is when a new row is added to this table, I have to modify the code each time to account for the new cell.
Any ideas will be greatly appreciated
ie.
{={If{=Sum(Tbl c1)= 2{=COUNT(Tbl c1)} 0}+{If{=Sum(Tbl c2)= 2{=COUNT(Tbl c2)} 0}}
Is there a way that Word can look at the table as a whole similar to the MAX, MIN, or AVERAGE rather than using individual cell references. The problem is when a new row is added to this table, I have to modify the code each time to account for the new cell.
Any ideas will be greatly appreciated