+ Reply to Thread
Results 1 to 4 of 4

Formula to count mixed Text

  1. #1
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    Formula to count mixed Text

    Looking for a formula to do a count of column D. My best attempt so far is column E. I need a count that does not repeat as shown in column G.

    Jim O
    Attached Files Attached Files
    Last edited by JO505; 09-25-2015 at 03:49 PM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Formula to count mixed Text

    Looks like you want a progressive total?

    Try this...
    =IF($D3="",0,COUNTIF(D$3:D3,D3)+MAX($E$2:E2))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Formula to count mixed Text

    So close.

    =IF($D3<>"",COUNTIF(E$2:E2,">"&0)+1,0)
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  4. #4
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    Re: Formula to count mixed Text

    Ford,

    Thanks very much. That is what I was looking for.

    Jim O

    PS
    daffodil11,
    I did not see your post before I posted. I like that solution better.

    Thanks to both of you.

    Jim O
    Last edited by JO505; 09-25-2015 at 03:54 PM. Reason: did not see second post in time.

+ 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. [SOLVED] Formula to extract text only from mixed string
    By FatKidonaTrampolin in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-23-2015, 09:29 AM
  2. Replies: 2
    Last Post: 05-13-2015, 06:52 AM
  3. Moving only Text in a Mixed Text/Number Column to different Row/Colum
    By eas84 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-07-2012, 12:37 PM
  4. [SOLVED] Count - Multiple Mixed Criteria (Number and Text)
    By christopherprater in forum Excel General
    Replies: 4
    Last Post: 05-19-2012, 03:56 PM
  5. [SOLVED] COUNT UNIQUE when mixed
    By g48dd in forum Excel General
    Replies: 7
    Last Post: 07-03-2011, 12:50 PM
  6. Formula mixed with text
    By therion82 in forum Excel General
    Replies: 5
    Last Post: 01-15-2010, 04:51 PM
  7. Return text from a mixed text/value 3d array result
    By rmiller in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 12-04-2009, 08:17 PM

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