Hello
I need a little help if possible
Original Formula:
=INDEX({Jira MMP's Validation Results - Jira Status}, MATCH([Req ID]@row, {Jira MMP's Validation Results - MMP ID}, 0))
Which worked perfectly to change the status in sheet 2 to match sheet 1 if REQ ID and MMP ID matched, but this is when there was only a single set of results in the sheet
I now need to adapt the formula to include the project epic so if the value of the epic = "1330" for instance update the cell
Formula:
=IF({Jira MMP's Validation Results - Epic} = "GBT1330", (INDEX({Jira MMP's Validation Results - Jira Status}, MATCH([Req ID]@row, {Jira MMP's Validation Results - MMP ID}, 0))))
Any help would be greatly appreciated.
Sheet 1
Sheet 2 to be updated
Thanks
Garry