View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
daddylonglegs
 
Posts: n/a
Default Totaling the number of comma delimited numbers in a column


You could use Data Text to columns with comma as a delimiter to split
each number into a separate cell then use countif formulas to count
each value,

e.g.

=COUNTIF(range,11) etc.


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=532111