Results 1 to 12 of 12

Text Data Challenge - Looking for Options

Threaded View

  1. #9
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Text Data Challenge - Looking for Options

    With the solution that I gave you, just enter the group name in the next column and copy the formula from the previous column to the right as far as necessary and down as far as you want. The new group will be counted for all names new and old.

    If you want to add the capability in ahead of time so that all you have to do is to add the group name in Row 1 use this formula in B2 and copy across as far as you want and copy down. If the number of rows in the original sheet exceeds 200, increase 200 to whatever you need.

    Formula: copy to clipboard
    =IF(OR($A2="",B$1=""),"",COUNTIFS(Sheet1!$A$2:$A$200,$A2,Sheet1!$C$2:$C$200,B$1))
    Last edited by newdoverman; 06-06-2014 at 06:48 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 34
    Last Post: 01-21-2014, 03:07 PM
  2. An interesting challenge! (Find & fix 'Numbers stored as text'
    By mc84excel in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-13-2013, 12:53 AM
  3. [SOLVED] Help! Separating Standardised Text String challenge!
    By shadypops in forum Excel General
    Replies: 4
    Last Post: 12-12-2012, 01:33 PM
  4. Replies: 21
    Last Post: 08-13-2012, 01:52 PM
  5. extracting text string with 2 options @ end & limited options
    By ChristianR in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 10-24-2010, 06:51 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