This seems so basic, but I cant get this formula to work. I have a flag colum that I want the flag to be 'flagged' if the Issue status column has an issue listed as "Open"
This is what I'm using and getting an unparseable
=IF(Issue@row = Open, 1,0)
Thanks in advance!