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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!