+ Reply to Thread
Results 1 to 3 of 3

[SOLVED] COUNTIF COLUMN F="John Smith" AND COLUMN AE = TRUE ?

  1. #1
    Registered User
    Join Date
    12-21-2011
    Location
    EU here and there
    MS-Off Ver
    Excel 2019
    Posts
    69

    [SOLVED] COUNTIF COLUMN F="John Smith" AND COLUMN AE = TRUE ?

    My problem is that I think in terms of SQL and not in terms of Microsoft Office logic....

    I just want to count all rows where Column F has a certain value in text format, and Column AE is Boolean "TRUE".

    e.g.
    COLUMN F="John Smith" AND COLUMN AE = TRUE

    But I can't figure out how to do it.... Does anyone know?
    Last edited by johanna0507; 10-31-2013 at 01:55 PM.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: COUNTIF COLUMN F="John Smith" AND COLUMN AE = TRUE ?

    Try

    =COUNTIFS(F:F,"John Smith",AE:AE,TRUE)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    12-21-2011
    Location
    EU here and there
    MS-Off Ver
    Excel 2019
    Posts
    69

    Re: COUNTIF COLUMN F="John Smith" AND COLUMN AE = TRUE ?

    Quote Originally Posted by Ace_XL View Post
    Try

    =COUNTIFS(F:F,"John Smith",AE:AE,TRUE)

    haha, too simple -- but it works of course! Thank you!

+ 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] Set pivot column items "True" vs. "False"
    By franklin_m in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-06-2012, 07:36 PM
  2. Replies: 1
    Last Post: 07-16-2012, 08:04 PM
  3. Replies: 1
    Last Post: 06-19-2012, 08:52 PM
  4. IF(COUNTIF(Thursday,"John Doe")>1,"error"," ")
    By jayd77 in forum Excel General
    Replies: 3
    Last Post: 10-26-2005, 09:17 PM
  5. Replace text "Smith, Joe" into "Joe Smith" for a single cell
    By flyingmachine in forum Excel General
    Replies: 6
    Last Post: 04-07-2005, 02:53 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