Date formula
I'm trying to write a column formula to give a response for a calendar difference. In one column I have a start date. In another column I have the end date, in a third column I have actual delivery date. I can write a formula that says if date 1 is > date 2 it would be "late". I can also write a formula for early, on time and on target. What I would like to do is write a column function formula that would populate the cells in the column as the dates are entered and not have to do each row at a time. Can anyone help me with this?
Answers
-
-
=IF([Delivery Date]@row < [Projected End Date]@row, "Early")
I want it to also calculate "late", "on time" and "on target"
-
=IF([Delivery Date]@row = [Projected End Date]@row, "On Time")
=IF([Delivery Date]@row = [Projected End Date]@row, "Late")
-
Any suggestions?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!