Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How can I make a simple price comparison for autoparts and have the company with the lowest priced parts returned in a cell in a numbers spreadsheet?

I am trying to make a simple spreadsheet that compares the cost of auto parts from several companies and returns the name of the company that has the lowest price in a specific cell. I cannot find a function that seems to do this, any help would be great.

iPhone 6 Plus, iOS 8.3

Posted on May 21, 2015 11:41 PM

Reply
Question marked as Best reply

Posted on May 22, 2015 12:51 AM

Hi jh,


User uploaded file

Formula in Footer Cell of Table 1 (and Fill Right)

=MIN(B)


Formula in B1 of Table 2 (and Fill Right)

=INDEX(Table 1::$A,MATCH(Table 1::B8,Table 1::B,0))


When there is a tie, it returns the first company that matches MIN.

You could add another Footer Row to count multiple minimums

User uploaded file

=COUNTIF(B,B8) and Fill Right


Regards,

Ian.

2 replies
Question marked as Best reply

May 22, 2015 12:51 AM in response to jh3254

Hi jh,


User uploaded file

Formula in Footer Cell of Table 1 (and Fill Right)

=MIN(B)


Formula in B1 of Table 2 (and Fill Right)

=INDEX(Table 1::$A,MATCH(Table 1::B8,Table 1::B,0))


When there is a tie, it returns the first company that matches MIN.

You could add another Footer Row to count multiple minimums

User uploaded file

=COUNTIF(B,B8) and Fill Right


Regards,

Ian.

How can I make a simple price comparison for autoparts and have the company with the lowest priced parts returned in a cell in a numbers spreadsheet?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.