Consolidation Columns to Horizontal Table

rcb007

Board Regular
Joined
Nov 12, 2020
Messages
90
Office Version
  1. 365
Platform
  1. Windows
I created a consolidation list in Columns J and K. I am trying to get the data to look like the horizontal table below.

For the ID column, I can consolidate the Column D to populate the values in O3. But I am not sure how to lookup the data.

Thank you for any direction on how to possible get this to work.

Cell Formulas
RangeFormula
F2:F16F2=IF(B2="","",D2&" "&"-"&" "&B2)
G2:G16G2=IF(C2="","",(C2/43560))



Parcel Storm Drainage Import Tool.xlsm
JKLMNOPQR
1
2 - Coverage - Impervious0.16IDImperviousPerviousRoof
31 - Coverage - Impervious0.22-0.16
41 - Coverage - Pervious0.8910.220.89
52 - Coverage - Impervious0.0820.080.75
62 - Coverage - Pervious0.7530.020.430.17
73 - Coverage - Impervious0.0240.370.40.22
83 - Coverage - Pervious0.43
93 - Coverage - Roof0.17
104 - Coverage - Impervious0.37
114 - Coverage - Pervious0.40
124 - Coverage - Roof0.22
13
14
15
16
IMPORT_PARCELS
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
I have made some progress. My question now is how can I create a lookup within P3 to the consolidation table?

I hope this makes more sense. Thank you!

Parcel Storm Drainage Import Tool.xlsm
IJKLMNOPQRS
1DynamicDynamic
2 0.00IDImperviousPerviousRoof
300 - Coverage - Impervious0.1600.16
411 - Coverage - Impervious0.2210.220.89
521 - Coverage - Pervious0.8920.080.75
632 - Coverage - Impervious0.0830.020.430.17
742 - Coverage - Pervious0.7540.370.40.22
83 - Coverage - Impervious0.02
93 - Coverage - Pervious0.43
103 - Coverage - Roof0.17
114 - Coverage - Impervious0.37P3 = Lookup with P2 and O3 within Columns J and Value from K
124 - Coverage - Pervious0.40Q3 = Lookup with Q2 and O3 within Columns J and Value from K
134 - Coverage - Roof0.22R3 = Lookup with R2 and O3 within Columns J and Value from K
14
15* If a value is not shown within Column K, display a Blank Cell.
16
17
18
IMPORT_PARCELS
Cell Formulas
RangeFormula
J2:K13J2=SORT(CHOOSE({1,2},UNIQUE(F2:F1000),SUMIFS(G2:G1000,F2:F1000,UNIQUE(F2:F1000))))
I3:I7I3=SORT(UNIQUE(E2:E1000))
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,214,954
Messages
6,122,461
Members
449,085
Latest member
ExcelError

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