+ Reply to Thread
Results 1 to 7 of 7

Thread: Excluding negative numbers and bringing back lowest postive number

  1. #1
    Registered User
    Join Date
    09-15-2009
    Location
    Leeds, England
    MS-Off Ver
    Excel 2003
    Posts
    13

    Smile Excluding negative numbers and bringing back lowest postive number

    Hi, I hope i am posting this in the right section.

    I have a range of cells A2:A85 and this contains positive and negative numbers, I want to create a formula to exclude the negative numbers and bring back in a different cell the lowest postive value? is this possible? I have been trying all day and its driving me insane!!!!!

    Excel novice!!!
    Last edited by Dancingqueen; 09-15-2009 at 03:41 PM. Reason: Advised by administrator

  2. #2
    Forum Guru NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    32,636

    Re: Formulas help

    Welcome to the forum,

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  3. #3
    Forum Guru sweep's Avatar
    Join Date
    04-03-2007
    Location
    Location: Location:
    MS-Off Ver
    3.0
    Posts
    2,472

    Re: Formulas help

    Hi,

    Use this array formula:

    =MIN(IF(A2:A85>0,A2:A85,""))

    Enter it using CTRL, SHIFT and ENTER all together.

    Done right, it will display like this:

    {=MIN(IF(A3:A9>0,A3:A9,""))}

    don't enter the curly brackets yourself
    Please disregard anything in the above post. It may well have been edited without my consent, as has been the case with several posts and threads recently.

  4. #4
    Forum Guru NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    32,636

    Re: Excluding negative numbers and bringing back lowest postive number

    Try

    =Min(IF(A2:A85>0,A2:A85))

    confirmed with CTRL+SHIFT+ENTER not just ENTER
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  5. #5
    Registered User
    Join Date
    09-15-2009
    Location
    Leeds, England
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Excluding negative numbers and bringing back lowest postive number

    thanks for this, why do you use control+shift +enter, instead of just enter?? what is that functionality?

  6. #6
    Forum Guru NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    32,636

    Re: Excluding negative numbers and bringing back lowest postive number

    It resolves an array formula...

    See here for details... array formulas
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  7. #7
    Registered User
    Join Date
    09-15-2009
    Location
    Leeds, England
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Excluding negative numbers and bringing back lowest postive number

    Brilliant 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.2.0