Hi,
I am trying to have a symbol column change based on the data in 2 columns.
Column a is The proposed finish date of the task - Called Finish and Column b is the % completed of the task - Called % Complete.
I am trying the following with no luck, but as i am relatively new, this is not surprising TBH.
=IF(Finish@row, <Today, AND(% Complete@row, <100, = "Red"))
I would change the % Complete and <"Days" to show alternate colours.
Any advice assistance would be much appreciated.
Thanks in advance!
David