Hello, I would like to know if there is a way to shorten this formula. All I am doing is adding up specific cells that contain the number 1 and getting a total count.

=SUM(COUNTIF(C3,"1"),COUNTIF(N3,"1"),COUNTIF(Y3,"1"),COUNTIF(AJ3,"1"),COUNTIF(AU3,"1"),COUNTIF(BF3,"1"),COUNTIF(BQ3,"1"),COUNTIF(CB3,"1"),COUNTIF(CM3,"1"),COUNTIF(CX3,"1"),COUNTIF(DI3,"1"),COUNTIF(DT3,"1"),COUNTIF(EE3,"1"),COUNTIF(EP3,"1"),COUNTIF(FA3,"1"),COUNTIF(FL3,"1"),COUNTIF(FW3,"1"),COUNTIF(GH3,"1"),COUNTIF(GS3,"1"),COUNTIF(HD3,"1"),COUNTIF(HO3,"1"),COUNTIF(HZ3,"1"),COUNTIF(IK3,"1"),COUNTIF(IV3,"1"),COUNTIF(JG3,"1"),COUNTIF(JR3,"1"),COUNTIF(KC3,"1"),COUNTIF(KN3,"1"),COUNTIF(KY3,"1"),COUNTIF(LJ3,"1"),COUNTIF(LU3,"1"))

Thanks!