I have tried many variants using the following formulas as the basis but can't get the finish date is equal to finish date to work. Any suggestions?
IIf([% Complete]=100,"0",IIf([Finish date]-[Finish1 date]>10,"1",IIf([Finish date ]-[Finish1 date ]>1,"2","3")))
switch([%...