View Single Post
  #1   Report Post  
Mahendra
 
Posts: n/a
Default A cell contains "1,2,3"; and I want to count those sep. by comma

I have three columns. Column A contains a number, column B contains bunch of
numbers separated by comma corresponding to the number in column A. In the
column C, I want to count the numbers in col. B separated by comma. Example:

Column A Column B Column C
1200 2,3,4,8 4 (i.e.
there are four numbers

in column B)