Hi All, I have used this site quite often and have found the information very helpful, thanks everyone.
I am working on a spreadsheet to track how many iterations of a particular event happen during the week. I have the IF statement, but I continually exceed the allowed amount. Below is the statement:
=IF(D6="TRG-A","1","0")+IF(E6="TRG-A","1","0")+IF(F6="TRG ASSESS","1","0")+IF(G6="TRG ASSESS","1","0")+IF(H6="TRG ASSESS","1","0")+IF(I6="TRG ASSESS","1","0")+IF(J6="TRG ASSESS","1","0")+IF(K6="TRG ASSESS","1","0")+IF(L6="TRG ASSESS","1","0")+
IF(N6="TRG ASSESS","1","0")+IF(O6="TRG ASSESS","1","0")+IF(P6="TRG ASSESS","1","0")+IF(Q6="TRG ASSESS","1","0")+IF(R6="TRG ASSESS","1","0")+IF(S6="TRG ASSESS","1","0")+IF(T6="TRG ASSESS","1","0")+IF(U6="TRG ASSESS","1","0")+IF(V6="TRG ASSESS","1","0")+
IF(X6="TRG ASSESS","1","0")+IF(Y6="TRG ASSESS","1","0")+IF(Z6="TRG ASSESS","1","0")+IF(AA6="TRG ASSESS","1","0")+IF(AB6="TRG ASSESS","1","0")+IF(AC6="TRG ASSESS","1","0")+IF(AD6="TRG ASSESS","1","0")+IF(AE6="TRG ASSESS","1","0")+IF(AF6="TRG ASSESS","1","0")
Each group of 9 statements equates to one day. I need to continue this statement for 2 more days. How do I combine the statement, but retain the individual cell addition. Thanks in advance.
Jeremy
I am working on a spreadsheet to track how many iterations of a particular event happen during the week. I have the IF statement, but I continually exceed the allowed amount. Below is the statement:
=IF(D6="TRG-A","1","0")+IF(E6="TRG-A","1","0")+IF(F6="TRG ASSESS","1","0")+IF(G6="TRG ASSESS","1","0")+IF(H6="TRG ASSESS","1","0")+IF(I6="TRG ASSESS","1","0")+IF(J6="TRG ASSESS","1","0")+IF(K6="TRG ASSESS","1","0")+IF(L6="TRG ASSESS","1","0")+
IF(N6="TRG ASSESS","1","0")+IF(O6="TRG ASSESS","1","0")+IF(P6="TRG ASSESS","1","0")+IF(Q6="TRG ASSESS","1","0")+IF(R6="TRG ASSESS","1","0")+IF(S6="TRG ASSESS","1","0")+IF(T6="TRG ASSESS","1","0")+IF(U6="TRG ASSESS","1","0")+IF(V6="TRG ASSESS","1","0")+
IF(X6="TRG ASSESS","1","0")+IF(Y6="TRG ASSESS","1","0")+IF(Z6="TRG ASSESS","1","0")+IF(AA6="TRG ASSESS","1","0")+IF(AB6="TRG ASSESS","1","0")+IF(AC6="TRG ASSESS","1","0")+IF(AD6="TRG ASSESS","1","0")+IF(AE6="TRG ASSESS","1","0")+IF(AF6="TRG ASSESS","1","0")
Each group of 9 statements equates to one day. I need to continue this statement for 2 more days. How do I combine the statement, but retain the individual cell addition. Thanks in advance.
Jeremy