I'm making a map that I want to use a map grid on so that features can be referenced by Row and Column of the grid (feature one is located at cell C-5 for instance). Maybe its late in the day and my brain is rubber but I can't figure out how to assign a grid value from the map grid to the set of points I am interested in, or alternatively to the centroid of polygons that surround my point layer. Thoughts?
Spatial Join may do the trick here for you.
@BrendanNewell thanks, however the map grid isn't a spatial feature, its an element of the layout so you can't use it in geoprocessing tools. I suppose i could create an index grid as you do for setting up a map series and make sure it matches the layout generated surround, but I was hoping there was some way to report for each feature what grid cell it falls into without going into extra steps.
I think you need to convert the grid to features first.
https://pro.arcgis.com/en/pro-app/3.4/help/layouts/convert-grids-to-features.htm
yeah, unfortunately this can't be done - once upon a time i thought it was possible to create a through a geoprocessing tool that told you what features fall within which grid cell but maybe I am misremembering that. This seems like it would be a pretty common need, seems useful for including in an appendix of a report or something, though in all honesty in all my years of doing GIS I have rarely used the reference grid capability. Appreciate the suggestion!