+ Reply to Thread
Results 1 to 18 of 18

SUM array works, COUNT array does not?

Hybrid View

  1. #1
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: SUM array works, COUNT array does not?

    I think to count numbers as per the criteria, the following Array Formula can be used...

    =SUM(IF(MOD(A1:A6,2)=1,--ISNUMBER(A1:C6)))
    Or this non-array formula......

    =SUMPRODUCT(--(MOD(A1:A6,2)=1)*--(ISNUMBER(A1:C6)))
    Last edited by sktneer; 10-11-2014 at 01:34 AM.
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

+ 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. Array Formula only works if entered in more than one cell
    By Speshul in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-08-2014, 02:18 PM
  2. [SOLVED] Quick Array question - Copy array to another array then resize?
    By mc84excel in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 05-02-2013, 01:17 AM
  3. [SOLVED] Create 1-col array identifying occurrence count in a 1-col array
    By empsall in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-26-2013, 12:50 PM
  4. [SOLVED] Count multiple conditions array only works with 1 value
    By bob33 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-19-2013, 12:57 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