• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How to use combination of SMALL IF condition

ThrottleWorks

Excel Ninja
How to use combination of SMALL & IF condition


Sir, I want to use combination of SMALL & IF condition.

I have 2 columns, Column A name of customers, Column B amounts.


For example Sachin has amounts 500,400,300,200,100.

If I use small 1, small 2, small 3 then it should give me 100, 200, 300 etc.


Can anyone help me in this please
 
Hi sachinbizboy,


The Process is best described here:


http://chandoo.org/wp/2011/11/18/formula-forensics-003/


or


Code:
SMALL(IF(Condition=True,YourArray),Row(A1))


..Such a formula will give you the desired result.


Regards,
 
Hi Faseeh, thanks a lot for the help, wish you a very happy new year.


I am reading the material will share the results.
 
Back
Top