+ Reply to Thread
Results 1 to 5 of 5

Countif for Seperate Column

  1. #1
    Forum Contributor
    Join Date
    03-12-2012
    Location
    Singapore
    MS-Off Ver
    MS 365
    Posts
    532

    Countif for Seperate Column

    Lets say I am using Column A,C,E and G which contain number. Column B,D n F contain number too. I wan count how many cells is bigger than 1000 in A, C E and G.
    I know i can use Countif(A:A,">"&1000)+Countif(C:C,">"&1000)+Countif(E:E,">"&1000)+Countif(G:G,">"&1000)

    HOwever, is there anyway to just use one Countif formula ??

  2. #2
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Countif for Seperate Column

    Use a countifs formula:

    =countifs(A:A,">"&1000,c:c,">"&1000,e:e,">"&1000,g:g,">"&1000)

  3. #3
    Forum Contributor
    Join Date
    03-12-2012
    Location
    Singapore
    MS-Off Ver
    MS 365
    Posts
    532

    Re: Countif for Seperate Column

    Not possible to have a Range like A:A;C;C;E;E;G;G,">"&1000?

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Countif for Seperate Column

    No, but you can use something like this:

    =SUMPRODUCT((A2:G100>1000)*(MOD(COLUMN(A2:G100),2)=1))

  5. #5
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: Countif for Seperate Column

    =sum(mmult(--(a1:g20>1000),--transpose(isodd(column(a:g))))) cse

+ 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. Countif with multiple variables on seperate page
    By phifer2088 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-06-2014, 03:36 AM
  2. [SOLVED] Seperate ext of filename to seperate column
    By Smally in forum Excel General
    Replies: 6
    Last Post: 08-01-2014, 03:19 PM
  3. [SOLVED] Countif/Sumproduct checking two seperate date ranges and one other
    By AdmiralGrumble in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 05-16-2014, 06:46 AM
  4. [SOLVED] Counting Multiple Values in a column based on critera in seperate column
    By ERoberts in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-11-2013, 01:08 PM
  5. countif over 2 seperate columns
    By guyzk1 in forum Excel General
    Replies: 3
    Last Post: 10-31-2010, 08:13 AM
  6. CountIf not working in seperate tab
    By deeppurple247 in forum Excel General
    Replies: 2
    Last Post: 06-28-2007, 03:21 AM
  7. Replies: 3
    Last Post: 03-30-2005, 04:06 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