Hi Folks,
Working on an If/AND/OR thing that I can't seem to work through. Which is frustrating because it's rather straightforward.
If Col 1, and Col 1 are both "No" then I want to output "Open" into the Status Column.
If Col 1, and Col 2 are both "Yes" then I want to output "Closed" into the Status Column
If Col 1, and Col 2 contain any combination of No, Yes, Uncertain, or blank, I want to output "Hold" to the Status Column.
Here is a screenshot showing the most likely combinations.
Thanks!