So possible variables to use for joining the two tables
would be FEATUREID (in OKCNTYD) with GEO_ID (in the Excel file), but GEO_ID
would have to be manipulated so as to remove the "05000US" from in front
of each state and county code. This could be done using the "Find
and Replace" capability of Excel. Highlight the column to be edited.
Then click "Edit" and choose "Replace," and complete the appropriate
lines in the dialog box. Another possibility would be to "concatenate"
the STATE and COUNTY fields (columns) together in the Excel file into a new
column that could be joined with the FEATUREID (in OKCNTYD). And a
third possibility would be to edit the GEO_NAME column in the Excel file
to take out the "County, Oklahoma" portion of each value so that it would
match the DESCRIP field in the OKCNTYD file. You would use the find
and replace capability again for this (as noted above).