I am trying to use Index Collect for the following - and I am stuck :-)
In the column "Validation NL" (upper table) I like to display the value of the column "Jira Status" if
- the value in the column "Epic" = "GBT-704"
- the value in the column "Req ID" matches the value in the column "MMP ID"
This is the formula I tried but it returns and #Incorrect Argument:
=INDEX({Jira MMP's Validation Results - Jira Status}, COLLECT("GBT-704", {Jira MMP's Validation Results - Epic}, [Req ID]@row, {Jira MMP's Validation Results - MMP ID}, 0))
This formula I tried and it returns #Unparseable
=INDEX(Collect({Jira MMP's Validation Results - Jira Status},{Jira MMP's Validation Results - Epic},"GBT-704"), Match([Req ID]@Row, {Jira MMP's Validation Results - MMP ID},0))
I am at the ends of my wits 🧐
Thank you for your ideas!