+ Reply to Thread
Results 1 to 4 of 4

3 Columns / Quote Comparison

  1. #1
    Registered User
    Join Date
    05-24-2012
    Location
    Memphis, TN
    MS-Off Ver
    Excel 2010
    Posts
    2

    3 Columns / Quote Comparison

    I have three suppliers that have submitted quotes. (MSC) (Fastenal) (Grainger). In the past, I only had to compare 2 columns with a simple formula. Now the third column of data is causing syntax problems when I try to write a formula. I need to produce a formula which shows the lowest cost between 3 suppliers. Any Help?

  2. #2
    Forum Contributor
    Join Date
    05-04-2012
    Location
    Stamford,Connecticut,USA
    MS-Off Ver
    Excel 2003
    Posts
    105

    Re: 3 Columns / Quote Comparison

    Try the MIN formula for example:
    =MIN(A1:A3)
    It will return the smaller value within the rows 1 2 and 3
    If you are pleased with a member's answer then use the Star icon to rate it.Remember to mark your questions Solved and rate the answer(s)

  3. #3
    Registered User
    Join Date
    05-24-2012
    Location
    Memphis, TN
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: 3 Columns / Quote Comparison

    Anyway to have the lowest cost reference the column heading? i.e. Grainger. The "min" formulation has me in the right direction.

  4. #4
    Forum Expert icestationzbra's Avatar
    Join Date
    01-07-2004
    MS-Off Ver
    2007, 2010
    Posts
    1,421

    Re: 3 Columns / Quote Comparison

    something like this:

    =MIN(J2:L2)

    here, data in row 2 across three columns J, K, L are included in determination of the 'minimum' value.
    - i.s.z -
    CSE, aka Array aka { }, formulae are confirmed with CONTROL+SHIFT+ENTER.
    Replace commas ( , ) with semicolons ( ; ) in formulae, if your locale setting demands.
    All good ideas are courtesy resources from this forum as well as others around the web.
    - e.o.m -

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1