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

OFFSET INDEX MATCH Formula

I'm reaching out to best maximize my implementation of the OFFSET/INDEX/MATCH Formula.

My goal is to populate columns (K3) & (K4) with the corresponding fields to the left (Dest, City, Size, & value) with one DROPDOWN formula. My initial thoughts are that you would definitely use as baseline (OFFSET, INDEX, MATCH, MATCH).

Thank you everyone who reads this item. I'm sure the solution is not that complex in nature.

This section matches Destination Country
=OFFSET(INDEX(E:E,MATCH(H2,C:C,0)),0,0,,)

This section matches Destination City
This formula captures the E2 (110)
=OFFSET(INDEX(E:E,MATCH(I2,D:D,0)),0,0,,)
This formula captures the cell F2 (8)
=OFFSET(INDEX(E:E,MATCH(I4,D:D,0)),0,1,,)

However, I want to be able to match cols (C & D), & then utilize an offset that captures the value in both (E2) & (F2).

upload_2015-5-29_10-11-7.png
 

Attachments

  • upload_2015-5-29_9-59-21.png
    upload_2015-5-29_9-59-21.png
    147 KB · Views: 2
  • upload_2015-5-29_10-1-8.png
    upload_2015-5-29_10-1-8.png
    115.8 KB · Views: 2
Brian,

Welcome to the forum!

See attached file; using SUMPRODUCT (Narayan beat me to it, above)

...Does this accomplish what you are wanting? It's not in the OFFSET format you initially proposed.
 

Attachments

  • brian1.xlsx
    8.7 KB · Views: 4
Back
Top