I need to create a formula with multiple IF statements like below:
If col1= ‘Yes’ and col2=‘High’ then " " else “good”
If col1= ‘Yes’ and col2=“Low” then " " else “bad”
if If col1= Yes and col2=“low” and date > then " " else “bad”
etc
etc
How can I do this all in one formula. All these conditions are based on 2 fields in the report.