+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : create a list where adjacent cell value meets criteria???

  1. #1
    Registered User
    Join Date
    12-29-2011
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    4

    create a list where adjacent cell value meets criteria???

    I have a list/table like:

    Names Class Location Age
    Brown - South 25
    Davis - Oregon 30
    Miller - Delaware 35
    Wilson - Maine 20
    Moore - Kansas 24

    I want to create a list of names that are above certain age (25). Will I require an array formula to do this???

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,447

    Re: create a list where adjacent cell value meets criteria???

    You can use Filter or Advanced filter to filter on age

  3. #3
    Valued Forum Contributor
    Join Date
    02-09-2012
    Location
    Mauritius
    MS-Off Ver
    Excel 2007
    Posts
    1,055

    Re: create a list where adjacent cell value meets criteria???

    Hi
    Try this formula:
    =IF(D2>25,A2," ")

    I have assumed that the age appears in D column and Name appears in A column.

    Regards...

+ 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