Jerry Sullivan
MrExcel MVP
- Joined
- Mar 18, 2010
- Messages
- 8,787
Hello,
I just noticed that a formula I posted displayed incorrectly because the "is less than" symbol is interpreted as a special character.
The code below should read ...B7 is less than symbol TODAY()....
When I posted inside Code Tags, it read as:
I'm puzzled why it seems to display as intended in this post, but not in the Excel Question Thread.
I've checked the BB Codes FAQ and wasn't able to find a reason.
Thanks!
I just noticed that a formula I posted displayed incorrectly because the "is less than" symbol is interpreted as a special character.
The code below should read ...B7 is less than symbol TODAY()....
Code:
=IF(AND(E7<>"Completed",B7<TODAY()),"Overdue","")
When I posted inside Code Tags, it read as:
Code:
=IF(AND(E7<>"Completed",B7),"Overdue","")
I'm puzzled why it seems to display as intended in this post, but not in the Excel Question Thread.
I've checked the BB Codes FAQ and wasn't able to find a reason.
Thanks!
Last edited: