Another IndexMatch thread

nitrobass24

New Member
Joined
Sep 23, 2009
Messages
39
Having issues with my index match formula and i've even tried the filter function, but going back to what I thought I knew IndexMatch, its just pulling an answer and I have no idea why.

Table
Book1
IJKLMNOP
5ManufacturerSizeDumpster costDecal CostDecal InstallExt CostTruckloadTotal Cost
6Boxgang20 Std$ 5,000$ 450$ 200$ 5,6509$ 50,850
7Elite Dumpster20 Std$ 5,137$ 450$ 200$ 5,7879$ 52,083
8EZFab20 Std$ 7,725$ 7,7258$ 61,800
9Keystone20 Std$ 5,026$ 450$ 200$ 5,6769$ 51,084
10Boxgang30 Std$ 450$ 200$ 6509$ 5,850
11Elite Dumpster30 Std$ 5,642$ 450$ 200$ 6,2929$ 56,628
12EZFab30 Std$ 7,975$ 7,9758$ 63,800
13Keystone30 Std$ 5,572$ 450$ 200$ 6,2229$ 55,998
14Boxgang40 Std$ 450$ 200$ 6505$ 3,250
15Elite Dumpster40 Std$ 6,142$ 450$ 200$ 6,7925$ 33,960
16EZFab40 Std$ 9,595$ 9,5954$ 38,380
17Keystone40 Std$ 6,650$ 450$ 200$ 7,3005$ 36,500
Dumpster Pricing
Cell Formulas
RangeFormula
N6:N17N6=SUM(K6:M6)
P6:P17P6=[@Truckload]*[@[Ext Cost]]


Calculaor
Book1
CD
2Assumptions
3Shipping Disc.4000
4Royalty Discount (months)4
5Royalty Rate17
6ManufacturerBoxgang
7Dumpster20 Std
8Truckload Costs#N/A
Revenue Calculator
Cell Formulas
RangeFormula
D8D8=INDEX(PriceSheet[Total Cost], MATCH(1, (C6=PriceSheet[Manufacturer])*(C7=PriceSheet[Size]),0))
Cells with Data Validation
CellAllowCriteria
D5List=$D$21:$D$26
D6List='DV Fields'!$A$2:$A$5
D7List='DV Fields'!$B$2:$B$4


formula I am using
=INDEX(PriceSheet[Total Cost], MATCH(1, (C6=PriceSheet[Manufacturer])*(C7=PriceSheet[Size]),0))
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Rather than C6 and C7, don't you mean D6 and D7? which then yields: 50850 ?
 
Upvote 0
Solution
works for me:

mr excel questions 24.xlsm
IJKLMNOPQRS
1ManufacturerSizeDumpster costDecal CostDecal InstallExt CostTruckloadTotal CostAssumptions
2Boxgang20 Std50004502005650950850Shipping Disc.4000
3Elite Dumpster20 Std51374502005787952083Royalty Discount (months)4
4EZFab20 Std77257725861800Royalty Rate17
5Keystone20 Std50264502005676951084ManufacturerBoxgang
6Boxgang30 Std45020065095850Dumpster20 Std
7Elite Dumpster30 Std56424502006292956628Truckload Costs50850
8EZFab30 Std79757975863800
9Keystone30 Std55724502006222955998
10Boxgang40 Std45020065053250
11Elite Dumpster40 Std61424502006792533960
12EZFab40 Std95959595438380
13Keystone40 Std66504502007300536500
14
nitrobass24
Cell Formulas
RangeFormula
S7S7=INDEX(Table3[Total Cost], MATCH(1, (S5=Table3[Manufacturer])*(S6=Table3[Size]),0))
N2:N13N2=SUM(Table3[@[Dumpster cost]:[Decal Install]])
P2:P13P2=[@Truckload]*[@[Ext Cost]]
 
Upvote 0
Not a problem. We all do that. Please mark it solve so that someone else doesn't dig around for an issue.
 
Upvote 0

Forum statistics

Threads
1,215,219
Messages
6,123,690
Members
449,117
Latest member
Aaagu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top