Hello! I have a sheet that is linked to a Jira project, and for Bug tickets, I'd like to see the titles of the blocked issues. Typically, I would use an INDEX/MATCH formula, but I'm not sure of the best way to isolate the issue key(s) from the Issue Links
field so I can use it as the lookup value. In some cases, a Bug might be blocking multiple issues, so the logic needs to work for all issues.
Here's a screenshot of the Issue Links
column and the new column where I'd like to pull the titles in:
I want the formula to look at the Issue Links
, then search the rest of the rows in the sheet for the Issue Key(s)
, and return the Title(s)
. For example, if the Bug blocks PT03-84, the formula would return the Title value in the row for PT03-84.
I think I might need multiple helper columns, but I'm not even sure if it's possible to do what I need with this many variables. Any ideas would be much appreciated!