+ Reply to Thread
Results 1 to 3 of 3

Greater than or equal to

  1. #1
    Registered User
    Join Date
    04-03-2006
    Posts
    31

    Greater than or equal to

    I am trying to find a way to specify a cell (to use in a formula)that contains a number greater than or equal to a specified value.

    Hoe can I do this?

  2. #2
    Bob Phillips
    Guest

    Re: Greater than or equal to

    =INDEX(A1:A10,MIN(IF(A1:A10>=test_value,ROW(A1:A10))))

    which is an array formula, it should be committed with Ctrl-Shift-Enter, not
    just Enter.

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "xned" <xned.25o8om_1144039200.9081@excelforum-nospam.com> wrote in message
    news:xned.25o8om_1144039200.9081@excelforum-nospam.com...
    >
    > I am trying to find a way to specify a cell (to use in a formula)that
    > contains a number greater than or equal to a specified value.
    >
    > Hoe can I do this?
    >
    >
    > --
    > xned
    > ------------------------------------------------------------------------
    > xned's Profile:

    http://www.excelforum.com/member.php...o&userid=33098
    > View this thread: http://www.excelforum.com/showthread...hreadid=529078
    >




  3. #3
    Registered User
    Join Date
    04-03-2006
    Posts
    31

    Re: Greater than or equal to

    Moderator: Please mark as Solved Thanks

+ 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