+ Reply to Thread
Results 1 to 3 of 3

Count If S

  1. #1
    Registered User
    Join Date
    10-19-2017
    Location
    leeds
    MS-Off Ver
    2013
    Posts
    3

    Count If S

    Good morning.
    I am wanting a forumala that will count if values are above 0.15 and if they appear in a truncated list.
    i.e I have two lists of letters, one a master list which has associated values and one truncated which does not.



    Master Lists Truncated List Answer = 2 (A is in the truncated list, and is above 0.15, same for B, D and E appear in the list but values are below 0.15)
    A 0.2 A
    B 0.2 B
    C 0.2 D
    D 0 E
    E 0
    F 0
    G 0
    H 0
    I 0.2

    I am wanting to do this in a single equation as opposed to seperating out columns and vlookups etc.
    Any help would be appreciated.
    Please ket me know if you need more information

  2. #2
    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
    28,509

    Re: Count If S

    Try

    =SUM(COUNTIFS(A1:A9,C1:C4,B1:B9,">0.15"))


    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.

    Data in A1:B9 and C1:C4

  3. #3
    Registered User
    Join Date
    10-19-2017
    Location
    leeds
    MS-Off Ver
    2013
    Posts
    3

    Re: Count If S

    Thanks that worked perfectly!

+ 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: 2
    Last Post: 03-03-2018, 05:00 AM
  2. Replies: 1
    Last Post: 05-19-2017, 07:37 AM
  3. Replies: 17
    Last Post: 04-11-2016, 11:14 PM
  4. Macro count items in sheet2 and provide count in embedded label in sheet1
    By jaredmccullough in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 02-05-2015, 11:27 AM
  5. [SOLVED] Filtering macro, count number of rows and include count in last column.
    By Folshot in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-12-2012, 07:17 AM
  6. Range.columns.count property returns wrong count after union operation
    By gopinan in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-13-2008, 04:48 AM
  7. [SOLVED] Count Intervals of Filtered TEXT values in Column and Return Count across a Row
    By Sam via OfficeKB.com in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 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