Zend certified PHP/Magento developer

Magento 2: Create custom category layout to multiple categories

I am trying to add a custom category layout for multiple categories in my theme. I have the standard catalog_category_view.xml and have got the update for 1 category using catalog_category_view_id_[id].xml.

I want to apply the update to multiple categories (around 30) without having to create multiple catalog_category_view_id_[id].xml for each category. Any further updates would have to be made across every file.

How can i create custom layout for multiple category?
Thanks in advance!