Calculating if one date is 14 days greater than another date
Hello,
I need to calculate a flag if the construction end date (in a cell) is greater than 14 days from the construction start date (in a cell). If the result is greater than 14 days the row will be flagged. I don't even know how to start. Any help would be appreciated.
Best Answer
-
Hi @Sharon Castiglia ,
Create your flag column. In it place a column formula:
=IF([construction end date]@row-[construction start date]@row>14, 1, 0)
Modify the column names to match your sheet.
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hi @Sharon Castiglia ,
Create your flag column. In it place a column formula:
=IF([construction end date]@row-[construction start date]@row>14, 1, 0)
Modify the column names to match your sheet.
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Wow it was that simple. Thought I needed way more than that. Thank you
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!