Hi All,
I cant get my formula to work :-(
Need to say - if Date Paid is more than Required by date then Red and if less than "Green" and if = to then "orange"
=IF([Date Paid ]@row > [Required by Date]@row, "Red"), AND(IF([Date Paid ]@row =[Required by Date]@row, "Orange"), AND(IF(Date Paid ]@row < [Required by Date]@row, "Green"))