• 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.

LARGE VALUES ORDER LIKE SUMIFS

Hi Bharath,

Try below array formula in H2 and copy down and across.

=LARGE(IF($B$2:$B$22=$G2,$D$2:$D$22,0),COLUMNS($H2:H2))

Enter with Ctrl+Shift+Enter.

Regards,
 
hi,

why do we change to large number instead of zero
there is no false i think, if false only false value will be selected, but there is no false in the table.
 
Hi Bharath ,

The formula is creating an array of values where the branch is say Branch 1 ; out of all the branch IDs , only a few will satisfy this condition.

Similarly , when you check for the branch equal to Branch 2 , there will be values which do not satisfy this condition.

Narayan
 
Back
Top