Forum Discussion
- BullseyeBullseyQrew CadetI think this will work in the colorization formula:
If([Arrival Date]=��,Case([ETA],1=ToDays([ETA]-Today()),�#ffff00�,[ETA]=Today(),�#00ff00�,ToDays([ETA]-Today())<0,�#ff0000�),��)- BullseyeBullseyQrew CadetAlso, here is a color picker you can try if you don't like the shades I picked:
https://www.w3schools.com/colors/colors_picker.asp - KellyBianchiQrew Assistant CaptainHere is the error I get:
Formula syntax error
Expected a valid expression after the "="
If([Arrival Date]= ��,Case([ETA],1=ToDays([ETA]-Today()),�#ffff00�,[ETA]=Today(),�#00ff00�,ToDays([ETA]-Today())<0,�#ff0000�),��) - BullseyeBullseyQrew CadetTry .....[Arrival Date]=ToDate(""),.....