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

multiple criteria lookups on vertical and horizontal

ichristan21

New Member
Hi,

Could anyone help me solve this problem, I uploaded the file where I want to have multiple criteria lookups, horizontally and vertically.



Thanks in Advance!
 

Attachments

  • Dec-2013 Intake Technical.xlsx
    74.3 KB · Views: 7
Hi,

Try the following in lOOKUP Sheet K7:
=INDEX('Data Entry'!$A$4:$UB$7,MATCH($E7,'Data Entry'!$C$4:$C$7,0),COLUMN('Data Entry'!W4))

Regards,

EDIT...
i forgot to match with dates, please ignore the above.
 
Yah right anyway still thanks for that, Khalid. What I want to happen is that when I search for specific date in lookup sheet in cell K5, cell K up to Q will show the result that lookup with ID no., Date and Subject Code no.
 
Hi ,

If you have Excel 2007 or later versions , you can use the IFERROR function.

See the attached file.

Narayan
 

Attachments

  • Dec-2013 Intake Technical.xlsx
    74.2 KB · Views: 6
Back
Top