+ Reply to Thread
Results 1 to 3 of 3

Column count usage help

  1. #1
    Registered User
    Join Date
    08-01-2018
    Location
    chennai
    MS-Off Ver
    2013
    Posts
    13

    Column count usage help

    Hi
    I have a column with values as below:

    Creative, Project Management, Production, Quality
    Creative, Rights and Permissions, Project Management, Production, Quality
    Creative, Project Management, Production, Quality
    Creative Projects, Editorial, Digital and Interactive
    Creative Editorial, Project Management, Production, Quality
    Project Management, Production, Quality
    Creative Editorial, Project Management, Production, Quality
    Project Management, Production, Quality
    Creative, Project Management
    Creative Skills, Project Management
    Project Management, Production, Quality
    Creative Editorial, Project Management, Production, Quality
    Creative Editorial, Project Management, Production, Quality

    I need to have a formula that can calculate the count of the word Creative in that column
    Ideally of the 13 items listed I should see a count of 11 ie Creative, Creative Skills and Creative Editorial

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.97 for Mac MS 365
    Posts
    8,701

    Re: Column count usage help

    try =COUNTIF(A:A,"*creative*")
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2506 Win 11
    Posts
    24,800

    Re: Column count usage help

    Data Range
    A
    B
    C
    1
    Creative, Project Management, Production, Quality
    1
    10
    2
    Creative, Rights and Permissions, Project Management, Production, Quality
    1
    3
    Creative, Project Management, Production, Quality
    1
    4
    Creative Projects, Editorial, Digital and Interactive
    1
    5
    Creative Editorial, Project Management, Production, Quality
    1
    6
    Project Management, Production, Quality
    #VALUE!
    7
    Creative Editorial, Project Management, Production, Quality
    1
    8
    Project Management, Production, Quality
    #VALUE!
    9
    Creative, Project Management
    1
    10
    Creative Skills, Project Management
    1
    11
    Project Management, Production, Quality
    #VALUE!
    12
    Creative Editorial, Project Management, Production, Quality
    1
    13
    Creative Editorial, Project Management, Production, Quality
    1
    14
    Formulas--->
    =FIND("Creative",A14)
    =COUNTIF(B1:B13,1)
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

+ 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. Click to count usage with value + date
    By gotid in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-23-2017, 02:20 PM
  2. Workbook usage or Database usage assistance
    By Sunshine601 in forum Excel General
    Replies: 4
    Last Post: 12-12-2013, 08:36 AM
  3. Looking for a rolling max count of item usage
    By Befuddled in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-25-2013, 11:47 AM
  4. [SOLVED] VBA Code: Clarification on Range usage ( counting last used cell in a column)
    By vidyuthrajesh in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-27-2012, 03:07 PM
  5. Replies: 3
    Last Post: 06-08-2012, 09:39 AM
  6. [SOLVED] How to create a macor to count the usage of another macor
    By Jigu in forum Excel General
    Replies: 0
    Last Post: 03-10-2006, 11:30 PM
  7. Replies: 2
    Last Post: 10-12-2005, 11:05 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