+ Reply to Thread
Results 1 to 2 of 2

Counting variable data in fields

  1. #1
    Registered User
    Join Date
    12-05-2018
    Location
    Columbia, MO, USA
    MS-Off Ver
    Pro 2013
    Posts
    1

    Counting variable data in fields

    Hello -

    I'm building a RACI chart for my superiors, and in some fields, I may have a combination of one or all four letters of R A C I. I'm having trouble finding a formula that can account for this - say I have an R in one field, and I could how many instances of R that column has - easy counting (=COUNTIF(F5:F100,"R") ), but what if I have R and A (in any combination AR, or A R, or A,R, or A;R), or all 4 letters, RACI?

    How do I put a formula in the counting fields that will not only count single instances, but instances of any of the combinations? i.e. I need to account for all Rs, As, Cs, Is, RAs, RCs, RIs, all other possible combinations.

    Thanks in advance,
    Dan
    Last edited by moshpitdj; 12-05-2018 at 10:50 AM.

  2. #2
    Valued Forum Contributor Sadath31's Avatar
    Join Date
    03-02-2011
    Location
    Dammam, Saudi Arabia
    MS-Off Ver
    Office 365
    Posts
    452

    Re: Counting variable data in fields

    HI
    =SUMPRODUCT(ISNUMBER(SEARCH("A",F5:F100))*ISNUMBER(SEARCH("R",F5:F100)))
    this will count all combination of R and A

+ 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. Convert Column Data Fields to Row Data Fields in pivot table
    By anavarathan in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 02-08-2014, 09:49 AM
  2. [SOLVED] Targeting Fields and Counting Up or Down Into Other Pre-determined Fields
    By techjob in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-13-2013, 09:28 AM
  3. Replies: 1
    Last Post: 10-27-2012, 02:54 AM
  4. Counting fields in Excel
    By szm187 in forum Excel General
    Replies: 1
    Last Post: 02-26-2009, 02:33 PM
  5. Counting Date Fields
    By scotfitz in forum Excel General
    Replies: 3
    Last Post: 07-28-2008, 12:44 PM
  6. Counting Text Fields
    By scotfitz in forum Excel General
    Replies: 1
    Last Post: 07-05-2008, 09:14 AM
  7. [SOLVED] Variable input to populate data fields
    By csinvestor in forum Excel General
    Replies: 3
    Last Post: 09-09-2005, 04:00 AM
  8. Counting Date Fields
    By tolimow in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-12-2005, 07:56 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