Is it possible to create a formula that will automatically populate a status symbol selection based on a percentage entered? See my current formula and sheet below:
=IF(([Percent Complete]@row =1, "FULL", IF([Percent Complete]@row >=.75, "THREE-QUARTER", IF([Percent Complete]@row >= .5, "HALF", IF([Percent Complete]@row >= .25, "QUARTER", "EMPTY")))))