Results 1 to 10 of 10

Application.countif

Threaded View

GaidenFocus Application.countif 07-12-2013, 10:01 AM
JosephP Re: Application.countif 07-12-2013, 10:06 AM
GaidenFocus Re: Application.countif 07-12-2013, 11:29 AM
JosephP Re: Application.countif 07-12-2013, 11:30 AM
GaidenFocus Re: Application.countif 07-12-2013, 11:32 AM
JosephP Re: Application.countif 07-12-2013, 11:34 AM
GaidenFocus Re: Application.countif 07-12-2013, 11:48 AM
JosephP Re: Application.countif 07-12-2013, 11:49 AM
GaidenFocus Re: Application.countif 07-12-2013, 11:51 AM
GaidenFocus Re: Application.countif 07-12-2013, 12:14 PM
  1. #1
    Forum Contributor
    Join Date
    10-08-2010
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    386

    Application.countif

    I need to count the number of a certain digit in the intersection of two given ranges.

    the following works fine

    Application.CountIf(Intersect(Range("B2:D4"), Range("B2:J2")), 1)
    I have a 2D array where i store all of my different ranges and need to compare them. The following looks like it should work, but it does not.

    I get the "Invalid Procedure Call or Argument" error message.

    count = Application.CountIf(Intersect(puzzle(2, y), puzzle(r, c)), number)
    Any help with this would be great!
    Last edited by GaidenFocus; 07-12-2013 at 11:53 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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