I'm attempting to give point value to each role based on answers in EC Role column using IF formula. This is what I have so far:
=IF(([EC Role]@row = "Coach Employed by EC Council", "3", "") + If([EC Role]@row = "Coach Serving UPK sites", "3", "") + If([EC Role]@row = "Soon to be EC Council Coach", "3", "") + If([EC Role]@row = "Early Childhood Program Director", "3", "") + If([EC Role]@row = "EQ Relate Trainer", "3", "") + If([EC Role]@row = "Other Early Childhood Initiative Coach", "3", "") + If([EC Role]@row = "Early Interventionist", "3", ""))
I have other answers that will need scores of 2 and 1 as well that have yet to be added to this formula. Not sure what I'm missing.