+ Reply to Thread
Results 1 to 2 of 2

Count all marks in each cell

  1. #1
    Forum Contributor
    Join Date
    03-08-2007
    Location
    St. Augustine, Fl
    MS-Off Ver
    Excel 2021 for Mac
    Posts
    392

    Count all marks in each cell

    I need to put “/” mark under each number, which represents a problem for the day. I will add a “/” each day of the for one week. Is there a way I can count all the “/” in each cell?
    1 2 4 Total
    //// /// /// 10
    // /// 5
    / / / / 4

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Count all marks in each cell

    If that's the only character the cells will have then try this...

    Data Range
    A
    B
    C
    D
    1
    1
    2
    4
    Total
    2
    ////
    ///
    ///
    10
    3
    //
    ///
    5
    4
    /
    //
    /
    4
    5
    ------
    ------
    ------
    ------


    This formula entered in D2 and copied down:

    =SUMPRODUCT(LEN(A2:C2))
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. Replies: 17
    Last Post: 10-14-2014, 08:21 AM
  2. [SOLVED] count the number of tally marks
    By highlandjb in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-04-2013, 10:55 AM
  3. [SOLVED] Count number of cells that contain text but exclude cells that contain quotation marks
    By Cantyman in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-22-2012, 03:57 PM
  4. Excel 2007 : Spreading marks in different cell
    By umeshsharma in forum Excel General
    Replies: 1
    Last Post: 04-23-2010, 07:27 AM
  5. Excel 2007 : couting how many ? marks in one cell
    By artner0112 in forum Excel General
    Replies: 3
    Last Post: 03-26-2009, 03:37 AM
  6. How to input quotation marks within a cell using VBA
    By som3on3_10 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-11-2008, 05:30 PM
  7. inserting tick marks/hash marks
    By psuexv in forum Excel General
    Replies: 6
    Last Post: 09-25-2007, 03:58 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