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
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.
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.
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.
thanks for this, why do you use control+shift +enter, instead of just enter?? what is that functionality?
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.
Brilliant thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks