Consulting

Results 1 to 2 of 2

Thread: Counting Data between Decades

  1. #1

    Counting Data between Decades

    Hello friends,

    The attachment here includes the CDs listed in my itunes.

    I need a formula that would go thru. column J, and pick the number of CDs that fall between decades 1970-1980, 1980-1990, 1990-2000,etc.

    * One condition though, counting should be unique, and ignore repeated rows with same year and the same CD name.

    Your help is truly appreciated in advance!
    Nawaf

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Try this array formula

    =SUM(N(FREQUENCY(IF(($J$4:$J$10>=C13)*($J$4:$J$10<=D13),MATCH($D$4:$D$10&$E $4:$E$10&"",$D$4:$D$10&$E$4:$E$10&"",0)),MATCH($D$4:$D$10&$E$4:$E$10&"",$D$ 4:$D$10&$E$4:$E$10&"",0))>0))
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •