I want something like this (that works:-))
=IF([Estimated Days to Completion]<10, "Red", IF [Estimated Days to Completion]>10, "Green")
So, if I specify a value less than 10 in one column, a red dot appears in the other column. Same idea for green.
Thanks.