Hello all,
I have the following problem. In my first Smartsheet under the column "Revised Catalog Release" I want to output a date value if a criterion is meet.
Now this is the other sheet I am referencing:
In lay man words what I want is: If column "Task Name" = "Packaged Part Catalog Release" then please return the value of cell "End Date" in this case 02/10/23 else return "0".
I tried =IF(MATCH("Packaged Part Catalog Release", {EL-AMP-11 Schedule Range 1}, 0), INDEX({EL-AMP-11 Schedule Range 6}, 3), 0)
and/or
=IF(({EL-AMP-11 Schedule Range 5} = "Packaged Part Catalog Release"), INDEX({EL-AMP-11 Schedule Range 6}, 2), 0)
to no avail. "EL-AMP-11 is the name of the second Smartsheet.
Could you please help me?
Thank you in advance.