In my sheet I have an export of JIRA issues. This sheet is automatically refreshed every day with help of the plugin "Jira Cloud for Google Sheets". The sheet therefore counts more rows each time tickets are added.
The problem is that my named range doesn't increase with it.
If I set the following as named range: 'JIRA - Source'!O2:O. Then 'JIRA - Source'!O2:O1424 is automatically made (according to the number of rows). If an automatic refresh is done the day after, and there are now, for example, 1450 rows, the named range will remain at 1424.
How can I make sure my named range is automatically changed?