+ Reply to Thread
Results 1 to 2 of 2

Need count of content between comas

  1. #1
    Forum Contributor
    Join Date
    10-20-2005
    Posts
    130

    Need count of content between comas

    hi guys,

    need your help

    can ne1 write macro for me for below mentioned requirement:

    Basically i need a count of content populate in cell which is separated by commas?

    For eg:
    input = Kaushi, Rajisha, Poonam, Rahul, Rjesh, Ram, Shyam, Balli
    Output = 8
    Attached Files Attached Files
    Regards,
    Little Master

  2. #2
    Forum Guru
    Join Date
    08-26-2007
    Location
    London
    Posts
    4,606

    Re: Need count of content between comas

    No need for macro:

    =LEN(A2)-LEN(SUBSTITUTE(A2,",",""))+1

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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