MS Excel: Multiple condition based matrix search -
I have a scenario to bring the cost against the number of links deployed by a vendor (a specific type) I have a VLookup + Has tried an index-match but it does not behave as I want it to be. The only index-match work for a single matrix, but it does not get the WRT media type i.e. fiber optics, DSL or DRS values.
Table 1 : This table contains the number of links and will be the output amount of each vendor.
For example, we have the 2 link of "100 Mbps" "Fiber Optic" provided by "Vendor 1".
We have a 18 link "seller 3" of "1 Mbps" "DSL"
Table 2 : This table contains the price of each link WRT vendor.
Example: "Seller 1" charge for 400 "100 Mbps" "Fiber Optic" link "Vendor 3" fee for <"512 kbps" "DRS" link 80
requirement : I should be calculated in relation to the value of amount in 1 of the table Relevant sellers for specific media and bandwidth.
"100 Mbps" provided by "Vendor 1" will be amount for 2 links of "fiber optics": 400 x 2 = 800
Indie for me S-Match is fine for "Vendor X Bandwidth" but unable to include "Media" in the selection criteria.
I do
let me know If you have questions, then the formula is array formula ... CTRL + SHIFT + ENTER
= G4 * index ($ C $ 11: $ E $ 22, match ($ B4, IF ($ A $ 11: $ A $ 22 = $ A4), $ B $ 11: $ B $ 22), 0), Match (H $ 2, $ C $ 10: $ E $ 10,0)) < / Code> drag each amount into the column and You are golden, I simplified the top array for the timeasek, but it uses INDEX + MATCH with two criteria. Notice I did not use the merge, you can not do this in the case unless you have additional work Do not want to and can not edit each thread.
If you do not like it, hide the columns.
Comments
Post a Comment