2

I have a table of Census Blocks linked to ZIP4 values. I'm trying to create another table getting the unique ZIP4 values associated with each Census Block.

I've tried using the Frequency, and Summary Statistics tool. These give me what I need, but the ZIP4 values are all added up, I need them separately.

Would using Pivot Tables get me what I need?

Using ArcMap 10.2.2, all extensions.

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Jun 30, 2014 at 14:02

1 Answer 1

2

Try this:

  1. Add a new text field
  2. Using Field Calculator concatenate the block name field with the ZIP4 field - python e.g. str(!blockName!) + ' ' + str(!ZIP4!)
  3. Right click on the step 1 field and select Summarize (keep defaults).

This should give you a summary table of all block names by ZIP4 values.

answered Jun 30, 2014 at 14:11

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.