G GN0001 Member May 3, 2013 #1 Hello, Does anybody know how to count the occurrence of a specific character in a cell? I have a cell contains: 123, 2224,555 I need to put a function that counts the number of "," in a cell? Regards, GN
Hello, Does anybody know how to count the occurrence of a specific character in a cell? I have a cell contains: 123, 2224,555 I need to put a function that counts the number of "," in a cell? Regards, GN
SirJB7 Excel Rōnin May 3, 2013 #2 Hi, GGGGG! Try this: =LARGO(A1)-LARGO(SUSTITUIR(A1;",";"")) in english: =LEN(A1)-LEN(SUBSTITUTE(A1,",","")) Regards!
Hi, GGGGG! Try this: =LARGO(A1)-LARGO(SUSTITUIR(A1;",";"")) in english: =LEN(A1)-LEN(SUBSTITUTE(A1,",","")) Regards!
G GN0001 Member May 3, 2013 #3 Hello, Thank you for the response. Do we have a built in function in Excel for this purpose? Regards, GGGGG
Hello, Thank you for the response. Do we have a built in function in Excel for this purpose? Regards, GGGGG
SirJB7 Excel Rōnin May 5, 2013 #6 Hi, GGGGG! Glad you solved it. Thanks for your feedback and welcome back whenever needed or wanted. Regards!
Hi, GGGGG! Glad you solved it. Thanks for your feedback and welcome back whenever needed or wanted. Regards!