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

Index&Match with multiple condition...is it possible without helper column?

PP3321

Active Member
Hi thank you always in advance for your generous help...

I need to do Index&Match with multiple criteria from another source.
Problem is that I may not be able to add helper column to the source.

Is there any way to do this without helper column...?

*I have attached the end result with helper column...
 

Attachments

@Khalid NGO wow I have never seen Index&Match&Index...let me study this formula...thank you so much!!!
Which of them would you choose personally?
 
@Khalid NGO

Thank you...I went to eat chocolate because working with formulas makes my head go crazy...:-)

2 Points from me.

1. OK I understand the formula now. If row is empty for index, then it means all the rows...right?
INDEX($B$4:$B$15&$C$4:$C$15&$D$4:$D$15,)

2. After a while, I have to hand this over to my colleague.
For easier maintenance reason, I will go for sumifs.
Even though I would like to show off what I learned today from you about index&match&index!!
 
Hello,

1. Purpose of using additional INDEX function here is to avoid CSE.
You can remove the 2nd INDEX function, like:

=INDEX($F$4:$F$15,MATCH($J$1&J$3&$I4,$B$4:$B$15&$C$4:$C$15&$D$4:$D$15,0))
{Array formula} to be entered with CSE

There could be more ways and thats the Beauty of Excel.

Regards,
 
@bosco_yip wow...this is amazing...thank you so much for sharing!!!!!!!
I ended-up using sumifs, but will use your chart when coming up with similar task!!
 
@Khalid NGO @bosco_yip
I encountered another problem...if you do not mind could you please help me?

When I do sumifs with external reference in closed workbook, it returns error.
Index&Match works fine.

Where can I search for functions that work with closed workbook...? I googled 'functions external reference closed workbook' but I could not find much answer...
 
Please use sumproduct function

@Khalid NGO @bosco_yip
I encountered another problem...if you do not mind could you please help me?

When I do sumifs with external reference in closed workbook, it returns error.
Index&Match works fine.

Where can I search for functions that work with closed workbook...? I googled 'functions external reference closed workbook' but I could not find much answer...
 
Back
Top