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
Bookmarks