Hi @Jeffrey_LeBlanc - you can’t do any formatting on the two date fields, but when I’m faced with these sorts of requirements, I create a new field to highlight any issues:
![Screenshot 2019-10-18 at 15.15.03.png Screenshot 2019-10-18 at 15.15.03.png](/t5/image/serverpage/image-id/20543iD3A6DA69518003DD/image-size/large?v=v2&px=999)
The Date Check field uses a formula:
IF({Billing Date} < {Created Date}, '❌❌❌❌')
If you are on a paid plan you can also use the “record colouring” feature, although, personally, I find the highlighting a bit too subtle, so still tend to go for something like the above.
JB