Jul 14, 2006 #1 Rofeu Technical User Joined Apr 13, 2005 Messages 500 Location NL Hello, in Excel is there a way to return the number of instances a character is present within a cell? i.e. how many comma's are in a cell. thanx for any suggestions. Cheers, Roel
Hello, in Excel is there a way to return the number of instances a character is present within a cell? i.e. how many comma's are in a cell. thanx for any suggestions. Cheers, Roel
Jul 14, 2006 1 Thread starter #2 Rofeu Technical User Joined Apr 13, 2005 Messages 500 Location NL Hmm, actually thought of the answer as I was submitting that post: =LEN(RC[-2])-LEN(SUBSTITUTE(RC[-2],",","")) Cheers, Roel Upvote 0 Downvote
Hmm, actually thought of the answer as I was submitting that post: =LEN(RC[-2])-LEN(SUBSTITUTE(RC[-2],",","")) Cheers, Roel
Jul 14, 2006 #3 firefytr Technical User Joined May 18, 2004 Messages 1,130 Location US Good job for finding the answer and thanks for posting the solution for everyones benefit! ----------- Regards, Zack Barresse Simplicity is the ultimate sophistication. - Leonardo da Vinci Upvote 0 Downvote
Good job for finding the answer and thanks for posting the solution for everyones benefit! ----------- Regards, Zack Barresse Simplicity is the ultimate sophistication. - Leonardo da Vinci