+ Reply to Thread
Results 1 to 8 of 8

How to count type of the point?

  1. #1
    Registered User
    Join Date
    08-09-2015
    Location
    Phnom Penh
    MS-Off Ver
    2010
    Posts
    11

    How to count type of the point?

    Dear All,

    I have several points that need to count it but I don't know how to do it with formula?

    Here is the attachment for detail.....
    Attached Files Attached Files

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,941

    Re: How to count type of the point?

    D3=COUNTIF($A$2:$A$57,C3)
    Please Login or Register  to view this content.
    Try this and copy towards down
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Registered User
    Join Date
    08-09-2015
    Location
    Phnom Penh
    MS-Off Ver
    2010
    Posts
    11

    Re: How to count type of the point?

    The Result is 0. How to deal with it?

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,830

    Re: How to count type of the point?

    in order of your list in the file

    =SUM(IF(ISNUMBER(A2:A57),1))

    =SUM(IF(ISNUMBER(SEARCH("/",A2:A57,1)),1))-SUM(IF(ISNUMBER(SEARCH("P",$A$2:$A$57,1)),1))

    =SUM(IF(ISNUMBER(SEARCH("P",$A$2:$A$57,1)),1))

    =SUM(IF(ISNUMBER(SEARCH("A",$A$2:$A$57,1)),1)) .... counts those ending A

    =SUM(IF(ISNUMBER(SEARCH("-",A2:A57,1)),1)) .... those having "-" but will include "A" & "-"

    Enter all formulas with Ctrl+Shift+Enter

  5. #5
    Registered User
    Join Date
    08-09-2015
    Location
    Phnom Penh
    MS-Off Ver
    2010
    Posts
    11

    Re: How to count type of the point?

    Big big thank to you. You are my saver.....

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,830

    Re: How to count type of the point?

    Appreciate the feedback. Please mark the thread as SOLVED. Thank you.

  7. #7
    Registered User
    Join Date
    08-09-2015
    Location
    Phnom Penh
    MS-Off Ver
    2010
    Posts
    11

    Re: How to count type of the point?

    Hi Another question, Do you have any idea how to classify the type of points that I just ask you above?

    -Type A; 12/2, 12-2, 40, 42, 245 in this type there are no duplicate or the same value.
    -Type B; 46/6(1), 46/6(2), 45(1), 45(2) in the type there are duplicate value but the number 1 and 2 inside the bracket indicated that it is in type B.
    -Type C; 21/1(1), 21/1(2), 21/1(3) it is just like type B but number 1, 2 and 3 inside the bracket indicate that it is in type C.

    I have the attachment for more detail about it.

    Thanks

  8. #8
    Registered User
    Join Date
    08-09-2015
    Location
    Phnom Penh
    MS-Off Ver
    2010
    Posts
    11

    Re: How to count type of the point?

    Hi I forget to tell one more point in type 1 like 236(1) and 236(2). So how to solve it?

+ 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] Nearest neighbour limited by point type
    By Spicey_888 in forum Excel General
    Replies: 6
    Last Post: 05-09-2014, 08:26 AM
  2. [SOLVED] multiple conditions to count large amount of data by Type, month & activity type
    By norfolk_lass in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-03-2014, 12:54 PM
  3. [SOLVED] count of numbers after decimal point with trailing zeros
    By lasario in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-16-2013, 11:13 AM
  4. Using Large Point Type Over Two Rows
    By scotfitz in forum Excel General
    Replies: 3
    Last Post: 11-06-2010, 02:30 PM
  5. Replies: 2
    Last Post: 06-23-2009, 11:16 AM
  6. Replies: 4
    Last Post: 06-01-2009, 02:29 AM
  7. [SOLVED] using text wrap how can I type over the page break point
    By Mike Dewar in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-22-2006, 01:10 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