A
Aaargh
I've done all the searches online and off for help. Now time's running out
for my project. Here's the situation...
My data is in two columns with thousands of rows, columns are Parcel Size in
Acres (number) and Use Code (numeric text). There are probably a couple
hundred different use codes. I would rather group the more detailed use
codes into broader categories, then get those total acreages.
For example, there are several use codes that specify exactly what type of
single-family house but all I really need to know is that it is a
single-family house. Ultimately, I need the total acreage of the parcels
that contain a single family house.
I've tried populating a third column based on use code...no luck. I've
tried various sumif or dsum versions. I've not a mathematically oriented
person so most of these formulas are like greek to me.
Here's an example of the data setup:
A B C?
Parcel Acres Use Code Potential Column?
0.4 110 SF RES
1.5 113 SF RES
2.7 4000 Vacant Commercial
etc etc
Any help very humbly appreciated!!
for my project. Here's the situation...
My data is in two columns with thousands of rows, columns are Parcel Size in
Acres (number) and Use Code (numeric text). There are probably a couple
hundred different use codes. I would rather group the more detailed use
codes into broader categories, then get those total acreages.
For example, there are several use codes that specify exactly what type of
single-family house but all I really need to know is that it is a
single-family house. Ultimately, I need the total acreage of the parcels
that contain a single family house.
I've tried populating a third column based on use code...no luck. I've
tried various sumif or dsum versions. I've not a mathematically oriented
person so most of these formulas are like greek to me.
Here's an example of the data setup:
A B C?
Parcel Acres Use Code Potential Column?
0.4 110 SF RES
1.5 113 SF RES
2.7 4000 Vacant Commercial
etc etc
Any help very humbly appreciated!!