Date comparison, if greater than 30 then flag
Hello,
I have two date columns that I would like to compare. The first column is named Requested and the second column is named [Sign off on]. In a third column formatted for symbols is where I've written the following formula,
=IF([SIGN OFF ON]@row + 45 > REQUESTED@row, 1)
I would like to get a flag if the [sign off on] column is 45 days greater than the requested column.
The problem is that it is flagging everything. Any suggestions?
Thanks,
Mily Oti
Best Answer
-
Figured it out. The +45 needs to be with the Requested.
Answers
-
=IF([SIGN OFF ON]@row + 45 > REQUESTED@row, 1,0)
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Hi Mark,
Thanks for your reply. I added the 0 but it still flags every single row, even when there's only a day difference between the two.
If you can think of anything else, I would appreciate it.
Mily
-
Figured it out. The +45 needs to be with the Requested.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!