LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Membership list: column for no. of over 18s?

the number of people in that family who are aged over 18 (actually it
needs to contain "17" not "18" to work correctly!)


Then your criteria isn't "who are aged over 18". Maybe you meant "who are
aged 18 and over".

17...17...18

=INDEX(FREQUENCY((D4,F4,H4),18),2)

Returns 0 - no age *over* 18

=INDEX(FREQUENCY((D4,F4,H4),17),2)

Returns 1 - 1 age 18 and over

--
Biff
Microsoft Excel MVP


"Lobster" wrote in message
...
T. Valko wrote:
One way...

=INDEX(FREQUENCY((D4,F4,H4),18),2)


Wow - that was quick, and such an simple formula! I've been scratching my
head with massive long IF statements and getting nowhere (not
surprisingly).

Thank you so much!
David

(actually it needs to contain "17" not "18" to work correctly!)



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Membership list nickodemos Excel Discussion (Misc queries) 0 April 26th 09 11:39 PM
Club membership list / database Monte Milanuk[_2_] Excel Discussion (Misc queries) 6 November 14th 08 11:48 AM
Membership List Marge at large New Users to Excel 3 September 3rd 08 07:06 AM
Determinig Population membership percentages Michele Excel Worksheet Functions 1 June 30th 06 05:57 PM
Group membership jamex New Users to Excel 2 March 9th 06 01:07 PM


All times are GMT +1. The time now is 10:42 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"