Is it possible to set up an If statement on a “Child” field dependent on a date in the Parent field?
What I am looking to do is have a field fill in Yes or No based on the Impacted Article Complete Date in the Child row and the Alert Expiration Date in the Parent Row.
If the Impacted Article complete Date is prior to the Alert Expiration Date, the field would fill in Yes. If the date is after the Alert Expiration Date, it would fill in No.
Kristie Diersen 😀
Best Answer
-
I think I am following now. Give something like this a try...
=IF([Impacted Article Complete Date]@row <= PARENT([Alert Expiration Date]@row), "Yes", "No")
Answers
-
Would you be able to provide a screenshot with sensitive/confidential data hidden, removed, or replaced with "dummy data"?
From what I am understanding, it should be possible, but I want to verify first before providing a solution that may or may not work for you.
-
What I am looking to do is have the Article Published before Expiration Date field fill in Yes or No based on the Impacted Article Complete Date in the Child row and the Alert Expiration Date in the Parent Row.
If the Impacted Article complete Date is prior to the Alert Expiration Date, the field would fill in Yes. If the date is after the Alert Expiration Date, it would fill in No. Then the No would trigger an automation Alert Someone that I would set up.
Kristie Diersen 😀
-
I think I am following now. Give something like this a try...
=IF([Impacted Article Complete Date]@row <= PARENT([Alert Expiration Date]@row), "Yes", "No")
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
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!