I am trying to figure out if it is possible, which I believe it is with the correct formula, to trigger a symbol in a field based on the status of another field.
There are two columns- the Property Status column is a drop down but when technical issues is the selection I want the TS column to populate with a low symbol.
Here is the formula I was trying to use and it comes up with a #unparseable error message:
=IF[Property Status]1= "Technical Issues", low
