I have 2 valid IF statements but I would like to combine them so the value from either statement is returned in one cell. Below are the 2 statements
=IF([New Priority]@row >= 14, "Level 1", IF([New Priority]@row <= 9, "Level 3")
=IF(AND([New Priority]@row >= 10, [New Priority]@row <= 13), "Level 2")