+ Reply to Thread
Results 1 to 5 of 5

Formula to find age groups

Hybrid View

  1. #1
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    oops sorry try this array confirmed with control shift and enter
    =SUM((B1:B50>=23)*(B1:B50<30)*1)/COUNT(B1:B50)%
    assuming you have no zero values
    count(b1:b50)could simply be replaced by the numer of rows or if you have zero values replace it with
    =SUM((B1:B50>=23)*(B1:B50<30)*1)/COUNTIF(B1:B50,">0")%
    still an array
    Last edited by martindwilson; 11-08-2008 at 10:20 AM.

+ Reply to Thread

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