Forum Discussion
AKA333
9 years agoRegular Visitor
IF Statement Custom Column
I have two date columns new target delivery date and Original Delivery date if New > original, then the column should read Late if new <= original, then the column should read On Schedule. ...
- 9 years ago
thank you that worked after I figured out I had to be in the Data tab not the report tab...
MarcelBeug
9 years agoCommunity Champion
Ah, I was on Dutch culture code with semicolons as delimiters.
After switching to en-US, your formula works fine with me (although I had to press ENTER twice):
AKA333
9 years agoRegular Visitor
thank you that worked after I figured out I had to be in the Data tab not the report tab...
- AKA3339 years agoRegular Visitor
I have two date columns - New Target Delivery date and Original delivery date.
if New is greater then Original, I want my column to read Late
if New is less than or equal to Original , I want my column to read On Schedule
what would the formula look like. I have tried several ways and still no luck?