Pages

Salesforce Address Fields

https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/compound_fields_limitations.htm

The compound versions of fields aren’t accessible anywhere in the Salesforce user interface.

and

https://help.salesforce.com/s/articleView?id=sf.fields_caf_requirements.htm&type=5

Compound address fields aren’t supported in reports. To include a custom address field in a report, add the individual address components, such as street, city, state, and zip.

Notes

Individual elements are easy enough: street, city, state, etc..., but the combo fields are difficult. You can't report on them. You'll have to create a custom field and build it from the components, like a 'mailing label'.