Hey,
You have a few routes to take here are a couple:
> Use our built in TagList to tag your customers with their software versions/country of residence/other information. Then using the ListBuilder you can filter by Tags:
It will then create a Grid on the fly with a list of the Customers that fit the filter and you have an option to Export to Excel on the next step.
This route will have some extra overhead in the sense that you would have to use some Excel magic to correctly Tag your customers. Thus not needing to go cell by cell and manually entering the data. You would want to the fields to populate by other fields already on the Table - E.g. for the country-tag you would want that to be populated by BillAddressCountry.
Read more about TagList here: Solution No. 254
Read more about List Builder here: Solution No. 211
> Another route: create a new screen based off your Contacts table. Create a Grid, and using Filter/Views have it listing all the Customers that fit the filter. Once the Grid is listing the Customers that fit the filter use an 'Export Grid to Excel' action to export the list into spreadsheet format.
Let me know which route you are going to take and we can further eloborate on the steps.
- Mortaza