Forum Discussion
RSS96
Apr 25, 2021Copper Contributor
Value to answers on Excel
Hello - and thanks to whoever helps! I've collected answers in the form of a questionnaire on Google forms, and now I have them on an Excel document. I'm trying to attribute a value to each answe...
- Apr 25, 2021
Let's say the answers are in B2:B20.
=4*SUMPRODUCT(--(B2:B20="Yes"))+2*SUMPRODUCT(--(B2:B20="Sometimes"))
HansVogelaar
Apr 25, 2021MVP
Let's say the answers are in B2:B20.
=4*SUMPRODUCT(--(B2:B20="Yes"))+2*SUMPRODUCT(--(B2:B20="Sometimes"))
- RSS96Apr 25, 2021Copper ContributorHelped so much!! Thanks