+ Reply to Thread
Results 1 to 5 of 5

Bid Tracker Analysis Extractions

Hybrid View

  1. #1
    Valued Forum Contributor
    Join Date
    07-16-2007
    Location
    GA
    MS-Off Ver
    Office 365 - Version 2403
    Posts
    1,059

    Question Bid Tracker Analysis Extractions

    Hi

    This similar to recent inquiry: Vendor Bid Analysis - Lowest and Highest 3 Bids
    https://www.excelforum.com/excel-gen...st-3-bids.html
    Except, I want to put summary on another worksheet - See, 2920 Bid Sheet Analysis

    ** See Attached Example **

    As you will see, in the 2920 Bid Sheet Analysis

    I'm trying to extract a series of bid requests per Division Categories, such as TEMPORARY PERIMETER FENCING

    Here, there are 8 Subcontractor bids

    The bid amount value & ranking seems to work well
    =IFERROR(AGGREGATE(15,6,(Bid_Amount+ROW($R$93:$R$167)*10^-6)/(Const_Phase=$B$17)/(Bid_Amount>0),@ROW(1:1)),"")


    However, the other 2 are not!!!
    -- Using named ranges in these functions to

    For Bidding Subcontractors
    =IFERROR(LOOKUP(2,1/(Bid_Amount+ROW(Bid_Amount)*10^-6=E18),Subcontractors),"")


    Solutions Comments or Recommendations
    =IFERROR(IF(LOOKUP(2,1/(Bid_Amount+ROW(Bid_Amount)*10^-6=$E18),Finishes_Comments)="","",LOOKUP(2,1/(Bid_Amount+ROW(Bid_Amount)*10^-6=$Q73),Finishes_Comments)),"")


    With both of these, I should be seeing the subcontract that is associated with the $8,316.05 bid along with its comments in column F


    Requesting assistance & preferably, less complex functions to get these to work

    Primary objectives is to get 3 to 20 bids, rank bids from low to high & evaluate quotes to determine which subcontractors is giving best value for the bid amount

    See Attached....


    Thanks
    Attached Files Attached Files
    MyCon
    -- Using Latest Version of Excel

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,792

    Re: Bid Tracker Analysis Extractions

    Administrative Note:

    Members will tailor the solutions they offer to the version of Office (Excel) that you have. Please check that your forum profile is up-to-date in this respect. If you aren't sure, in Excel go to File | Account and report what it says below the MS logo at the top of that page. If your version is for Mac, please also state this. Thanks.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Valued Forum Contributor
    Join Date
    07-16-2007
    Location
    GA
    MS-Off Ver
    Office 365 - Version 2403
    Posts
    1,059

    Re: Bid Tracker Analysis Extractions

    Hi Group

    Requesting assistance

    Uncertain why these 3 functions works well when extracting within same worksheet but only 1 of 3 works if extracting from another worksheet


    See example....

    Thanks

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,675

    Re: Bid Tracker Analysis Extractions

    Formula in E28, with
    ...Bid_Amount+ROW($R$93:$R$167)*10^-6)...
    in order to reconise duplicate value (if existing) like, 8,316.05 in row 1 (Sub1) and row 2 (Sub2), to be 8,316.05000093 and 8,316.05000094 (slightly very small amount), to separate the two Subcontractors
    But in D28,
    Bid_Amount+ROW(Bid_Amount)*10^-6=E28
    it perform comparing statement quite different value between 8,316.05000001 = 8,316.05000093
    it should be in E28:

    =IFERROR(AGGREGATE(15,6,(Bid_Amount+ROW(Bid_Amount)*10^-6)/(Const_Phase=$B$27)/(Bid_Amount>0),ROWS($1:1)),"")

    Enter only (if Ex2010 or later)
    Quang PT

  5. #5
    Valued Forum Contributor
    Join Date
    07-16-2007
    Location
    GA
    MS-Off Ver
    Office 365 - Version 2403
    Posts
    1,059

    Re: Bid Tracker Analysis Extractions

    Hi

    Thanks for getting back to me here

    In cell E28 or Bid Amount column, I have

    =IFERROR(AGGREGATE(15,6,(Bid_Amount+ROW($R$103:$R$177)*10^-6)/(Const_Phase=$B$27)/(Bid_Amount>0),@ROW(1:1)),"")

    This function works well for low to high bid amounts


    It's the Bidding Subcontractors and Solutions Comments or Recommendations functions in these columns is not working well


    Trying to use same function as given in previous example but for unknown reasons, not working for me here


    Thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Mobile file extractions for marketting
    By makinmomb in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-13-2020, 08:12 AM
  2. Middle names extractions
    By didierkassas in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 01-20-2018, 09:40 AM
  3. Help build a Leave tracker and Effort Time Estimation Tracker
    By cherias in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-29-2015, 02:10 PM
  4. [SOLVED] Text Extractions From String (Tricky One)
    By keen2xl in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-30-2013, 11:16 PM
  5. Monthly Extractions
    By tangomj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-22-2008, 10:51 AM
  6. Replies: 5
    Last Post: 07-17-2005, 06:05 PM

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