Vlookup and Match with two criteria

MrBurn5

New Member
Joined
Jul 4, 2016
Messages
48
I'm working on a little project to track real estate transactions and I'm running in to issues. Data needs to be looked up by zone and suburb code in the first two columns. I then want to pull the listings from each year and average sale price from each year (in different formulas obviously) to chart the growth and shrinkage.

I followed a tutorial I found but am not getting the same outcome. I don't know if this is because I'm using all alpha numeric inputs or not but I get the #N/A error none-the-less. Any help would be appreciated.

Excel 2016 (Mac) 32 bit
ABCDEFGHIJKLMNOPQRSTUV
1
2
32016201520142013
4AreaAreaSuburb (SIC)ListingsAvg. PriceMed. PriceListingsAvg. PriceMed. PriceListingsAvg. PriceMed. PriceListingsAvg. PriceMed. PriceZoneSuburb
5e12ew
6East West ChesterE12EW294$230,677$210,000272$207,200$194,950263$202,834$187,000258$182,244$176,750#N/A#N/A#N/A#N/A
7AmeliaC01AM92$149,100$146,87590$139,428$140,00079$123,676$130,00079$121,913$128,000
8BataviaC01BA26$96,138$107,50022$122,543$114,50016$93,112$97,45015$67,114$38,107
9Batavia Twp.C01BT336$184,628$175,000307$177,301$175,000259$175,338$168,000237$160,511$150,500
10Pierce Twp.C01PI154$232,909$220,000128$228,779$213,000141$214,679$182,000117$212,812$179,250
11Union Twp.C01UN667$187,801$167,000655$173,957$153,900558$168,050$155,000592$157,859$149,175
12LovelandC02LO24$317,168$213,50041$299,886$242,00034$325,218$242,50042$323,186$346,000
13Miami Twp.C02MI635$263,609$243,000599$243,883$220,000586$236,679$207,450577$238,304$210,000
14MilfordC02ML61$187,386$154,90061$171,452$147,00051$144,913$125,00051$160,827$130,000
15BethelC03BE36$87,819$94,11338$70,416$60,75025$81,991$74,00030$61,498$47,000

<tbody>
</tbody>
page 1

Array Formulas
CellFormula
S6{=INDEX(B6:F173,MATCH(1,(B6:F173=S5)*(C6:F173=T5),0),4)}
T6{=INDEX(C6:I173,MATCH(1,(C6:I173=T5)*(D6:I173=U5),0),7)}
U6{=INDEX(D6:L173,MATCH(1,(D6:L173=U5)*(E6:L173=V5),0),10)}
V6{=INDEX(E6:O173,MATCH(1,(E6:O173=V5)*(F6:O173=W5),0),13)}

<tbody>
</tbody>
Entered with Ctrl+Shift+Enter. If entered correctly, Excel will surround with curly braces {}.
Note: Do not try and enter the {} manually yourself

<tbody>
</tbody>

<tbody>
</tbody>
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"

Forum statistics

Threads
1,216,460
Messages
6,130,771
Members
449,589
Latest member
Hana2911

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