Could I have stumped the Experts?????

J

Joe Gieder

Could I have stumped the Experts???

I use the following formula: =IF(ISNA(INDEX
(SuppliersR,MATCH(MIN(IF((SuppliersD=$C68)*
(SuppliersS<>0),SuppliersS)),SuppliersS,),0)),0,INDEX
(SuppliersR,MATCH(MIN(IF((SuppliersD=$C68)*
(SuppliersS<>0),SuppliersS)),SuppliersS,),0))
to extract a minimum price from on tab called "Suppliers"
and input it into another tab called "Priced". I ususally
have several occurances of the same extended price
(SuppliersS<>0, this is what I look for) (SuppliersR is
unit price) but with different part numbers
(SuppliersD=$C68). When the formula matches the part I'm
looking for (SuppliersD=$C68) it gets the extended cost,
if the extended cost is the same for the part I'm looking
and another differernt item that's in a row above the
correct part it uses that unit cost (which is wrong). Is
there a way to help refine this formula so it only finds
the exact match for everything.
Sorry for the lengthy email, I hope someone out there can
help with this dilema.

TIA fo your help
Joe
 

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


Top