+ Reply to Thread
Results 1 to 7 of 7

Count how many unique charecter in cell

  1. #1
    Forum Contributor Axmed.cm's Avatar
    Join Date
    02-05-2015
    Location
    Somalia
    MS-Off Ver
    2013
    Posts
    231

    Count how many unique charecter in cell

    Hi All

    Can I have this in formula or code?

    how many "M" in cell A1 whose value is "My mom alway love me"

    Thanks in advanced
    GUURE

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,627

    Re: Count how many unique charecter in cell

    Here, try this:

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Forum Contributor Axmed.cm's Avatar
    Join Date
    02-05-2015
    Location
    Somalia
    MS-Off Ver
    2013
    Posts
    231

    Re: Count how many unique charecter in cell

    Thanks Dear.

    it is working perfectly.

  4. #4
    Forum Contributor Axmed.cm's Avatar
    Join Date
    02-05-2015
    Location
    Somalia
    MS-Off Ver
    2013
    Posts
    231

    Formula to find Address of last non blank cell in a row

    Dear All

    I have been wondering if there is a formula of getting address(Row and column number) of last non blannk cell in range. or even the Column number only.
    for example
    here is data

    (1 2 3 4 5 6 7 8 9 10 11 12 ) in A1:N1 respectively. 12 is last non empty cell and its adddress is ($L$1)

    can i find this in formula???

    Thank you in advance

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,356

    Re: Count how many unique charecter in cell

    If no embedded blanks in range:

    =ADDRESS(ROW(),COUNTIF($A$1:J1,"<>" & ""))

    If embedded blanks try:

    =ADDRESS(ROW(),COUNTIF($A$1:J1,"<>" & "")+COUNTBLANK($A1:J1))

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,139

    Re: Count how many unique charecter in cell

    I posted in the wrong place.
    Last edited by Glenn Kennedy; 05-17-2015 at 04:31 AM.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,139

    Re: Count how many unique charecter in cell

    Welcome to the Forum, unfortunately: you've broken a couple of rules. You hijacked an older thread (even if it was one of your own, changing its content, etc... and then duplicated this query elswhere on the Forum.

    This thread will now be closed, you may continue in your other thread.

    Thread Closed.

+ 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. Count unique value in a range of cell with a given condition
    By Kehjz in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-29-2014, 01:21 AM
  2. Count cells containing unique text in cell A if cell B equals i.e. 1
    By killi3000 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-14-2014, 09:32 AM
  3. Replies: 0
    Last Post: 03-22-2012, 08:44 PM
  4. Sum two cells only when a third cell is a specific charecter
    By poser765 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-14-2009, 05:28 AM
  5. [SOLVED] Cell Charecter Limit
    By Soniya in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-28-2005, 10:15 AM

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