#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Commas in Excel

Is there a function in excel that counts the number of items seperated by
commas in one cell?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Commas in Excel

=LEN(A1)-LEN(SUBSTITUTE(A1,",",""))+(A1<"")



smcgee01 wrote:

Is there a function in excel that counts the number of items seperated by
commas in one cell?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,934
Default Commas in Excel

Odd... this same question was asked yesterday by a different person over in
the worksheet.functions newsgroup. Homework assignment maybe?

--
Rick (MVP - Excel)


"Dave Peterson" wrote in message
...
=LEN(A1)-LEN(SUBSTITUTE(A1,",",""))+(A1<"")



smcgee01 wrote:

Is there a function in excel that counts the number of items seperated by
commas in one cell?


--

Dave Peterson


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Commas in Excel

It's a common question.

In fact, it's similar to the first question I ever asked in the newsgroups (how
many X's in a cell).

(The answer hasn't changed in a few years <vbg.)

Rick Rothstein wrote:

Odd... this same question was asked yesterday by a different person over in
the worksheet.functions newsgroup. Homework assignment maybe?

--
Rick (MVP - Excel)

"Dave Peterson" wrote in message
...
=LEN(A1)-LEN(SUBSTITUTE(A1,",",""))+(A1<"")



smcgee01 wrote:

Is there a function in excel that counts the number of items seperated by
commas in one cell?


--

Dave Peterson


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel puts quotes around cells with commas in tab delimited files Martyw Setting up and Configuration of Excel 0 May 21st 08 11:36 PM
Commas in Excel textbox moves my sentence to the next row Monica Excel Worksheet Functions 1 January 25th 08 11:36 PM
How Do I Add Commas To Columns And Remove Spaces In Excel?? zeel Excel Discussion (Misc queries) 3 July 6th 07 02:03 PM
Excel should warn about commas when saving .csv files. hydroEng Excel Discussion (Misc queries) 1 August 15th 06 11:10 PM
Excel - Find and Replace from rows to separation by commas msdker Excel Discussion (Misc queries) 4 April 17th 06 03:21 PM


All times are GMT +1. The time now is 02:13 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"