Zaigham
Board Regular
- Joined
- Dec 22, 2010
- Messages
- 159
- Office Version
- 2021
- Platform
- Windows
- Mobile
Hi All,
In the following example I have extracted the name of lowest bidder with the help of =INDEX() =MIN() and =MATCH() functions. It also works with =INDEX() and =SMALL() functions. In some cases same rate is quoted by more than one bidder. In this situation =SMALL() returns correct rate i.e., 2nd small value but I am unable to extract the name of 2nd bidder who had quoted the same rate.
How can I extract the name of 2nd or may be 3rd bidder who quoted same rates.
Regards
Zaigham
In the following example I have extracted the name of lowest bidder with the help of =INDEX() =MIN() and =MATCH() functions. It also works with =INDEX() and =SMALL() functions. In some cases same rate is quoted by more than one bidder. In this situation =SMALL() returns correct rate i.e., 2nd small value but I am unable to extract the name of 2nd bidder who had quoted the same rate.
How can I extract the name of 2nd or may be 3rd bidder who quoted same rates.
Excel Workbook | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
6 | Name of Firm => | LFT Traders | Recho Enterprises | True Fit Shoes | Madni Builders | Gems & Stones Ltd. | ||
7 | BOQ | * * * * * * 200,000 | * * * * * * 200,000 | * * * * * * 200,000 | * * * * * * 200,000 | * * * * * * 200,000 | ||
8 | Premium Quoted | * * 2.00 % Above | * 1.00 % Above | * 1.00 % Above | * * 2.00 % Above | * * 3.00 % Above | ||
9 | * | * | * | * | * | * | ||
10 | Amount of Premium | 4,000 | 2,000 | 2,000 | 4,000 | 6,000 | ||
11 | Tender Cost | 204,000 | 202,000 | 202,000 | 204,000 | 206,000 | ||
12 | * | * | * | * | * | * | ||
13 | * | * | * * *1.00 % Above | MIN(B8:AE8) | * | * | ||
14 | * | * | 2 | MATCH(C23,B8:AE8,0) | * | * | ||
15 | * | * | Recho Enterprises | INDEX($B$6:$AE$6,C24) | * | * | ||
16 | * | * | * | * | * | * | ||
17 | * | * | 1 | SMALL(B8:AE8,1) | * | * | ||
18 | * | * | 2 | MATCH(C23,B8:AE8,0) | * | * | ||
19 | * | * | Recho Enterprises | INDEX($B$6:$AE$6,C18) | * | * | ||
20 | * | * | * | * | * | * | ||
21 | * | * | 1 | SMALL(B8:AE8,2) | * | * | ||
22 | * | * | 2 | MATCH(C21,B8:AE8,0) | * | * | ||
23 | * | * | Recho Enterprises | INDEX($B$6:$AE$6,C22) | * | * | ||
Work (1) |
Regards
Zaigham