ArchiveUser
8 years agoQrew Captain
How do i change text color based on formula result
I have a formula for figuring out how long a task has been opened.
If(([Status]="Completed"),[Date Complete]-[Start],Today()- [Start]))
How do I add to this formula that the number should change color based on days open. For example if the task is open for more then 14 days change to red.
If(([Status]="Completed"),[Date Complete]-[Start],Today()- [Start]))
How do I add to this formula that the number should change color based on days open. For example if the task is open for more then 14 days change to red.