I am trying to pull in a status to separate grid , Criteria is as follows:
When Initiative is Checked and Milestone is specific name "Tech Deployment", return value in Status column, else leave cell blank.
=IF(AND({Initiative Checkbox} = 1, {Milestone} = "Tech Deployment"), {Status}, "")
Appreciate any assistance anyone can offer.