Hi all,
I have a list of projects in a status update sheet. This list is automatically updated from a sheet that receives updates from a JIRA to Smartsheet connection.
My issue is that the list of projects is in a priority order (with a seperate column to give a priority number), but sometimes when the JIRA pull sheet is updated the list is thrown out of order.
Here is the formula I'm using to pull the list of projects in:
=IFERROR(INDEX(COLLECT({reference to list of project names}, {reference to project type}, "Epic Story", {reference to project label}, NOT(CONTAINS("Archived", @cell))), $[index helper list]$1), "")
How can I keep the projects in the order I set even when the list from the source changes?