Hello! I am curious how to edit the below formula, to show blank instead of green/yellow/red symbol if status/end date is blank:
=IFERROR(IF(Status@row = "Complete", "Green", IF(Status@row = "N/A", "Green", IF([End Date]@row = TODAY(), "Yellow", IF([End Date]@row < TODAY(), "Red", "Green")))), " ")