+ Reply to Thread
Results 1 to 2 of 2

How to pcik up the number that falls within a certain range?

  1. #1
    Registered User
    Join Date
    01-14-2005
    Posts
    3

    How to pcik up the number that falls within a certain range?

    Hi,

    If i have a column of numbers, can i pick up the number that falls within a certain range? For example, i want the number that is between 10000 and 20000, is that any formula or function i can use to pick up that number? Appreciate if somebody can help me. thxs.

  2. #2
    Forum Contributor
    Join Date
    01-06-2004
    Location
    Carbondale CO
    Posts
    245

    How to pick up Number....................

    Hi,
    Not sure what you mean by "pick up". Assuming your data column is column A. And your first number you want to evaluate is in cell A2. Put this formula is a blank column.

    IF((AND(A2>10000,A2<20000)),"YES","NO")

    This formula will put Yes in the column if it meets the criteria and no if it does not.

    HTH
    Casey

+ 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