LOOKUP instead of Index and Match

F

frankjh19701

I have an Excel spreadsheet with inventory numbers on it from variou
distribution centers. They come with their names, dates, commodit
amounts, etc each day. What I want to do is set up a formula that wil
find the center's number in Column A and return the commodity amoun
from Column C. Also, if the center's number isn't found, then I woul
like for it to return "0", or N/A, or something like that to show th
number wasn't found.

I've been trying to use:

LOOKUP(E1+100,CHOOSE({1,2},0,INDEX($K$2:$K$24,MATCH(1,INDEX(($H$2:$H$24=$H$12)*($K$2:$K$24=$K$12),),))))

But, I can't seem to configure it to my needs.

Any/all assistance is greatly appreciated.

Thank yo
 
S

Spencer101

frankjh19701;1170646 said:
I have an Excel spreadsheet with inventory numbers on it from variou
distribution centers. They come with their names, dates, commodit
amounts, etc each day. What I want to do is set up a formula that wil
find the center's number in Column A and return the commodity amoun
from Column C. Also, if the center's number isn't found, then I woul
like for it to return "0", or N/A, or something like that to show th
number wasn't found.

I've been trying to use:

LOOKUP(E1+100,CHOOSE({1,2},0,INDEX($K$2:$K$24,MATCH(1,INDEX(($H$2:$H$24=$H$12)*($K$2:$K$24=$K$12),),))))

But, I can't seem to configure it to my needs.

Any/all assistance is greatly appreciated.

Thank you

Hi, any chance you could show us an example of the workbook to make i
easier to understand the issue
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

INDEX MATCH SMALL 13
Index and Match 8
lookup and return column number 2
Index Match function for lookup HELP 5
Index and Match 5
INDEX+MATCH=slow? 3
Involved VLookup Function 3
Involved VLookup Formula 3

Top