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
- Customer Resources
- 67K Get Help
- 442 Global Discussions
- 154 Industry Talk
- 502 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!