Category "arcmap"

Using an Excel file in ArcMap 10.3

I need to take an Excel file that includes many columns, two of which are longitude and latitude. How do I get ArcMap to accept this file as spatial data, and

ArcMap Field Calculator Program to create Unique ID's

I'm using the Field Calculator in ArcMap and I need to create a unique ID for every storm drain in my county. An ID Should look something like this: 16-I-003 T

If/else statement in Python ArcGIS field calculator

I have a county file in arcmap and trying to assign values in field calculator based on county name. I don't have experience writing scripts. The county field

Python- ArcMap - Calculate Fields

I am python newbie and I am trying to count the number of words in a column (Name) in ArcMap by using !NAME!.count(' ') + 1 but I run into problems with