Should I use INDEX?

M

MrRJ

Hello,
I am thinking of using INDEX function, but not quite sure how to approach it.

Here is my sample data. I need to produce the last column with a formula.
Any ideas? If Column A is the same then what is the lowest value in Column C
then the answer is in Column B.
Results needed
9876 ABC Divison 145 Smart Move
9876 Smart Move 112 Smart Move
1234 Textile Co. 456 MMM Inc.
1234 MMM Inc. 78 MMM Inc.
1234 YAM 345 MMM Inc.
1234 Bee Corp. 154 MMM Inc.
 
S

Sheeloo

One way is to sort them by Col A x Col C
then enter this in D1 (assuming no header row)
=A1
then this in D2
=IF(A2=A1,D1,B2)
and copy it down...
 
M

MrRJ

Sheeloo,
Not sure if this works for me. Is there a way to utilize INDEX and LOOKUP
features?
I tried this and it did not work.

MrRJ
 

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

Top