kenshinobi
New Member
Hi everyone,
Being a bit of an excel rookie I thought my best option would be to ask the pros!
(I did try to work this one out myself first but the examples I have read about don't cover this issue very well).
In the first row of each column from A-K I have a title for a number of tests.
In the second row I have the pass mark for each of these individual tests
In the following rows (3-250), I have the scores for each student
In column J, next to each row of results, I am comparing all of these results against their individual pass marks, to count how many tests people failed to pass. As such I have used the following formula:
(this one is at the end of the first row of results)
=SUM(COUNTIFS(A3,"<"&$A$2),(COUNTIFS(B3,"<"&$B$2)),(COUNTIFS(C3,"<"&$C$2)),(COUNTIFS(D3,"<"&$D$2)),(COUNTIFS(E3,"<"&$E$2)),(COUNTIFS(F3,"<"&$F$2)),(COUNTIFS(G3,"<"&$G$2)),(COUNTIFS(H3,"<"&$H$2)),(COUNTIFS(I3,"<"&$I$2)),(COUNTIFS(J3,"<"&$J$2)),(COUNTIFS(K3,"<"&$K$2)))
Is there a way of simplifying this formula so that my co-workers can edit it easily if we need to increase the number of tests in the future?
Many thanks for your advice!
Being a bit of an excel rookie I thought my best option would be to ask the pros!
(I did try to work this one out myself first but the examples I have read about don't cover this issue very well).
In the first row of each column from A-K I have a title for a number of tests.
In the second row I have the pass mark for each of these individual tests
In the following rows (3-250), I have the scores for each student
In column J, next to each row of results, I am comparing all of these results against their individual pass marks, to count how many tests people failed to pass. As such I have used the following formula:
(this one is at the end of the first row of results)
=SUM(COUNTIFS(A3,"<"&$A$2),(COUNTIFS(B3,"<"&$B$2)),(COUNTIFS(C3,"<"&$C$2)),(COUNTIFS(D3,"<"&$D$2)),(COUNTIFS(E3,"<"&$E$2)),(COUNTIFS(F3,"<"&$F$2)),(COUNTIFS(G3,"<"&$G$2)),(COUNTIFS(H3,"<"&$H$2)),(COUNTIFS(I3,"<"&$I$2)),(COUNTIFS(J3,"<"&$J$2)),(COUNTIFS(K3,"<"&$K$2)))
Is there a way of simplifying this formula so that my co-workers can edit it easily if we need to increase the number of tests in the future?
Many thanks for your advice!