Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a function in excel that counts the number of items seperated by
commas in one cell? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel puts quotes around cells with commas in tab delimited files | Setting up and Configuration of Excel | |||
Commas in Excel textbox moves my sentence to the next row | Excel Worksheet Functions | |||
How Do I Add Commas To Columns And Remove Spaces In Excel?? | Excel Discussion (Misc queries) | |||
Excel should warn about commas when saving .csv files. | Excel Discussion (Misc queries) | |||
Excel - Find and Replace from rows to separation by commas | Excel Discussion (Misc queries) |