Hello There Smartsheet Community
Please could you kindly point me in the right direction with my formula?
Sheet 1 Contains the following sheet references
"Status" = Jira Status
"MMP" = MMP
I need to update the value of "Validation NL" based upon the following criteria:
If "MMP" in sheet 1 matches "Req ID" in sheet 2 and the value of "Status" in sheet 1 is X update the value in "Validation NL" to X
Sheet 2
Req ID
Validation NL
Current formula :
=INDEX({MMP}, MATCH([Req ID]@row, IF({Status} =Pass, "Pass Validation", IF(AND({Status}=To-Do, "Pending", IF(AND({Status}=Fail/Issue, "Fail/Issue", IF(AND({Status}=Gap, "Gap", IF(AND({Status}=Work in progress, "Work In Progress", IF(AND({Status}=NA, "NA", IF(AND({Status}=Pass - Now Fail, "Pass - Now Fail", IF(AND({Status}=Closed, "Closed"))
I am trying to keep the two sheets separate rathe than combine into 1
Currently getting unparseable any assistance would be greatly appreciated.
Thanks
Garry