+ Reply to Thread
Results 1 to 6 of 6

CountA/CountIF?

  1. #1
    Registered User
    Join Date
    02-26-2019
    Location
    USA
    MS-Off Ver
    Microsoft 365
    Posts
    42

    CountA/CountIF?

    Hello,

    I am on Sheet2 and want a formula to tell me, How many people are there (names are listed on Sheet 1) on Sheet1 where Column F says "Bloomfield" and Column I says "Orientation".
    I tried at first doing CountA and IF, and tried CountIF as well.. Can't seem to crack it.

    Thanks!

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

    Re: CountA/CountIF?

    is this what you are looking for?
    =COUNTIFS(Sheet1!A:A,"<>",Sheet1!F:F,"bloomfield",Sheet1!I:I,"orientation")
    it is a little unclear about the reference you are making to the names on sheet1
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Registered User
    Join Date
    02-26-2019
    Location
    USA
    MS-Off Ver
    Microsoft 365
    Posts
    42

    Re: CountA/CountIF?

    YES! Thank you so much!
    Can I tack on one more question, expert?
    If I want to say, in this same formula, Sheet1 Column I says 'orientation' OR 'xyz', how would I do that?

    Again thank you for your super quick and on point response!

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

    Re: CountA/CountIF?

    make it this...
    =SUM(COUNTIFS(Sheet1!A:A,"<>",Sheet1!F:F,"bloomfield",Sheet1!I:I,{"orientation","xyz"}))

  5. #5
    Registered User
    Join Date
    02-26-2019
    Location
    USA
    MS-Off Ver
    Microsoft 365
    Posts
    42

    Re: CountA/CountIF?

    Currently doing a happy dance in my office.

    Thanks so much Sambo!!!

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

    Re: CountA/CountIF?

    you're welcome! AND thank you for the rep!

+ 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. Counta / Countif
    By mandek in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-31-2016, 12:15 PM
  2. [SOLVED] Countif / Counta
    By joshag in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-22-2015, 10:44 AM
  3. Excel 2007 : CountIF or CountA
    By bjohnsonac in forum Excel General
    Replies: 3
    Last Post: 01-24-2011, 12:46 PM
  4. Excel 2007 : CountA and CountIF
    By DentonHTHS in forum Excel General
    Replies: 3
    Last Post: 04-05-2010, 12:44 AM
  5. [SOLVED] CountIF, CountA,Which one? or neither?
    By amy in forum Excel General
    Replies: 2
    Last Post: 07-20-2005, 04:05 PM
  6. [SOLVED] COUNTA, COUNTIF?
    By Newbie in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-18-2005, 08:06 AM
  7. Counta + Countif
    By maswinney in forum Excel General
    Replies: 0
    Last Post: 02-23-2005, 04:54 PM

Tags for this Thread

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