K KIM Chanthan Member Jun 23, 2018 #1 Hi, Do you have any excel formula to count if one letter from another combination of word... Please check attached file for more detail example. Thanks, Chanthan Attachments Count multiple answers.xlsx 8.2 KB · Views: 15
Hi, Do you have any excel formula to count if one letter from another combination of word... Please check attached file for more detail example. Thanks, Chanthan
B bosco_yip Excel Ninja Jun 23, 2018 #2 Try........... D2, copied down : =LEN(A$2&A$3&A$4)-LEN(SUBSTITUTE(A$2&A$3&A$4,C2,"")) Regards Bosco
John Jairo V Well-Known Member Jun 25, 2018 #3 Hi, to all! If you will have more than three cells in future, this could be an option: =SUMPRODUCT(LEN(A$2:A$4)-LEN(SUBSTITUTE(A$2:A$4,C2,""))) Blessings!
Hi, to all! If you will have more than three cells in future, this could be an option: =SUMPRODUCT(LEN(A$2:A$4)-LEN(SUBSTITUTE(A$2:A$4,C2,""))) Blessings!
K KIM Chanthan Member Jun 26, 2018 #4 bosco_yip said: Try........... D2, copied down : =LEN(A$2&A$3&A$4)-LEN(SUBSTITUTE(A$2&A$3&A$4,C2,"")) Regards Bosco Click to expand... It works perfectly. Thanks
bosco_yip said: Try........... D2, copied down : =LEN(A$2&A$3&A$4)-LEN(SUBSTITUTE(A$2&A$3&A$4,C2,"")) Regards Bosco Click to expand... It works perfectly. Thanks
K KIM Chanthan Member Jun 26, 2018 #5 John Jairo V said: Hi, to all! If you will have more than three cells in future, this could be an option: =SUMPRODUCT(LEN(A$2:A$4)-LEN(SUBSTITUTE(A$2:A$4,C2,""))) Blessings! Click to expand... It works perfectly. Thanks
John Jairo V said: Hi, to all! If you will have more than three cells in future, this could be an option: =SUMPRODUCT(LEN(A$2:A$4)-LEN(SUBSTITUTE(A$2:A$4,C2,""))) Blessings! Click to expand... It works perfectly. Thanks