+ Reply to Thread
Results 1 to 6 of 6

Thread: formula Index/Match

  1. #1
    Registered User
    Join Date
    07-28-2009
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    93

    formula Index/Match

    Ok See attached.

    Basically, Evergreen Estates has the lowest pricing at $1085. Thus they are the "Best Bidding Supplier"

    Now I need to populate a cell box for "Best Bid RFI Score"

    Evergreen Estates RFI score is directly below their pricing. I just can't figure out how to get the best pricing company to have their RFI score displayed in the "Best Bid RFI Score" row. I'm guessing I need to use some type of Match and Index, but I can't figure it out.

    Any help?
    Attached Files Attached Files

  2. #2
    Forum Guru Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007
    Posts
    3,520

    Re: Help with Match and Index

    In cell C17:

    =INDEX($B$21:$C$48,MATCH($C$6,$A$21:$A$48,0)+1,2)
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  3. #3
    Registered User
    Join Date
    07-28-2009
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    93

    re: formula Index/Match

    Thanks, but I realized I didn't fully explain myself

    See the new attachment. What I need is the RFI numbers to go in the orange boxes with the ????????'s.

    Also, I included my formulas I was currently using to calculate the other stuff.

    Basically for "Best Bid RFI Score" I need it to look up "Best Bidding Supplier" and then I need it to display that best bidding suppliers RFI.

    For example take column D. Evergreen Estates is the best bidder, because their pricing is the lowest. I already have a formula in D13 that displays their name. Now I need D17 to display Evergreen Estates RFI score which can be found in D38.

    However, I would like to set this up so if I added in a new company named Company B, and their pricing was lower than Evergreen Estates pricing, I would like D17 to display Company B's RFI score now, and not Evergreen Estates.

    Then I would like to drag that formula across for all the locations so it automatically finds the best bidders RFI score. I know right now some of the columns don't even have RFI scores, but I'll input those later.. so right now when you drag it across it will probably say "0" for a couple of the companies. I also would like to have a formula that finds the 2nd best bidders RFI score, which is where row 18 would go.

    Any ideas?
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    07-28-2009
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    93

    re: formula Index/Match

    Well I figured out how to get the highest RFI score for the best bidder!

    I took

    =INDEX($B$21:$C$48,MATCH($C$6,$A$21:$A$48,0)+1,2) and I just did
    =INDEX($B$21:$C$48,MATCH($C$6,$A$21:$A$48,0)+1,3)
    =INDEX($B$21:$C$48,MATCH($C$6,$A$21:$A$48,0)+1,4)
    =INDEX($B$21:$C$48,MATCH($C$6,$A$21:$A$48,0)+1,5)
    =INDEX($B$21:$C$48,MATCH($C$6,$A$21:$A$48,0)+1,6)
    =INDEX($B$21:$C$48,MATCH($C$6,$A$21:$A$48,0)+1,7)

    etc....

    and that works!! Thank you so much Palmetto!!

  5. #5
    Registered User
    Join Date
    07-28-2009
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    93

    re: formula Index/Match

    Can anyone download Lawncare2.xlsx above and tell me how to find the value for the cell D19?

    What it should do is count how many times Evergreen Estate put pricing in for their "Lawn" row.
    So the answer for D19 should be 1.

  6. #6
    Registered User
    Join Date
    07-28-2009
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    93

    re: formula Index/Match

    In case you are confused here is what I need. See attached.

    Thank you
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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.2.0