+ Reply to Thread
Results 1 to 4 of 4

Formula to count comma's within the cells of a column?

Hybrid View

  1. #1
    Registered User
    Join Date
    07-27-2022
    Location
    United States, New Jersey
    MS-Off Ver
    Office 365
    Posts
    2

    Question Formula to count comma's within the cells of a column?

    Hello team;

    I am looking to count all comma's within the cells of my column "F".

    I tried this formula but get a #spill error.

    =LEN(F:F)-LEN(SUBSTITUTE(F:F,","""))

  2. #2
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,755

    Re: Formula to count comma's within the cells of a column?

    How about
    Formula: copy to clipboard
    =SUM(LEN(F:F)-LEN(SUBSTITUTE(F:F,",","")))

  3. #3
    Registered User
    Join Date
    07-27-2022
    Location
    United States, New Jersey
    MS-Off Ver
    Office 365
    Posts
    2

    Re: Formula to count comma's within the cells of a column?

    Thank you so much Fluff13.

    Works perfect.

  4. #4
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,755

    Re: Formula to count comma's within the cells of a column?

    Glad to help & thanks for the feedback.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 6
    Last Post: 08-10-2022, 09:42 AM
  2. Replies: 7
    Last Post: 09-17-2020, 05:16 AM
  3. count unique comma separated names in range of cells
    By raogm2001 in forum Excel Programming / VBA / Macros
    Replies: 22
    Last Post: 10-07-2017, 09:50 AM
  4. [SOLVED] Formula to count the cells if a column is empty
    By naga in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-16-2017, 02:42 AM
  5. Count number appear in single column with comma separated
    By cheeyap91 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-29-2014, 12:38 AM
  6. [SOLVED] Formula to count the occurance of values seperated by a comma
    By bouncingbudha in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-02-2013, 10:23 PM
  7. [SOLVED] Count instances of text in a comma-delimited column
    By david.aukerman in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-01-2013, 10:30 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1